Added icons to the page
This commit is contained in:
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';
|
||||
info: {
|
||||
displayName: 'Module Evaluation';
|
||||
description: '';
|
||||
};
|
||||
attributes: {
|
||||
Title: Attribute.String;
|
||||
@@ -197,6 +198,8 @@ export interface ServicesPageModuleEvaluation extends Schema.Component {
|
||||
EvaluationValues: Attribute.RichText;
|
||||
Acquire: Attribute.String;
|
||||
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 {
|
||||
collectionName: 'components_title_tag_title_texts';
|
||||
info: {
|
||||
@@ -257,6 +273,7 @@ declare module '@strapi/types' {
|
||||
'section.title-with-text': SectionTitleWithText;
|
||||
'services-page.module-evaluation': ServicesPageModuleEvaluation;
|
||||
'services-page.progress-tracking': ServicesPageProgressTracking;
|
||||
'services-page.unified-english-level-test': ServicesPageUnifiedEnglishLevelTest;
|
||||
'title.tag-title-text': TitleTagTitleText;
|
||||
'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';
|
||||
pluralName: 'prices';
|
||||
displayName: 'Price';
|
||||
description: '';
|
||||
};
|
||||
options: {
|
||||
draftAndPublish: false;
|
||||
@@ -1411,7 +1412,7 @@ export interface ApiPricePrice extends Schema.SingleType {
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
Months: Attribute.Component<'misc.singular-and-plural', true> &
|
||||
Months: Attribute.Component<'misc.singular-and-plural'> &
|
||||
Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
@@ -1516,6 +1517,7 @@ export interface ApiServicesServices extends Schema.SingleType {
|
||||
singularName: 'services';
|
||||
pluralName: 'servicess';
|
||||
displayName: 'Services';
|
||||
description: '';
|
||||
};
|
||||
options: {
|
||||
draftAndPublish: false;
|
||||
@@ -1541,12 +1543,6 @@ export interface ApiServicesServices extends Schema.SingleType {
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
UnifiedEnglishLevelTest: Attribute.Component<'services-page.module-evaluation'> &
|
||||
Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
ProgressTracking: Attribute.Component<'services-page.progress-tracking'> &
|
||||
Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
@@ -1565,6 +1561,12 @@ export interface ApiServicesServices extends Schema.SingleType {
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
UnifiedEnglishLevelTest: Attribute.Component<'services-page.progress-tracking'> &
|
||||
Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
createdAt: Attribute.DateTime;
|
||||
updatedAt: Attribute.DateTime;
|
||||
createdBy: Attribute.Relation<
|
||||
|
||||
Reference in New Issue
Block a user