Skip to content

Commit 4527048

Browse files
author
Navneet Agarwal
committed
FORMS-17505 | Add Turnstile proxy component
1 parent 8e50a6d commit 4527048

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
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)