Updated the structure of the About page
This commit is contained in:
7
types/generated/components.d.ts
vendored
7
types/generated/components.d.ts
vendored
@@ -17,11 +17,12 @@ export interface AboutPageCeoMessage extends Schema.Component {
|
||||
collectionName: 'components_about_page_ceo_messages';
|
||||
info: {
|
||||
displayName: 'CEO Message';
|
||||
description: '';
|
||||
};
|
||||
attributes: {
|
||||
Title: Attribute.String;
|
||||
name: Attribute.String;
|
||||
Text: Attribute.String;
|
||||
Name: Attribute.String;
|
||||
Text: Attribute.Text;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -33,7 +34,7 @@ export interface SectionTitleWithText extends Schema.Component {
|
||||
};
|
||||
attributes: {
|
||||
Title: Attribute.String;
|
||||
Text: Attribute.String;
|
||||
Text: Attribute.Text;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user