introduce tag exclusion
This commit is contained in:
parent
9d919bfb0a
commit
246d352761
6 changed files with 31 additions and 3 deletions
|
@ -24,6 +24,12 @@
|
|||
},
|
||||
"description": {
|
||||
"type": "richtext"
|
||||
},
|
||||
"excludeTags": {
|
||||
"type": "string"
|
||||
},
|
||||
"excludeTagCategories": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -468,6 +468,8 @@ export interface ApiMediaListMediaList extends Struct.CollectionTypeSchema {
|
|||
'manyToMany',
|
||||
'api::media-entry.media-entry'
|
||||
>;
|
||||
excludeTagCategories: Schema.Attribute.String;
|
||||
excludeTags: Schema.Attribute.String;
|
||||
locale: Schema.Attribute.String & Schema.Attribute.Private;
|
||||
localizations: Schema.Attribute.Relation<
|
||||
'oneToMany',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue