[yoga-15] improve service list rendering
This commit is contained in:
2
yoga-cms/types/generated/contentTypes.d.ts
vendored
2
yoga-cms/types/generated/contentTypes.d.ts
vendored
@@ -1840,6 +1840,7 @@ export interface ApiYogaSingleServiceYogaSingleService
|
||||
};
|
||||
attributes: {
|
||||
article: Schema.Attribute.Blocks;
|
||||
articleImage: Schema.Attribute.Media<'images' | 'files'>;
|
||||
buttonLink: Schema.Attribute.String &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
@@ -1884,6 +1885,7 @@ export interface ApiYogaSingleServiceYogaSingleService
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
priority: Schema.Attribute.Integer & Schema.Attribute.DefaultTo<100>;
|
||||
publishedAt: Schema.Attribute.DateTime;
|
||||
updatedAt: Schema.Attribute.DateTime;
|
||||
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||
|
||||
Reference in New Issue
Block a user