Updated the CMS to have the ability to choose the Banner image

This commit is contained in:
Tiago Ribeiro
2024-03-28 15:10:37 +00:00
parent 2cb916cfbf
commit 42bf8e1191
7 changed files with 879 additions and 188 deletions

View File

@@ -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'> &