Created the rest of the structure of the CMS

This commit is contained in:
Tiago Ribeiro
2024-03-18 10:21:00 +00:00
parent edeae4a8c3
commit bd0b7a32ff
62 changed files with 14701 additions and 133 deletions

View File

@@ -0,0 +1,21 @@
{
"collectionName": "components_services_page_progress_trackings",
"info": {
"displayName": "Progress Tracking"
},
"options": {},
"attributes": {
"Title": {
"type": "string"
},
"Text": {
"type": "string"
},
"Advantages": {
"type": "string"
},
"AdvantageValues": {
"type": "richtext"
}
}
}