Author API Initialization
allow_filtered_tags_overwrite
Controls whether the author can save Items which do not meet the specified tags
filters. By default, authors cannot save Items which do not match the specified Tag filters.
You would want to use this to allow authors to save any Items regardless of filtered Tags.
Examples
// Allow authors to save any Item
var initializationOptions = {
"config": {
"item_list": {
"filter": {
"restricted": {
"tags": {
"allow_filtered_tags_overwrite": true
}
}
}
}
}
};
Values
Attribute path config.item_list.filter.restricted.tags.allow_filtered_tags_overwrite
Type boolean