Skip to content

Commit

Permalink
Adding hCaptcha proxy component & Bumping core component version (#1188)
Browse files Browse the repository at this point in the history
* update forms core component version

* Adding hcaptcha proxy component

* Chaning component group

---------

Co-authored-by: Navneet Agarwal <navneeta@adobe.com>
  • Loading branch information
navneet-ag and Navneet Agarwal committed May 10, 2024
1 parent e8b6180 commit 798a251
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.18</core.forms.components.version>
<core.forms.components.af.version>3.0.18</core.forms.components.af.version>
<core.forms.components.version>3.0.20</core.forms.components.version>
<core.forms.components.af.version>3.0.20</core.forms.components.af.version>
#else
<core.forms.components.version>1.1.40</core.forms.components.version>
<core.forms.components.af.version>1.1.40</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 hCaptcha® (v1)"
sling:resourceSuperType="core/fd/components/form/hcaptcha/v1/hcaptcha"
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="HCAPTCHA"
fieldType="captcha"
required="{Boolean}true"/>

0 comments on commit 798a251

Please sign in to comment.