Skip to content

Commit 39638e9

Browse files
navneet-agNavneet Agarwal
andauthored
FORMS-17506 | Add Turnstile proxy component & Bump core component version (#1253)
* FORMS-17506 | Add Turnstile proxy component * Bumping up core component version --------- Co-authored-by: Navneet Agarwal <[email protected]>
1 parent 8e50a6d commit 39638e9

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

src/main/archetype/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383

8484
#if ($includeForms == "y" or $includeFormsenrollment == "y" or $includeFormscommunications == "y" or $includeFormsheadless == "y")
8585
#if ($aemVersion == "cloud")
86-
<core.forms.components.version>3.0.70</core.forms.components.version>
87-
<core.forms.components.af.version>3.0.70</core.forms.components.af.version>
86+
<core.forms.components.version>3.0.76</core.forms.components.version>
87+
<core.forms.components.af.version>3.0.76</core.forms.components.af.version>
8888
#else
8989
<core.forms.components.version>1.1.60</core.forms.components.version>
9090
<core.forms.components.af.version>1.1.60</core.forms.components.af.version>
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+
cq:icon="shield"
4+
jcr:primaryType="cq:Component"
5+
jcr:title="Adaptive Form Cloudflare® Turnstile (v1)"
6+
sling:resourceSuperType="core/fd/components/form/turnstile/v1/turnstile"
7+
componentGroup="${appTitle} - Adaptive Form"/>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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+
jcr:primaryType="nt:unstructured"
4+
jcr:title="TURNSTILE"
5+
fieldType="captcha"
6+
required="{Boolean}true"/>

0 commit comments

Comments
 (0)