Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi all,
I need to access design dialogue property i am doing in sightly like this ${currentStyle.prop/value}
In component Dialogue name = prop/value { prop is node and value is properties of node}
How to get value if there is nested node in my Design dialogue where the data are being saved
Solved! Go to Solution.
@lone_Ranger,
From the Sling Model Injectors, have you tried?
@ScriptVariable private Design currentDesign; @ScriptVariable private Designer designer; @ScriptVariable private Design resourceDesign;
You can find the entire list of Sling Model Injectors from here, https://sourcedcode.com/blog/aem/aem-sling-model-injectors-annotations-reference-guide
View solution in original post
Hi @lone_Ranger
Please check below thread which has solution for similar use case.
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/fetch-coral3-granite-compo...
Views
Likes
Replies