diff --git a/component-definition.json b/component-definition.json index f4bfa63..8e39622 100644 --- a/component-definition.json +++ b/component-definition.json @@ -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", diff --git a/component-models.json b/component-models.json index ec3e4e4..f1f089e 100644 --- a/component-models.json +++ b/component-models.json @@ -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": [