Author API Initialization
tags
Configuration options for the Tag search.
Values
Attribute path config.item_list.toolbar.search.tags
Type object
Properties
-
show boolean
Controls whether searching by Tags is available.
You would want to use this to prevent authors from searching by Tags using the default interface.
Default:
true
var initializationOptions = { "config": { "item_list": { "toolbar": { "search": { "tags": { "show": false } } } } } };