[yoga-4] add new field: article

This commit is contained in:
Schneider Roland
2025-05-20 07:46:17 +02:00
parent 2d4487263d
commit 56dda3233a
4 changed files with 20 additions and 3 deletions

View File

@@ -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: {