[yoga-4] add new field: article
This commit is contained in:
2
yoga-cms/types/generated/contentTypes.d.ts
vendored
2
yoga-cms/types/generated/contentTypes.d.ts
vendored
@@ -1677,6 +1677,7 @@ export interface ApiYogaSingleServiceYogaSingleService
|
||||
extends Struct.CollectionTypeSchema {
|
||||
collectionName: 'yoga_single_services';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'YogaSingleService';
|
||||
pluralName: 'yoga-single-services';
|
||||
singularName: 'yoga-single-service';
|
||||
@@ -1690,6 +1691,7 @@ export interface ApiYogaSingleServiceYogaSingleService
|
||||
};
|
||||
};
|
||||
attributes: {
|
||||
article: Schema.Attribute.RichText;
|
||||
buttonLink: Schema.Attribute.String &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
|
||||
Reference in New Issue
Block a user