Author API Initialization
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
Attribute path config.global.ab_standards.edit_standards
Default true
Type boolean
Versioning
Version added: v2021.3.LTS