Am trying to understand the AEM Sling Resource Merger concept. As per the Adobe docs examples Override (Configuring your Page Properties), Overlay (Customizing the Consoles (touch-optimized UI)), am getting confused how to use this, can any one explain with simple component to understand it in more better way.
Kk
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Sling resource merger is introduced in AEM 6.x and basically same as Override.
//Overlay:
//Sling Resource Merger/Override:
//See this Adobe docs for more info: https://docs.adobe.com/docs/en/aem/6-2/develop/platform/sling-resource-merger.html
Hope this helps!!
Thanks,
Ratna Kumar.
Views
Replies
Total Likes
All overlay refers to is to take an existing component from under /libs and drop to /apps/<YOUR PROJECT>/components. Then change the Title property (maybe other propertues too) so its a unique name. Then modify the application logic to meet your needs. Never directly change components under /libs. Hope this helps.
Views
Replies
Total Likes
smacdonald2008 wrote...
All overlay refers to is to take an existing component from under /libs and drop to /apps/<YOUR PROJECT>/components. Then change the Title property (maybe other propertues too) so its a unique name. Then modify the application logic to meet your needs. Never directly change components under /libs. Hope this helps.
Thanks Scott,
Then what is the concept of AEM Sling Resource Merger how to use it? what is the /mnt/override and /mnt/overlay i see the touch UI url for Asset editor like below where the "/mnt/overlay/" is having any specific actions to do in the url .?
"http://localhost:4502/mnt/overlay/dam/gui/content/assets/metadataeditor.html?item=%2Fcontent%2Fdam%2Fprojects%2Foutdoors%2Fcover&_charset_=utf8"
Thanks in advance
Kk
Views
Replies
Total Likes
Hi,
Sling resource merger is introduced in AEM 6.x and basically same as Override.
//Overlay:
//Sling Resource Merger/Override:
//See this Adobe docs for more info: https://docs.adobe.com/docs/en/aem/6-2/develop/platform/sling-resource-merger.html
Hope this helps!!
Thanks,
Ratna Kumar.
Views
Replies
Total Likes
Thanks Ratna,
I have tried to use this OVERLAY concept for the default form DAM Asset Editor, but it doesn't work as expected. Did i miss something.?
Have created another ticket for the same.
~Kk
Views
Replies
Total Likes
Kkkrish wrote...
Thanks Ratna,
I have tried to use this OVERLAY concept for the default form DAM Asset Editor, but it doesn't work as expected. Did i miss something.?
Have created another ticket for the same.
~Kk
I am closing this thread as the primary questions got answered by Ratna. For other question created, experts will try to answer on new thread.
~kautuk
Views
Replies
Total Likes
Views
Likes
Replies