Initialization Option Author API

filter

Controls whether filtering by standard is enabled for the Item list and Item lookup views.

You would want to use this to disable the authors' ability to filter by standards in the Item list and Item lookup views.

Examples

// Disable the filtering of standards
var initializationOptions = {
    "config": {
        "global": {
            "ab_standards": {
                "filter": false
            }
        }
    }
};

Values

Request object key config.global.ab_standards.filter

Default: true

Type boolean

Versioning

Version added: v2021.3.LTS

Was this article helpful?