Updated the CMS to have the ability to choose the Banner image
This commit is contained in:
6
types/generated/contentTypes.d.ts
vendored
6
types/generated/contentTypes.d.ts
vendored
@@ -1239,6 +1239,12 @@ export interface ApiHomeHome extends Schema.SingleType {
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
Banner: Attribute.Media &
|
||||
Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: false;
|
||||
};
|
||||
}>;
|
||||
createdAt: Attribute.DateTime;
|
||||
updatedAt: Attribute.DateTime;
|
||||
createdBy: Attribute.Relation<'api::home.home', 'oneToOne', 'admin::user'> &
|
||||
|
||||
Reference in New Issue
Block a user