Skip to content

Commit

Permalink
update_code
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranay Tippa committed Jul 24, 2024
1 parent 3d66d3e commit dee08b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
24 changes: 0 additions & 24 deletions component-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,30 +369,6 @@
}
]
},
{
"title": "Adaptive Form Custom Components",
"id": "form-custom",
"components": [
{
"title": "Range Component",
"id": "range",
"plugins": {
"xwalk": {
"page": {
"resourceType": "core/fd/components/form/numberinput/v1/numberinput",
"template": {
"jcr:title": "range",
"fieldType": "number-input",
"fd:viewType": "range",
"enabled": true,
"visible": true
}
}
}
}
}
]
},
{
"title": "Blocks",
"id": "blocks",
Expand Down
32 changes: 0 additions & 32 deletions component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,38 +44,6 @@
}
]
},
{
"id": "rating",
"fields": [
{
"component": "container",
"name": "basic",
"label": "Basic",
"collapsible": false,
"fields": [
{
"component": "text",
"name": "name",
"label": "Name",
"valueType": "string",
"required": true
},
{
"component": "text",
"name": "jcr:title",
"label": "Title",
"valueType": "string"
},
{
"component": "boolean",
"name": "hideTitle",
"label": "Hide title",
"valueType": "boolean"
}
]
}
]
},
{
"id": "image",
"fields": [
Expand Down

0 comments on commit dee08b5

Please sign in to comment.