Skip to content

Commit 3e18571

Browse files
committed
custom form container model for prefix path for prefill, custom functions and submit
custom form container model for prefix path for prefill, custom functions and submit custom form container model for prefix path for prefill, custom functions and submit custom form container model for prefix path for prefill, custom functions and submit
1 parent c413a1a commit 3e18571

File tree

5 files changed

+612
-16
lines changed

5 files changed

+612
-16
lines changed

it/apps/src/main/content/jcr_root/apps/forms-core-components-it/sites/formsembed/_cq_dialog/.content.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<text
1515
jcr:primaryType="nt:unstructured"
1616
sling:resourceType="granite/ui/components/coral/foundation/form/textfield"
17-
fieldLabel="Forms URL - should be prefixed with abbviecloud"
17+
fieldLabel="Forms URL - should be prefixed with custom"
1818
name="./formsUrl"/>
1919
</items>
2020
</column>

it/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Import-Package: javax.annotation;version=0.0.0,*
161161
<dependency>
162162
<groupId>com.adobe.aem</groupId>
163163
<artifactId>core-forms-components-af-core</artifactId>
164-
<version>3.0.70</version>
164+
<version>${project.version}</version>
165165
</dependency>
166166
<!-- Json web token dependencies for oauth2 flow -->
167167
<dependency>

0 commit comments

Comments
 (0)