Added icons to the page

This commit is contained in:
Tiago Ribeiro
2024-03-19 13:41:08 +00:00
parent bd0b7a32ff
commit 2cb916cfbf
7 changed files with 89 additions and 43 deletions

View File

@@ -4,7 +4,8 @@
"info": {
"singularName": "price",
"pluralName": "prices",
"displayName": "Price"
"displayName": "Price",
"description": ""
},
"options": {
"draftAndPublish": false
@@ -86,7 +87,7 @@
},
"Months": {
"type": "component",
"repeatable": true,
"repeatable": false,
"pluginOptions": {
"i18n": {
"localized": true

View File

@@ -4,7 +4,8 @@
"info": {
"singularName": "services",
"pluralName": "servicess",
"displayName": "Services"
"displayName": "Services",
"description": ""
},
"options": {
"draftAndPublish": false
@@ -34,16 +35,6 @@
},
"component": "services-page.module-evaluation"
},
"UnifiedEnglishLevelTest": {
"type": "component",
"repeatable": false,
"pluginOptions": {
"i18n": {
"localized": true
}
},
"component": "services-page.module-evaluation"
},
"ProgressTracking": {
"displayName": "Progress Tracking",
"type": "component",
@@ -72,6 +63,16 @@
}
},
"component": "section.title-with-text"
},
"UnifiedEnglishLevelTest": {
"type": "component",
"repeatable": false,
"pluginOptions": {
"i18n": {
"localized": true
}
},
"component": "services-page.progress-tracking"
}
}
}

View File

@@ -1,7 +1,8 @@
{
"collectionName": "components_services_page_module_evaluations",
"info": {
"displayName": "Module Evaluation"
"displayName": "Module Evaluation",
"description": ""
},
"options": {},
"attributes": {
@@ -22,6 +23,12 @@
},
"AcquireValues": {
"type": "richtext"
},
"EvaluationIcon": {
"type": "string"
},
"AcquireIcon": {
"type": "string"
}
}
}

View File

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

View File

@@ -14,7 +14,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"x-generation-date": "2024-03-18T10:15:15.547Z"
"x-generation-date": "2024-03-19T00:33:42.407Z"
},
"x-strapi-config": {
"path": "/documentation",
@@ -4298,10 +4298,7 @@
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
},
"Months": {
"type": "array",
"items": {
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
}
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
},
"EnCoach": {
"type": "string"
@@ -4345,10 +4342,7 @@
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
},
"Months": {
"type": "array",
"items": {
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
}
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
},
"EnCoach": {
"type": "string"
@@ -4502,10 +4496,7 @@
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
},
"Months": {
"type": "array",
"items": {
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
}
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
},
"EnCoach": {
"type": "string"
@@ -5409,9 +5400,6 @@
"$ref": "#/components/schemas/ServicesPageModuleEvaluationComponent"
}
},
"UnifiedEnglishLevelTest": {
"$ref": "#/components/schemas/ServicesPageModuleEvaluationComponent"
},
"ProgressTracking": {
"$ref": "#/components/schemas/ServicesPageProgressTrackingComponent"
},
@@ -5421,6 +5409,9 @@
"CustomizedPackages": {
"$ref": "#/components/schemas/SectionTitleWithTextComponent"
},
"UnifiedEnglishLevelTest": {
"$ref": "#/components/schemas/ServicesPageProgressTrackingComponent"
},
"locale": {
"type": "string"
}
@@ -5444,9 +5435,6 @@
"$ref": "#/components/schemas/ServicesPageModuleEvaluationComponent"
}
},
"UnifiedEnglishLevelTest": {
"$ref": "#/components/schemas/ServicesPageModuleEvaluationComponent"
},
"ProgressTracking": {
"$ref": "#/components/schemas/ServicesPageProgressTrackingComponent"
},
@@ -5456,6 +5444,9 @@
"CustomizedPackages": {
"$ref": "#/components/schemas/SectionTitleWithTextComponent"
},
"UnifiedEnglishLevelTest": {
"$ref": "#/components/schemas/ServicesPageProgressTrackingComponent"
},
"locale": {
"type": "string"
}
@@ -5589,9 +5580,6 @@
"$ref": "#/components/schemas/ServicesPageModuleEvaluationComponent"
}
},
"UnifiedEnglishLevelTest": {
"$ref": "#/components/schemas/ServicesPageModuleEvaluationComponent"
},
"ProgressTracking": {
"$ref": "#/components/schemas/ServicesPageProgressTrackingComponent"
},
@@ -5601,6 +5589,9 @@
"CustomizedPackages": {
"$ref": "#/components/schemas/SectionTitleWithTextComponent"
},
"UnifiedEnglishLevelTest": {
"$ref": "#/components/schemas/ServicesPageProgressTrackingComponent"
},
"createdAt": {
"type": "string",
"format": "date-time"
@@ -5956,6 +5947,12 @@
},
"AcquireValues": {
"type": "string"
},
"EvaluationIcon": {
"type": "string"
},
"AcquireIcon": {
"type": "string"
}
}
},