Lookup table
This commit is contained in:
parent
832994d13e
commit
693aa352a4
13 changed files with 1138 additions and 335 deletions
6
types/generated/components.d.ts
vendored
6
types/generated/components.d.ts
vendored
|
@ -180,8 +180,10 @@ export interface SharedList extends Struct.ComponentSchema {
|
|||
enable_detail: Schema.Attribute.Boolean &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.DefaultTo<false>;
|
||||
list: Schema.Attribute.Enumeration<['articles', 'events', 'operations']> &
|
||||
Schema.Attribute.Required;
|
||||
sammlungs_referenz: Schema.Attribute.Relation<
|
||||
'oneToOne',
|
||||
'api::collection-lookup.collection-lookup'
|
||||
>;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue