introduce tag exclusion
This commit is contained in:
parent
9d919bfb0a
commit
246d352761
6 changed files with 31 additions and 3 deletions
9
libs/types/src/content/templates/shared.d.ts
vendored
9
libs/types/src/content/templates/shared.d.ts
vendored
|
@ -32,6 +32,15 @@ export type ListWithEntries<T> = {
|
|||
* Entries that are embedded directly in the list config
|
||||
*/
|
||||
embeddedEntries?: ListEntries<T>
|
||||
/**
|
||||
* Array of `tag.tagId`s that will be excluded from global tags for a given media list
|
||||
*/
|
||||
excludeTags: string[]
|
||||
/**
|
||||
* Array of `tag.category` that will be excluded from global tags for a given media list;
|
||||
* to exclude tags without categories given, add `'NoCategory'` to this array.
|
||||
*/
|
||||
excludeTagCategories: string[]
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue