-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* @releng updating forms core component version to 3.0.66 * updating component title as per their version --------- Co-authored-by: Barshat Rai <barshatrai99@gmail.com>
- Loading branch information
Showing
8 changed files
with
16 additions
and
16 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
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
4 changes: 2 additions & 2 deletions
4
...apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/button/.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 |
---|---|---|
@@ -1,7 +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 Button (v1) component" | ||
jcr:description="Adaptive Form Button (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"/> |
7 changes: 4 additions & 3 deletions
7
.../src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/button/_cq_template.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 |
---|---|---|
@@ -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"/> |
4 changes: 2 additions & 2 deletions
4
...s/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/fileinput/.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 |
---|---|---|
@@ -1,7 +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 File Attachment (v1) component" | ||
jcr:description="Adaptive Form File Attachment (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"/> |
4 changes: 2 additions & 2 deletions
4
....apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/title/.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 |
---|---|---|
@@ -1,7 +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 Title (v1) component" | ||
jcr:description="Adaptive Form Title (v2) 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"/> |