You can access directly from HTLSCREENSHOT (with the name of the design multifield property I am trying to access) :CODE:<div class="container"> <sly data-sly-test="${currentStyle}" data-sly-use.xtcontainerstyleResource="${currentStyle.path}"> <div data-sly-test="${xtcontainersty...
As of 6.4, the new path is /apps/settings/wcm/designs or /libs/settings/wcm/designsFew helpful links :removed design folder in etc folder | Adobe Communityhow to change the design path | Adobe CommunityCommon Repository Restructuring in AEM 6.4Repository Restructuring in AEM 6.4Good Luck...
This is what works for me on AEM 6.4:replacing siteName with your site/project name. This is to namespace the style so that it doesn't affect other projects on the instanceform[action*="/content/siteName"] coral-panel-content div.rte-ui coral-buttongroup { visibility: visible !important;}// to hi...
+ antoniom54959291, kautuksahni, smacdonald2008Hi mallipanchal,There is one more solution to this. In the client-library that has the category `cq.authoring.dialog`, you can include a sort of name-spacing. For ex:Good Luck...
This is what worked for me:STEP 1 : creating a cq:ClientLibraryFolder node with category="[cq.authoring.editor]":STEP 2: Add the script for listening in on the `cq-layer-activated` event:Good Luck...
...Following up on the above answer. There is one more important part. We need to include the other server as Allowed Origins:PART 3:Go to: http://localhost:4502/system/console/configMgrLook for : Adobe Granite Cross Origin Resource Sharing PolicyAdd the configuration :Clicking on it will open the...
+ smacdonald2008I was able to set the default to `fullscreen` with the following configuration in cq:EditConfig:This is the result when i open the dialog:Good Luck...