|
33 | 33 | jcr:lastModifiedBy="admin" |
34 | 34 | jcr:primaryType="nt:unstructured" |
35 | 35 | 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" |
37 | 37 | enabled="{Boolean}true" |
38 | 38 | fieldType="radio-group" |
39 | 39 | hideTitle="false" |
|
109 | 109 | jcr:lastModifiedBy="admin" |
110 | 110 | jcr:primaryType="nt:unstructured" |
111 | 111 | 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" |
113 | 113 | enabled="{Boolean}true" |
114 | 114 | enum="[1,2,3]" |
115 | 115 | enumNames="[country1,country2,country3]" |
|
187 | 187 | jcr:lastModifiedBy="admin" |
188 | 188 | jcr:primaryType="nt:unstructured" |
189 | 189 | 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" |
191 | 191 | enabled="{Boolean}true" |
192 | 192 | enum="[1,2]" |
193 | 193 | enumNames="[country1,country2]" |
|
265 | 265 | jcr:lastModifiedBy="admin" |
266 | 266 | jcr:primaryType="nt:unstructured" |
267 | 267 | 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" |
269 | 269 | enabled="{Boolean}true" |
270 | 270 | enum="[1,2,3,4]" |
271 | 271 | enumNames="[country1,country2,country3,country4]" |
|
0 commit comments