Solved
Read Desing Dialog data from sling model
how can i read design dialog data for a component using sling model ? i'm using static template in my project .
how can i read design dialog data for a component using sling model ? i'm using static template in my project .
Get the reference to the currentStyle
@ScriptVariable
private Style currentStyle;
Get the properties from currentStyle
String prop1= currentStyle.get("prop1", String.class);
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.