Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forms 9688 checkbox proxy component #1130

Merged
merged 7 commits into from
Sep 20, 2023
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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@barshat7 do we also need to update the core components version in archetype before this change?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will be done once we have the final release for cc

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"/>