This commit is contained in:
Julian Krauser 2024-11-03 15:34:29 +01:00
parent 7679f4f6c9
commit bd52f5c996
11 changed files with 1892 additions and 20 deletions

View file

@ -180,7 +180,7 @@ export interface SharedList extends Struct.ComponentSchema {
enable_detail: Schema.Attribute.Boolean &
Schema.Attribute.Required &
Schema.Attribute.DefaultTo<false>;
sammlungs_referenz: Schema.Attribute.Relation<
lookup: Schema.Attribute.Relation<
'oneToOne',
'api::collection-lookup.collection-lookup'
>;