Skip to content

Commit 9004191

Browse files
Pavitra KhatriPavitra Khatri
authored andcommitted
Review component in archetype
1 parent 8e50a6d commit 9004191

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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"
3+
jcr:primaryType="cq:Component"
4+
jcr:title="Review"
5+
jcr:description="Add a field to review the form."
6+
sling:resourceSuperType="core/fd/components/form/review/v1/review"
7+
componentGroup="${appTitle} - Adaptive Form"/>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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"
3+
xmlns:fd="http://www.adobe.com/aemfd/fd/1.0"
4+
jcr:primaryType="nt:unstructured"
5+
jcr:title="Review"
6+
fieldType="plain-text"
7+
fd:editModeAction="panel"
8+
/>

0 commit comments

Comments
 (0)