Skip to content

Commit

Permalink
Merge pull request #115 from js-template/1x-apis-updated
Browse files Browse the repository at this point in the history
Unwanted API deleted
  • Loading branch information
zelal-dev authored Dec 5, 2024
2 parents 58b2cee + 5943630 commit a4fbfb8
Show file tree
Hide file tree
Showing 50 changed files with 165 additions and 1,524 deletions.
2 changes: 1 addition & 1 deletion packages/backend/src/components/block/banner.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"style": {
"type": "component",
"repeatable": false,
"component": "component.style-section"
"component": "config.style-section"
},
"variation": {
"type": "enumeration",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/src/components/block/blog-card.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"button": {
"type": "component",
"repeatable": false,
"component": "component.link"
"component": "config.link"
},
"style": {
"type": "component",
"repeatable": false,
"component": "component.style-section"
"component": "config.style-section"
}
}
}
10 changes: 4 additions & 6 deletions packages/backend/src/components/block/breadcrumbs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
"icon": "manyWays",
"description": ""
},
"category": "Blocks",
"modelName": "breadcrumbs",
"globalId": "ComponentsblockBreadcrumbs",
"uid": "block.breadcrumbs",
"modelType": "component",
"options": {},
"pluginOptions": {},
"attributes": {
Expand All @@ -26,7 +21,10 @@
"style": {
"type": "component",
"repeatable": false,
"component": "component.style-section"
"component": "config.style-section"
},
"items": {
"type": "json"
}
}
}
4 changes: 2 additions & 2 deletions packages/backend/src/components/block/category-card.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"button": {
"type": "component",
"repeatable": false,
"component": "component.link"
"component": "config.link"
},
"style": {
"type": "component",
"repeatable": false,
"component": "component.style-section"
"component": "config.style-section"
}
}
}
2 changes: 1 addition & 1 deletion packages/backend/src/components/block/content-box.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"style": {
"type": "component",
"repeatable": false,
"component": "component.style-section"
"component": "config.style-section"
}
}
}
2 changes: 1 addition & 1 deletion packages/backend/src/components/block/image-carousel.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"style": {
"type": "component",
"repeatable": false,
"component": "component.style-section"
"component": "config.style-section"
},
"autoplay": {
"type": "boolean",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/src/components/block/image-gallery.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"style": {
"type": "component",
"repeatable": false,
"component": "component.style-section"
"component": "config.style-section"
}
}
}
47 changes: 0 additions & 47 deletions packages/backend/src/components/block/private-header.json

This file was deleted.

72 changes: 0 additions & 72 deletions packages/backend/src/components/block/public-header.json

This file was deleted.

4 changes: 2 additions & 2 deletions packages/backend/src/components/block/review-block.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"button": {
"type": "component",
"repeatable": false,
"component": "component.link"
"component": "config.link"
},
"style": {
"type": "component",
"repeatable": false,
"component": "component.style-section"
"component": "config.style-section"
},
"variation": {
"type": "enumeration",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"collectionName": "components_component_grid_containers",
"info": {
"displayName": "GridContainer",
"displayName": "Grid Container",
"icon": "brush",
"description": ""
},
Expand Down
46 changes: 0 additions & 46 deletions packages/backend/src/components/component/menu.json

This file was deleted.

20 changes: 0 additions & 20 deletions packages/backend/src/components/component/page-title.json

This file was deleted.

23 changes: 0 additions & 23 deletions packages/backend/src/components/component/social-link.json

This file was deleted.

21 changes: 0 additions & 21 deletions packages/backend/src/components/component/text-field.json

This file was deleted.

28 changes: 0 additions & 28 deletions packages/backend/src/components/component/titles.json

This file was deleted.

21 changes: 0 additions & 21 deletions packages/backend/src/components/config/header-config.json

This file was deleted.

Loading

0 comments on commit a4fbfb8

Please sign in to comment.