Added icons to the page
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
"info": {
|
"info": {
|
||||||
"singularName": "price",
|
"singularName": "price",
|
||||||
"pluralName": "prices",
|
"pluralName": "prices",
|
||||||
"displayName": "Price"
|
"displayName": "Price",
|
||||||
|
"description": ""
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"draftAndPublish": false
|
"draftAndPublish": false
|
||||||
@@ -86,7 +87,7 @@
|
|||||||
},
|
},
|
||||||
"Months": {
|
"Months": {
|
||||||
"type": "component",
|
"type": "component",
|
||||||
"repeatable": true,
|
"repeatable": false,
|
||||||
"pluginOptions": {
|
"pluginOptions": {
|
||||||
"i18n": {
|
"i18n": {
|
||||||
"localized": true
|
"localized": true
|
||||||
|
|||||||
@@ -4,7 +4,8 @@
|
|||||||
"info": {
|
"info": {
|
||||||
"singularName": "services",
|
"singularName": "services",
|
||||||
"pluralName": "servicess",
|
"pluralName": "servicess",
|
||||||
"displayName": "Services"
|
"displayName": "Services",
|
||||||
|
"description": ""
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"draftAndPublish": false
|
"draftAndPublish": false
|
||||||
@@ -34,16 +35,6 @@
|
|||||||
},
|
},
|
||||||
"component": "services-page.module-evaluation"
|
"component": "services-page.module-evaluation"
|
||||||
},
|
},
|
||||||
"UnifiedEnglishLevelTest": {
|
|
||||||
"type": "component",
|
|
||||||
"repeatable": false,
|
|
||||||
"pluginOptions": {
|
|
||||||
"i18n": {
|
|
||||||
"localized": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"component": "services-page.module-evaluation"
|
|
||||||
},
|
|
||||||
"ProgressTracking": {
|
"ProgressTracking": {
|
||||||
"displayName": "Progress Tracking",
|
"displayName": "Progress Tracking",
|
||||||
"type": "component",
|
"type": "component",
|
||||||
@@ -72,6 +63,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"component": "section.title-with-text"
|
"component": "section.title-with-text"
|
||||||
|
},
|
||||||
|
"UnifiedEnglishLevelTest": {
|
||||||
|
"type": "component",
|
||||||
|
"repeatable": false,
|
||||||
|
"pluginOptions": {
|
||||||
|
"i18n": {
|
||||||
|
"localized": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"component": "services-page.progress-tracking"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"collectionName": "components_services_page_module_evaluations",
|
"collectionName": "components_services_page_module_evaluations",
|
||||||
"info": {
|
"info": {
|
||||||
"displayName": "Module Evaluation"
|
"displayName": "Module Evaluation",
|
||||||
|
"description": ""
|
||||||
},
|
},
|
||||||
"options": {},
|
"options": {},
|
||||||
"attributes": {
|
"attributes": {
|
||||||
@@ -22,6 +23,12 @@
|
|||||||
},
|
},
|
||||||
"AcquireValues": {
|
"AcquireValues": {
|
||||||
"type": "richtext"
|
"type": "richtext"
|
||||||
|
},
|
||||||
|
"EvaluationIcon": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"AcquireIcon": {
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
21
src/components/services-page/unified-english-level-test.json
Normal file
21
src/components/services-page/unified-english-level-test.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
"name": "Apache 2.0",
|
"name": "Apache 2.0",
|
||||||
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
|
"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": {
|
"x-strapi-config": {
|
||||||
"path": "/documentation",
|
"path": "/documentation",
|
||||||
@@ -4298,10 +4298,7 @@
|
|||||||
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
|
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
|
||||||
},
|
},
|
||||||
"Months": {
|
"Months": {
|
||||||
"type": "array",
|
|
||||||
"items": {
|
|
||||||
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
|
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"EnCoach": {
|
"EnCoach": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
@@ -4345,10 +4342,7 @@
|
|||||||
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
|
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
|
||||||
},
|
},
|
||||||
"Months": {
|
"Months": {
|
||||||
"type": "array",
|
|
||||||
"items": {
|
|
||||||
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
|
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"EnCoach": {
|
"EnCoach": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
@@ -4502,10 +4496,7 @@
|
|||||||
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
|
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
|
||||||
},
|
},
|
||||||
"Months": {
|
"Months": {
|
||||||
"type": "array",
|
|
||||||
"items": {
|
|
||||||
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
|
"$ref": "#/components/schemas/MiscSingularAndPluralComponent"
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"EnCoach": {
|
"EnCoach": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
@@ -5409,9 +5400,6 @@
|
|||||||
"$ref": "#/components/schemas/ServicesPageModuleEvaluationComponent"
|
"$ref": "#/components/schemas/ServicesPageModuleEvaluationComponent"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"UnifiedEnglishLevelTest": {
|
|
||||||
"$ref": "#/components/schemas/ServicesPageModuleEvaluationComponent"
|
|
||||||
},
|
|
||||||
"ProgressTracking": {
|
"ProgressTracking": {
|
||||||
"$ref": "#/components/schemas/ServicesPageProgressTrackingComponent"
|
"$ref": "#/components/schemas/ServicesPageProgressTrackingComponent"
|
||||||
},
|
},
|
||||||
@@ -5421,6 +5409,9 @@
|
|||||||
"CustomizedPackages": {
|
"CustomizedPackages": {
|
||||||
"$ref": "#/components/schemas/SectionTitleWithTextComponent"
|
"$ref": "#/components/schemas/SectionTitleWithTextComponent"
|
||||||
},
|
},
|
||||||
|
"UnifiedEnglishLevelTest": {
|
||||||
|
"$ref": "#/components/schemas/ServicesPageProgressTrackingComponent"
|
||||||
|
},
|
||||||
"locale": {
|
"locale": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
@@ -5444,9 +5435,6 @@
|
|||||||
"$ref": "#/components/schemas/ServicesPageModuleEvaluationComponent"
|
"$ref": "#/components/schemas/ServicesPageModuleEvaluationComponent"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"UnifiedEnglishLevelTest": {
|
|
||||||
"$ref": "#/components/schemas/ServicesPageModuleEvaluationComponent"
|
|
||||||
},
|
|
||||||
"ProgressTracking": {
|
"ProgressTracking": {
|
||||||
"$ref": "#/components/schemas/ServicesPageProgressTrackingComponent"
|
"$ref": "#/components/schemas/ServicesPageProgressTrackingComponent"
|
||||||
},
|
},
|
||||||
@@ -5456,6 +5444,9 @@
|
|||||||
"CustomizedPackages": {
|
"CustomizedPackages": {
|
||||||
"$ref": "#/components/schemas/SectionTitleWithTextComponent"
|
"$ref": "#/components/schemas/SectionTitleWithTextComponent"
|
||||||
},
|
},
|
||||||
|
"UnifiedEnglishLevelTest": {
|
||||||
|
"$ref": "#/components/schemas/ServicesPageProgressTrackingComponent"
|
||||||
|
},
|
||||||
"locale": {
|
"locale": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
@@ -5589,9 +5580,6 @@
|
|||||||
"$ref": "#/components/schemas/ServicesPageModuleEvaluationComponent"
|
"$ref": "#/components/schemas/ServicesPageModuleEvaluationComponent"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"UnifiedEnglishLevelTest": {
|
|
||||||
"$ref": "#/components/schemas/ServicesPageModuleEvaluationComponent"
|
|
||||||
},
|
|
||||||
"ProgressTracking": {
|
"ProgressTracking": {
|
||||||
"$ref": "#/components/schemas/ServicesPageProgressTrackingComponent"
|
"$ref": "#/components/schemas/ServicesPageProgressTrackingComponent"
|
||||||
},
|
},
|
||||||
@@ -5601,6 +5589,9 @@
|
|||||||
"CustomizedPackages": {
|
"CustomizedPackages": {
|
||||||
"$ref": "#/components/schemas/SectionTitleWithTextComponent"
|
"$ref": "#/components/schemas/SectionTitleWithTextComponent"
|
||||||
},
|
},
|
||||||
|
"UnifiedEnglishLevelTest": {
|
||||||
|
"$ref": "#/components/schemas/ServicesPageProgressTrackingComponent"
|
||||||
|
},
|
||||||
"createdAt": {
|
"createdAt": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
@@ -5956,6 +5947,12 @@
|
|||||||
},
|
},
|
||||||
"AcquireValues": {
|
"AcquireValues": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"EvaluationIcon": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"AcquireIcon": {
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
17
types/generated/components.d.ts
vendored
17
types/generated/components.d.ts
vendored
@@ -189,6 +189,7 @@ export interface ServicesPageModuleEvaluation extends Schema.Component {
|
|||||||
collectionName: 'components_services_page_module_evaluations';
|
collectionName: 'components_services_page_module_evaluations';
|
||||||
info: {
|
info: {
|
||||||
displayName: 'Module Evaluation';
|
displayName: 'Module Evaluation';
|
||||||
|
description: '';
|
||||||
};
|
};
|
||||||
attributes: {
|
attributes: {
|
||||||
Title: Attribute.String;
|
Title: Attribute.String;
|
||||||
@@ -197,6 +198,8 @@ export interface ServicesPageModuleEvaluation extends Schema.Component {
|
|||||||
EvaluationValues: Attribute.RichText;
|
EvaluationValues: Attribute.RichText;
|
||||||
Acquire: Attribute.String;
|
Acquire: Attribute.String;
|
||||||
AcquireValues: Attribute.RichText;
|
AcquireValues: Attribute.RichText;
|
||||||
|
EvaluationIcon: Attribute.String;
|
||||||
|
AcquireIcon: Attribute.String;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -213,6 +216,19 @@ export interface ServicesPageProgressTracking extends Schema.Component {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface ServicesPageUnifiedEnglishLevelTest extends Schema.Component {
|
||||||
|
collectionName: 'components_services_page_unified_english_level_tests';
|
||||||
|
info: {
|
||||||
|
displayName: 'UnifiedEnglishLevelTest';
|
||||||
|
};
|
||||||
|
attributes: {
|
||||||
|
Title: Attribute.String;
|
||||||
|
Text: Attribute.String;
|
||||||
|
Advantages: Attribute.String;
|
||||||
|
AdvantageValues: Attribute.RichText;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
export interface TitleTagTitleText extends Schema.Component {
|
export interface TitleTagTitleText extends Schema.Component {
|
||||||
collectionName: 'components_title_tag_title_texts';
|
collectionName: 'components_title_tag_title_texts';
|
||||||
info: {
|
info: {
|
||||||
@@ -257,6 +273,7 @@ declare module '@strapi/types' {
|
|||||||
'section.title-with-text': SectionTitleWithText;
|
'section.title-with-text': SectionTitleWithText;
|
||||||
'services-page.module-evaluation': ServicesPageModuleEvaluation;
|
'services-page.module-evaluation': ServicesPageModuleEvaluation;
|
||||||
'services-page.progress-tracking': ServicesPageProgressTracking;
|
'services-page.progress-tracking': ServicesPageProgressTracking;
|
||||||
|
'services-page.unified-english-level-test': ServicesPageUnifiedEnglishLevelTest;
|
||||||
'title.tag-title-text': TitleTagTitleText;
|
'title.tag-title-text': TitleTagTitleText;
|
||||||
'title.title-with-tag': TitleTitleWithTag;
|
'title.title-with-tag': TitleTitleWithTag;
|
||||||
}
|
}
|
||||||
|
|||||||
16
types/generated/contentTypes.d.ts
vendored
16
types/generated/contentTypes.d.ts
vendored
@@ -1353,6 +1353,7 @@ export interface ApiPricePrice extends Schema.SingleType {
|
|||||||
singularName: 'price';
|
singularName: 'price';
|
||||||
pluralName: 'prices';
|
pluralName: 'prices';
|
||||||
displayName: 'Price';
|
displayName: 'Price';
|
||||||
|
description: '';
|
||||||
};
|
};
|
||||||
options: {
|
options: {
|
||||||
draftAndPublish: false;
|
draftAndPublish: false;
|
||||||
@@ -1411,7 +1412,7 @@ export interface ApiPricePrice extends Schema.SingleType {
|
|||||||
localized: true;
|
localized: true;
|
||||||
};
|
};
|
||||||
}>;
|
}>;
|
||||||
Months: Attribute.Component<'misc.singular-and-plural', true> &
|
Months: Attribute.Component<'misc.singular-and-plural'> &
|
||||||
Attribute.SetPluginOptions<{
|
Attribute.SetPluginOptions<{
|
||||||
i18n: {
|
i18n: {
|
||||||
localized: true;
|
localized: true;
|
||||||
@@ -1516,6 +1517,7 @@ export interface ApiServicesServices extends Schema.SingleType {
|
|||||||
singularName: 'services';
|
singularName: 'services';
|
||||||
pluralName: 'servicess';
|
pluralName: 'servicess';
|
||||||
displayName: 'Services';
|
displayName: 'Services';
|
||||||
|
description: '';
|
||||||
};
|
};
|
||||||
options: {
|
options: {
|
||||||
draftAndPublish: false;
|
draftAndPublish: false;
|
||||||
@@ -1541,12 +1543,6 @@ export interface ApiServicesServices extends Schema.SingleType {
|
|||||||
localized: true;
|
localized: true;
|
||||||
};
|
};
|
||||||
}>;
|
}>;
|
||||||
UnifiedEnglishLevelTest: Attribute.Component<'services-page.module-evaluation'> &
|
|
||||||
Attribute.SetPluginOptions<{
|
|
||||||
i18n: {
|
|
||||||
localized: true;
|
|
||||||
};
|
|
||||||
}>;
|
|
||||||
ProgressTracking: Attribute.Component<'services-page.progress-tracking'> &
|
ProgressTracking: Attribute.Component<'services-page.progress-tracking'> &
|
||||||
Attribute.SetPluginOptions<{
|
Attribute.SetPluginOptions<{
|
||||||
i18n: {
|
i18n: {
|
||||||
@@ -1565,6 +1561,12 @@ export interface ApiServicesServices extends Schema.SingleType {
|
|||||||
localized: true;
|
localized: true;
|
||||||
};
|
};
|
||||||
}>;
|
}>;
|
||||||
|
UnifiedEnglishLevelTest: Attribute.Component<'services-page.progress-tracking'> &
|
||||||
|
Attribute.SetPluginOptions<{
|
||||||
|
i18n: {
|
||||||
|
localized: true;
|
||||||
|
};
|
||||||
|
}>;
|
||||||
createdAt: Attribute.DateTime;
|
createdAt: Attribute.DateTime;
|
||||||
updatedAt: Attribute.DateTime;
|
updatedAt: Attribute.DateTime;
|
||||||
createdBy: Attribute.Relation<
|
createdBy: Attribute.Relation<
|
||||||
|
|||||||
Reference in New Issue
Block a user