forked from adobe/aem-project-archetype
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
2,559 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...n/content/jcr_root/conf/__appId__/settings/wcm/templates/benefits-enrollment/.content.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" | ||
jcr:primaryType="cq:Template"> | ||
<jcr:content | ||
author="adobe" | ||
cq:lastModified="{Date}2023-05-18T06:55:29.793Z" | ||
cq:lastModifiedBy="admin" | ||
cq:templateType="/conf/${appId}/settings/wcm/template-types/af-page-v2" | ||
jcr:description="Complete our enrollment form to apply for various benefits. " | ||
jcr:primaryType="cq:PageContent" | ||
jcr:title="Benefits Enrollment" | ||
status="enabled"/> | ||
</jcr:root> |
744 changes: 744 additions & 0 deletions
744
...t/jcr_root/conf/__appId__/settings/wcm/templates/benefits-enrollment/initial/.content.xml
Large diffs are not rendered by default.
Oops, something went wrong.
23 changes: 23 additions & 0 deletions
23
.../jcr_root/conf/__appId__/settings/wcm/templates/benefits-enrollment/policies/.content.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?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" xmlns:sling="http://sling.apache.org/jcr/sling/1.0" | ||
jcr:primaryType="cq:Page"> | ||
<jcr:content | ||
cq:lastModified="{Date}2023-05-18T06:52:04.528Z" | ||
cq:lastModifiedBy="admin" | ||
cq:policy="${appId}/components/page/default" | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="wcm/core/components/policies/mappings"> | ||
<parsys1 | ||
cq:policy="wcm/foundation/components/responsivegrid/cc-af-header-policy" | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="wcm/core/components/policies/mapping"/> | ||
<guideContainer | ||
cq:policy="${appId}/components/adaptiveForm/formcontainer/default" | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="wcm/core/components/policies/mapping"/> | ||
<parsys2 | ||
cq:policy="wcm/foundation/components/responsivegrid/cc-af-footer-policy" | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="wcm/core/components/policies/mapping"/> | ||
</jcr:content> | ||
</jcr:root> |
43 changes: 43 additions & 0 deletions
43
...jcr_root/conf/__appId__/settings/wcm/templates/benefits-enrollment/structure/.content.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<?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" xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:fd="http://www.adobe.com/aemfd/fd/1.0" | ||
jcr:primaryType="cq:Page"> | ||
<jcr:content | ||
cq:deviceGroups="[/etc/mobile/groups/responsive]" | ||
cq:lastModified="{Date}2023-05-18T06:52:04.413Z" | ||
cq:lastModifiedBy="admin" | ||
cq:template="/conf/${appId}/settings/wcm/templates/benefits-enrollment" | ||
jcr:primaryType="cq:PageContent" | ||
sling:resourceType="${appId}/components/adaptiveForm/page" | ||
guideComponentType="fd/af/templates"> | ||
<parsys1 | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="wcm/foundation/components/responsivegrid" | ||
editable="{Boolean}true"/> | ||
<guideContainer | ||
fd:version="2.1" | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="${appId}/components/adaptiveForm/formcontainer" | ||
editable="{Boolean}true" | ||
fieldType="form"/> | ||
<parsys2 | ||
jcr:primaryType="nt:unstructured" | ||
sling:resourceType="wcm/foundation/components/responsivegrid" | ||
editable="{Boolean}true"/> | ||
<cq:responsive jcr:primaryType="nt:unstructured"> | ||
<breakpoints jcr:primaryType="nt:unstructured"> | ||
<smallScreen | ||
jcr:primaryType="nt:unstructured" | ||
title="Smaller Screen" | ||
width="{Decimal}479"/> | ||
<phone | ||
jcr:primaryType="nt:unstructured" | ||
title="Phone" | ||
width="{Decimal}767"/> | ||
<tablet | ||
jcr:primaryType="nt:unstructured" | ||
title="Tablet" | ||
width="{Decimal}991"/> | ||
</breakpoints> | ||
</cq:responsive> | ||
</jcr:content> | ||
</jcr:root> |
Binary file added
BIN
+10.6 KB
...cr_root/conf/__appId__/settings/wcm/templates/benefits-enrollment/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions
13
...src/main/content/jcr_root/conf/__appId__/settings/wcm/templates/consent-form/.content.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" | ||
jcr:primaryType="cq:Template"> | ||
<jcr:content | ||
author="adobe" | ||
cq:lastModified="{Date}2023-05-18T06:55:29.793Z" | ||
cq:lastModifiedBy="admin" | ||
cq:templateType="/conf/${appId}/settings/wcm/template-types/af-page-v2" | ||
jcr:description="Simply fill out our convenient consent form and let our team take care of your stay and travel. | WKND Travels" | ||
jcr:primaryType="cq:PageContent" | ||
jcr:title="Consent Form" | ||
status="enabled"/> | ||
</jcr:root> |
Oops, something went wrong.