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

@releng updating forms core component version to 3.0.66 #1228

Merged
merged 4 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/main/archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@

#if ($includeForms == "y" or $includeFormsenrollment == "y" or $includeFormscommunications == "y" or $includeFormsheadless == "y")
#if ($aemVersion == "cloud")
<core.forms.components.version>3.0.50</core.forms.components.version>
<core.forms.components.af.version>3.0.50</core.forms.components.af.version>
<core.forms.components.version>3.0.66</core.forms.components.version>
<core.forms.components.af.version>3.0.66</core.forms.components.af.version>
#else
<core.forms.components.version>1.1.40</core.forms.components.version>
<core.forms.components.af.version>1.1.40</core.forms.components.af.version>
<core.forms.components.version>1.1.52</core.forms.components.version>
<core.forms.components.af.version>1.1.52</core.forms.components.af.version>
#end
<aem.forms.sdk.api>SDK_FORMS_VERSION</aem.forms.sdk.api>
#end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
jcr:primaryType="cq:Component"
jcr:title="Reset Button"
jcr:description="Add an interactive button for invoking a Reset action."
sling:resourceSuperType="core/fd/components/form/button/v1/button"
sling:resourceSuperType="core/fd/components/form/actions/reset/v2/reset"
componentGroup="${appTitle} - Adaptive Form"/>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:fd="http://www.adobe.com/aemfd/fd/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="Reset"
type="button"
fieldType="button"
buttonType="reset"
dorExclusion="true">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
jcr:primaryType="cq:Component"
jcr:title="Submit Button"
jcr:description="Add an interactive button for invoking a Submit action."
sling:resourceSuperType="core/fd/components/form/button/v1/button"
sling:resourceSuperType="core/fd/components/form/actions/submit/v2/submit"
componentGroup="${appTitle} - Adaptive Form"/>
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
jcr:description="Adaptive Form Button (v1) component"

Choose a reason for hiding this comment

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

(v2) component

jcr:primaryType="cq:Component"
jcr:title="Button"
sling:resourceSuperType="core/fd/components/form/button/v1/button"
sling:resourceSuperType="core/fd/components/form/button/v2/button"
componentGroup="${appTitle} - Adaptive Form"/>
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?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="Button"
fieldType="button"/>
jcr:primaryType="nt:unstructured"
jcr:title="Button"
fieldType="button"
dorExclusion="true"/>
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
jcr:description="Adaptive Form File Attachment (v1) component"

Choose a reason for hiding this comment

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

(v3) component

jcr:primaryType="cq:Component"
jcr:title="File Attachment"
sling:resourceSuperType="core/fd/components/form/fileinput/v1/fileinput"
sling:resourceSuperType="core/fd/components/form/fileinput/v3/fileinput"
componentGroup="${appTitle} - Adaptive Form"/>
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
jcr:description="Adaptive Form Title (v1) component"

Choose a reason for hiding this comment

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

(v3) component

jcr:primaryType="cq:Component"
jcr:title="Form Title"
sling:resourceSuperType="core/fd/components/form/title/v1/title"
sling:resourceSuperType="core/fd/components/form/title/v2/title"
componentGroup="${appTitle} - Adaptive Form"/>
Loading