[yoga-4] add article to single service

This commit is contained in:
Roland Schneider
2025-05-20 16:56:38 +02:00
parent 2c71984d96
commit 9dc426bf64
3 changed files with 24 additions and 3 deletions

View File

@@ -1673,6 +1673,7 @@ export interface ApiYogaSingleServiceYogaSingleService
extends Struct.CollectionTypeSchema {
collectionName: 'yoga_single_services';
info: {
description: '';
displayName: 'YogaSingleService';
pluralName: 'yoga-single-services';
singularName: 'yoga-single-service';
@@ -1686,6 +1687,12 @@ export interface ApiYogaSingleServiceYogaSingleService
};
};
attributes: {
article: Schema.Attribute.RichText &
Schema.Attribute.SetPluginOptions<{
i18n: {
localized: true;
};
}>;
buttonLink: Schema.Attribute.String &
Schema.Attribute.SetPluginOptions<{
i18n: {