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-8529 - Authoring Layout issue in core componenets template of 6.5 #1086

Merged
merged 1 commit into from
Jun 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<jcr:content
jcr:description="Generic template for Adaptive Form with core components."
jcr:primaryType="cq:PageContent"
jcr:title="Adaptive Form V2"/>
jcr:title="Adaptive Form (Core Components)"/>
</jcr:root>
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@
cq:deviceGroups="[/etc/mobile/groups/responsive]"
jcr:primaryType="cq:PageContent"
sling:resourceType="${appId}/components/adaptiveForm/page"
#if ( $aemVersion == "cloud")
sling:configRef="/conf/${appId}/forms"
#end
guideComponentType="fd/af/templates">
<guideContainer
fd:version="2.1"
fieldType="form"
jcr:primaryType="nt:unstructured"
#if ( $aemVersion != "cloud")
themeClientLibRef="adaptiveform.theme.canvas3"
#end
sling:resourceType="${appId}/components/adaptiveForm/formcontainer">
</guideContainer>
</jcr:content>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
fd:version="2.1"
fieldType="form"
jcr:primaryType="nt:unstructured"
#if ( $aemVersion != "cloud")
themeClientLibRef="adaptiveform.theme.canvas3"
#end
sling:resourceType="${appId}/components/adaptiveForm/formcontainer"/>
</jcr:content>
</jcr:root>