-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FORMS-17506 | Add Turnstile proxy component & Bump core component ver…
…sion (#1253) * FORMS-17506 | Add Turnstile proxy component * Bumping up core component version --------- Co-authored-by: Navneet Agarwal <[email protected]>
- Loading branch information
1 parent
8e50a6d
commit 39638e9
Showing
3 changed files
with
15 additions
and
2 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
7 changes: 7 additions & 0 deletions
7
...s/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/turnstile/.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 |
---|---|---|
@@ -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"/> |
6 changes: 6 additions & 0 deletions
6
...c/main/content/jcr_root/apps/__appId__/components/adaptiveForm/turnstile/_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 |
---|---|---|
@@ -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"/> |