My client's media queries are based on the standard bootstrap media query sizes (576, 768, 992, 1200) and none of the existing emulators hit these marks exactly. So I created new ones based on /libs/wcm/mobile/components/emulators/ios/iphonex. I copied it and modified its cq:emulatorConfig propertie...
Hi, I’m seeing 404 error thrown for the following file while loading it on a Publish instance (no dispatcher; loading via IP):/etc/cloudsettings.kernel.js/conf/<project>/cloudsettings/<xxx>/contexthub This file can be loaded successfully on Author and on Publish when signed in with an Admin account....
Hi, I have to hide all OOTB workflows and show only my project workflows in create->workflow in sites.html for pages for specific user group in AEM 6.5.I have tried ACL. i denied permission for all workflows inside var/workflow/models and gave allow for only project workflow folder. While doing thi...
SpoilerI have two drop-down in dialog, based on first dialog select change event I have to populate the value in second drop-down.Framework : Coral UI 3AEM version : 6.4I have followed the below blog and I'm able to populate 2nd drop-down based on first dialog value but it is not retaing the value. ...
We have a requirement where we want "${componentContext.cssClassNames}" to written space separated vales rather then comma separated value. So I try to debug this but i did not find the implementation class of "cssClassNames " method. Can you please help me in that. Find the below code snippet for ...
Hi Community Members, Trying to disable the component dialog edit functionality, of a Sightly component, upon a certain condition. The component should still be rendering its html, just that it disables authoring of that component only. Was not able to get to it.Have an idea about how that can be do...
Is there any way we can pass a variable from component to another. tried<sly data-sly-resource="${resourceType='my/components/embeddedComponent', myParam='myValue'}></sly>can I read the myParam in embeddedComponent ?
We want to delete all the files inside en folder and not a single file something on the lines of /content/geometrixx/en/* and not delete the folder en along with it. We have different permutations and combinations of CQ-Action and CQ-Path of /usr/bin/curl -k -X POST -s -H'CQ-Action: Delete' -H "CQ-P...
This is more of a feature request type post, but would be curious if there are any thoughts around its feasibility currently. In an effort to reduce the number of components made available to content producers, we're creating style systems that apply the look/feel of the component. In doing so, howe...