Initialization Option Author API

edit_standards

Controls whether standards can be aligned to Items or removed from Items.

You would want to use this to disable the authors' ability to add or remove standards from Items.

Examples

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

Values

Request object key config.global.ab_standards.edit_standards

Default: true

Type boolean

Versioning

Version added: v2021.3.LTS

Was this article helpful?