Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 1d6ed63

Browse files
author
Talmiz Ahmed
committed
Merge branch 'main' into ue-telephone
2 parents daceebf + 8e13320 commit 1d6ed63

25 files changed

+30
-84
lines changed

blocks/form/components/accordion/_accordion.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"resourceType": "core/fd/components/form/panelcontainer/v1/panelcontainer",
1010
"template": {
1111
"jcr:title": "Accordion",
12-
"fieldType": "panel",
1312
"fd:viewType": "accordion",
1413
"minOccur": 1,
1514
"panel1": {

blocks/form/components/modal/_modal.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"resourceType": "core/fd/components/form/panelcontainer/v1/panelcontainer",
1010
"template": {
1111
"jcr:title": "Modal",
12-
"fieldType": "panel",
1312
"fd:viewType": "modal"
1413
}
1514
}

blocks/form/components/password/_password.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"resourceType": "core/fd/components/form/textinput/v1/textinput",
1010
"template": {
1111
"jcr:title": "Password",
12-
"fieldType": "text-input",
1312
"fd:viewType": "password"
1413
}
1514
}

blocks/form/components/rating/_rating.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"resourceType": "core/fd/components/form/numberinput/v1/numberinput",
1010
"template": {
1111
"jcr:title": "Rating",
12-
"fieldType": "number-input",
1312
"fd:viewType": "rating"
1413
}
1514
}

blocks/form/components/tnc/_tnc.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
99
"resourceType": "core/fd/components/form/termsandconditions/v1/termsandconditions",
1010
"template": {
1111
"jcr:title": "Terms and conditions",
12-
"fieldType": "panel",
1312
"fd:viewType": "tnc",
1413
"text": {
1514
"value": "Text related to the terms and conditions come here.",
1615
"sling:resourceType": "core/fd/components/form/text/v1/text",
17-
"fieldType": "plain-text",
1816
"textIsRich": true
1917
},
2018
"link": {
@@ -26,7 +24,6 @@
2624
"Privacy policy."
2725
],
2826
"sling:resourceType": "core/fd/components/form/checkboxgroup/v1/checkboxgroup",
29-
"fieldType": "checkbox-group",
3027
"fd:rules": {
3128
"jcr:primaryType": "nt:unstructured",
3229
"validationStatus": "valid"
@@ -42,7 +39,6 @@
4239
"name": "approvalcheckbox",
4340
"jcr:title": "I agree to the terms & conditions.",
4441
"sling:resourceType": "core/fd/components/form/checkbox/v1/checkbox",
45-
"fieldType": "checkbox",
4642
"required": true,
4743
"type": "string",
4844
"enum": [

blocks/form/components/wizard/_wizard.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,14 @@
99
"resourceType": "core/fd/components/form/panelcontainer/v1/panelcontainer",
1010
"template": {
1111
"jcr:title": "Wizard",
12-
"fieldType": "panel",
1312
"fd:viewType": "wizard",
1413
"minOccur": 1,
1514
"panel1": {
1615
"jcr:title": "Item 1",
17-
"fieldType": "panel",
1816
"sling:resourceType": "core/fd/components/form/panelcontainer/v1/panelcontainer"
1917
},
2018
"panel2": {
2119
"jcr:title": "Item 2",
22-
"fieldType": "panel",
2320
"sling:resourceType": "core/fd/components/form/panelcontainer/v1/panelcontainer"
2421
}
2522
}

blocks/form/models/form-components/_button.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"page": {
99
"resourceType": "core/fd/components/form/button/v1/button",
1010
"template": {
11-
"jcr:title": "Button",
12-
"fieldType": "button"
11+
"jcr:title": "Button"
1312
}
1413
}
1514
}

blocks/form/models/form-components/_checkbox-group.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"resourceType": "core/fd/components/form/checkboxgroup/v1/checkboxgroup",
1010
"template": {
1111
"jcr:title": "Checkbox Group",
12-
"fieldType": "checkbox-group",
1312
"enum": [
1413
"0",
1514
"1"
@@ -109,3 +108,4 @@
109108
}
110109
]
111110
}
111+

blocks/form/models/form-components/_checkbox.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"resourceType": "core/fd/components/form/checkbox/v1/checkbox",
1010
"template": {
1111
"jcr:title": "Checkbox",
12-
"fieldType": "checkbox",
1312
"checkedValue": "on"
1413
}
1514
}

blocks/form/models/form-components/_date-input.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"page": {
99
"resourceType": "core/fd/components/form/datepicker/v1/datepicker",
1010
"template": {
11-
"jcr:title": "Date Input",
12-
"fieldType": "date-input"
11+
"jcr:title": "Date Input"
1312
}
1413
}
1514
}

0 commit comments

Comments
 (0)