Initialization Option Author API

tag_standard_hierarchy

Controls whether to automatically add standards hierarchy information for a single standard to an Item, as Tags, when you apply the standard to the Item.

You would want to use this to see where a standard appears in its hierarchy, along with other information such as authority, publication, subject/topic, and section.

Examples

var initializationOptions = {
    "config": {
        "global": {
            "ab_standards": {
                "tag_standard_hierarchy": true
            }
        }
    }
};

Values

Request object key config.global.ab_standards.tag_standard_hierarchy

Default: false

Type boolean

Possible values:
  • true

    The hierarchy information of an alignable standard and its ancestor entities of Academic Benchmarks / AB Connect will also be added as Tags to an Item when the alignable standard is added to an Item.

  • false

    Only the alignable standard will be added to the Item.

Versioning

Version added: v2021.3.LTS

Related articles

Was this article helpful?