Skip to content

Commit 5f992c6

Browse files
muskguptaMuskan Gupta
andauthored
Adding custom component styling through archetype support (#1340)
Co-authored-by: Muskan Gupta <muskgupta@Muskans-MacBook-Pro.local>
1 parent ad902f0 commit 5f992c6

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

  • src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/formcontainer/_cq_themeConfig
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
3+
jcr:primaryType="nt:unstructured"
4+
componentId="af2_guideContainer"
5+
label="${appTitle} Container"/>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0"
3+
jcr:primaryType="nt:unstructured"
4+
sling:resourceSuperType="core/fd/components/form/container/v2/container/cq:themeConfig/items"/>

0 commit comments

Comments
 (0)