Skip to content

Commit

Permalink
FORMS-17506 | Add Turnstile proxy component & Bump core component ver…
Browse files Browse the repository at this point in the history
…sion (#1253)

* FORMS-17506 | Add Turnstile proxy component

* Bumping up core component version

---------

Co-authored-by: Navneet Agarwal <[email protected]>
  • Loading branch information
navneet-ag and Navneet Agarwal authored Dec 6, 2024
1 parent 8e50a6d commit 39638e9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@

#if ($includeForms == "y" or $includeFormsenrollment == "y" or $includeFormscommunications == "y" or $includeFormsheadless == "y")
#if ($aemVersion == "cloud")
<core.forms.components.version>3.0.70</core.forms.components.version>
<core.forms.components.af.version>3.0.70</core.forms.components.af.version>
<core.forms.components.version>3.0.76</core.forms.components.version>
<core.forms.components.af.version>3.0.76</core.forms.components.af.version>
#else
<core.forms.components.version>1.1.60</core.forms.components.version>
<core.forms.components.af.version>1.1.60</core.forms.components.af.version>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +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"
cq:icon="shield"
jcr:primaryType="cq:Component"
jcr:title="Adaptive Form Cloudflare® Turnstile (v1)"
sling:resourceSuperType="core/fd/components/form/turnstile/v1/turnstile"
componentGroup="${appTitle} - Adaptive Form"/>
Original file line number Diff line number Diff line change
@@ -0,0 +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="TURNSTILE"
fieldType="captcha"
required="{Boolean}true"/>

0 comments on commit 39638e9

Please sign in to comment.