Skip to content

Commit

Permalink
Merge branch 'develop' into ootb-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj-parashar authored Sep 21, 2023
2 parents bd6d21b + f3936ce commit 1ed0472
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>3.0.5</version>
<version>3.0.7</version>
<type>pom</type> <!-- required JUST since Groovy 2.5.0 -->
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:description="Adaptive Form Check Box (v1) component"
jcr:primaryType="cq:Component"
jcr:title="Check Box"
sling:resourceSuperType="core/fd/components/form/checkbox/v1/checkbox"
componentGroup="${appTitle} - Adaptive Form"/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0"
jcr:primaryType="nt:unstructured"
jcr:title="Check Box"
fieldType="checkbox"
checkedValue="on"
uncheckedValue="off"/>

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:description="Adaptive Form Check Box Group (v1) component"
jcr:primaryType="cq:Component"
jcr:title="Check Box"
jcr:title="Check Box Group"
sling:resourceSuperType="core/fd/components/form/checkboxgroup/v1/checkboxgroup"
componentGroup="${appTitle} - Adaptive Form"/>
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
jcr:primaryType="cq:Component"
jcr:title="Vertical Tabs"
sling:resourceSuperType="core/fd/components/form/verticaltabs/v1/verticaltabs"
componentGroup="${appTitle} - Adaptive Form"/>
componentGroup=".${appTitle} - Adaptive Form"/>

0 comments on commit 1ed0472

Please sign in to comment.