Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 4/15/21
    Below is the code for configuring the scheduler. You can refer to the screenshot of the configuration @ObjectClassDefinition(name = "AEM: SlingSchedulerConfiguration",description = "Sling scheduler configuration")public @interface SchedulerConfig{@AttributeDefinition(name = "Cron-job expression")Str...

    Views

    1.7K

    Likes

    0

    Replies

    6
  • 4/14/21
    I am trying to add style to a tag generated from paragraph format plugin, like <p style="font-size:18px">some text</p>. Is it possible to do so? if not, is there any other way I can achieve the same, without forcing users to user both RTE paraformat and  then style plugin?

    Views

    895

    Likes

    0

    Replies

    1
    6.5
  • 4/14/21
    $(".coral3-Multifield-item").each(function( index ) {}this loop is not working for the newly added items. $("coral-multifield").children("button[coral-multifield-add]").on("click", function() {       $(".coral3-Multifield-item").each(function( index ) {             console.log("add item");        })...

    Views

    1.1K

    Likes

    0

    Replies

    5
  • 4/14/21
    Hi, I am having one config "org.apache.sling.jcr.repoinit.RepositoryInitializer" and in that I am trying to set "set ACL for test-user \r\nallow jcr:read on /libs/dam/content". While deploying the changes in local, it gets deployed easily, but when I deploy this config with my codebase in AEM AACS S...

    Views

    3.2K

    Likes

    0

    Replies

    3
  • 4/14/21
    My project is using Bugsnag to catch errors in our AEM site, one recurring error is:ReferenceError/enContextHub is not defined The stack trace shows the following sequence of events:  XMLHttpRequest succeededDOMContentLoaded Page LoadedPage ShownReferenceError: ContextHub is not defined   [ { ...

    Views

    2.8K

    Likes

    0

    Replies

    8
  • 4/14/21
    I want to call a JS function when a new item is added to the multifield. I have tried: $(".cq-dialog").find("coral3-Button coral3-Button--secondary").on("click", funcName);doesn't call my function. 

    Views

    1.9K

    Likes

    0

    Replies

    9
  • 4/14/21
    Few JS files are not getting minified.Is there any way to check what is causing error for JS minification.

    Views

    664

    Likes

    0

    Replies

    2
  • 4/14/21
    If I replace: const setOptions = function () {let fontField = $(".cq-dialog").find("#fontField ")[0];let optionItems = fontField.items;optionItems.clear();for (var i = 0; i < 1; i++) {let obj = new Object();let cnt = new Object();obj["value"] = "#ffffff";cnt["textContent"] = "white";obj["content"] =...

    Views

    1.8K

    Likes

    0

    Replies

    9
  • 4/14/21
    Hi All, What is the possible cause and fix for the alert "Your request could not be completed because you have been signed out. "? Thanks in advance @AEM 

    Views

    1.6K

    Likes

    0

    Replies

    2
  • 4/14/21
    We just launched Brand Portal, and are having a process to have users onboarded via our HelpDesk But users keep requesting access via brand portal, even though we disabled that option in Brand Portal setup The "request access" link is hidden on the login screen, but if they try to sign up, creating ...

    Views

    1.2K

    Likes

    0

    Replies

    6