diff --git a/component-definition.json b/component-definition.json index 5c81cdaa82..8f77ba5bc1 100644 --- a/component-definition.json +++ b/component-definition.json @@ -152,16 +152,16 @@ } }, { - "title": "Board", - "id": "board", + "title": "Boards", + "id": "boards", "plugins": { "xwalk": { "page": { "resourceType": "core/franklin/components/block/v1/block", "template": { - "name": "Board", - "filter": "board", - "model": "board" + "name": "Boards", + "filter": "boards", + "model": "boards" } } } @@ -182,21 +182,6 @@ } } }, - { - "title": "Board Item 2", - "id": "board-item-2", - "plugins": { - "xwalk": { - "page": { - "resourceType": "core/franklin/components/block/v1/block/item", - "template": { - "name": "Board Item 2", - "model": "board-item-2" - } - } - } - } - }, { "title": "RTE", "id": "rte", diff --git a/component-filters.json b/component-filters.json index 873a068642..1d29b44036 100644 --- a/component-filters.json +++ b/component-filters.json @@ -54,7 +54,7 @@ "cards", "columns", "breadcrumb", - "board", + "boards", "rte", "city-list", "imgwithlink", @@ -116,8 +116,8 @@ "components": ["card"] }, { - "id": "board", - "components": ["board-item", "board-item-2"] + "id": "boards", + "components": ["board-item"] }, { "id": "carousel", diff --git a/component-models.json b/component-models.json index 2cdb8a3496..ec95124acb 100644 --- a/component-models.json +++ b/component-models.json @@ -251,7 +251,7 @@ ] }, { - "id": "board", + "id": "boards", "fields": [ { "component": "multiselect", @@ -303,31 +303,6 @@ } ] }, - { - "id": "board-item-2", - "fields": [ - { - "component": "text", - "name": "str", - "label": "Board Item", - "valueType": "string" - }, - { - "component": "richtext", - "name": "rte", - "label": "Board Item 1", - "valueType": "string", - "raw": true - }, - { - "component": "richtext", - "name": "rte2", - "label": "Board Item 2", - "valueType": "string", - "raw": true - } - ] - }, { "id": "rte", "fields": [