From 3f74dc3da071905bc391b56af94ab53d4763abf9 Mon Sep 17 00:00:00 2001 From: Navneet Agarwal Date: Wed, 8 May 2024 12:05:06 +0530 Subject: [PATCH 1/3] update forms core component version --- src/main/archetype/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/archetype/pom.xml b/src/main/archetype/pom.xml index 5e439d138..97340c0ab 100644 --- a/src/main/archetype/pom.xml +++ b/src/main/archetype/pom.xml @@ -83,8 +83,8 @@ #if ($includeForms == "y" or $includeFormsenrollment == "y" or $includeFormscommunications == "y" or $includeFormsheadless == "y") #if ($aemVersion == "cloud") - 2.0.74 - 2.0.74 + 3.0.20 + 3.0.20 #else 1.1.32 1.1.32 From 0eadc26ae06d0124c8eeffae9eb3e3aa61688094 Mon Sep 17 00:00:00 2001 From: Navneet Agarwal Date: Thu, 9 May 2024 16:52:07 +0530 Subject: [PATCH 2/3] Adding hcaptcha proxy component --- .../components/adaptiveForm/hcaptcha/.content.xml | 7 +++++++ .../components/adaptiveForm/hcaptcha/_cq_template.xml | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/hcaptcha/.content.xml create mode 100644 src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/hcaptcha/_cq_template.xml diff --git a/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/hcaptcha/.content.xml b/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/hcaptcha/.content.xml new file mode 100644 index 000000000..8d88d6477 --- /dev/null +++ b/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/hcaptcha/.content.xml @@ -0,0 +1,7 @@ + + diff --git a/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/hcaptcha/_cq_template.xml b/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/hcaptcha/_cq_template.xml new file mode 100644 index 000000000..0f6f5042d --- /dev/null +++ b/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/hcaptcha/_cq_template.xml @@ -0,0 +1,6 @@ + + From c6ddfc342ae85c2fc7cfb0e6750671e592415f66 Mon Sep 17 00:00:00 2001 From: Navneet Agarwal Date: Fri, 10 May 2024 10:39:41 +0530 Subject: [PATCH 3/3] Chaning component group --- .../__appId__/components/adaptiveForm/hcaptcha/.content.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/hcaptcha/.content.xml b/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/hcaptcha/.content.xml index 8d88d6477..864f38e50 100644 --- a/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/hcaptcha/.content.xml +++ b/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/hcaptcha/.content.xml @@ -4,4 +4,4 @@ jcr:primaryType="cq:Component" jcr:title="Adaptive Form hCaptcha® (v1)" sling:resourceSuperType="core/fd/components/form/hcaptcha/v1/hcaptcha" - componentGroup="Core Components Examples - Adaptive Form"/> + componentGroup="${appTitle} - Adaptive Form"/>