config.item_list.toolbar.search.tags - Initialization - Author API

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
                                    }
                                }
                            }
                        }
                    }
                };
                
Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.