We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c7e08 commit 81fe071Copy full SHA for 81fe071
aemdesign-aem-services/src/main/java/design/aem/models/GenericModel.java
@@ -11,7 +11,6 @@
11
import com.day.cq.wcm.api.designer.Design;
12
import com.day.cq.wcm.api.designer.Designer;
13
import com.day.cq.wcm.api.designer.Style;
14
-import com.fasterxml.jackson.annotation.JsonIgnore;
15
import design.aem.components.ComponentProperties;
16
import org.apache.sling.api.SlingHttpServletRequest;
17
import org.apache.sling.api.SlingHttpServletResponse;
@@ -45,7 +44,6 @@ public class GenericModel implements GenericComponent {
45
44
@ScriptVariable
46
protected Page currentPage;
47
@ScriptVariable(injectionStrategy = InjectionStrategy.OPTIONAL)
48
- @JsonIgnore
49
protected Style currentStyle;
50
51
protected Page resourcePage;
0 commit comments