component enhance
This commit is contained in:
parent
f4acc5799c
commit
4cd47c5d4c
3 changed files with 12 additions and 1 deletions
3
types/generated/components.d.ts
vendored
3
types/generated/components.d.ts
vendored
|
@ -37,6 +37,9 @@ export interface DynamicZoneEmphasiseArticle extends Struct.ComponentSchema {
|
|||
};
|
||||
attributes: {
|
||||
articles: Schema.Attribute.Relation<'oneToMany', 'api::article.article'>;
|
||||
base_url: Schema.Attribute.String &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.DefaultTo<'/artikel'>;
|
||||
description: Schema.Attribute.Text;
|
||||
titel: Schema.Attribute.String & Schema.Attribute.Required;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue