Skip to content

Commit 07ce1c6

Browse files
Armaan GuptaArmaan Gupta
authored andcommitted
updated the path for the custom functions populate-radiobutton
1 parent 4a12bfe commit 07ce1c6

File tree

1 file changed

+4
-4
lines changed
  • it/content/src/main/content/jcr_root/content/forms/af/core-components-it/samples/customfunctions/populate-radiobutton

1 file changed

+4
-4
lines changed

it/content/src/main/content/jcr_root/content/forms/af/core-components-it/samples/customfunctions/populate-radiobutton/.content.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
jcr:lastModifiedBy="admin"
3434
jcr:primaryType="nt:unstructured"
3535
jcr:title="RadioButton with no options"
36-
sling:resourceType="forms-components-examples/components/form/radiobutton"
36+
sling:resourceType="core/fd/components/form/radiobutton/v1/radiobutton"
3737
enabled="{Boolean}true"
3838
fieldType="radio-group"
3939
hideTitle="false"
@@ -109,7 +109,7 @@
109109
jcr:lastModifiedBy="admin"
110110
jcr:primaryType="nt:unstructured"
111111
jcr:title="len(current options) = len(enums/enumNames)"
112-
sling:resourceType="forms-components-examples/components/form/radiobutton"
112+
sling:resourceType="core/fd/components/form/radiobutton/v1/radiobutton"
113113
enabled="{Boolean}true"
114114
enum="[1,2,3]"
115115
enumNames="[country1,country2,country3]"
@@ -187,7 +187,7 @@
187187
jcr:lastModifiedBy="admin"
188188
jcr:primaryType="nt:unstructured"
189189
jcr:title="len(current options) < len(enums/enumNames)"
190-
sling:resourceType="forms-components-examples/components/form/radiobutton"
190+
sling:resourceType="core/fd/components/form/radiobutton/v1/radiobutton"
191191
enabled="{Boolean}true"
192192
enum="[1,2]"
193193
enumNames="[country1,country2]"
@@ -265,7 +265,7 @@
265265
jcr:lastModifiedBy="admin"
266266
jcr:primaryType="nt:unstructured"
267267
jcr:title="len(current options) > len(enums/enumNames)"
268-
sling:resourceType="forms-components-examples/components/form/radiobutton"
268+
sling:resourceType="core/fd/components/form/radiobutton/v1/radiobutton"
269269
enabled="{Boolean}true"
270270
enum="[1,2,3,4]"
271271
enumNames="[country1,country2,country3,country4]"

0 commit comments

Comments
 (0)