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.
Views
Replies
Total Likes
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
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
Views
Likes
Replies