config.activity_edit.save.restricted_tags.either - Initialization - Author API

Author API Initialization

either

Prevent Activities that contain at least one of the specified Tags from saving.

Examples

var initializationOptions = {
    "config": {
        "activity_edit": {
            "save": {
                "restricted_tags": {
                    "either" : [
                        { "type": "TYPE1", "name": "NAME1" },
                        { "type": "TYPE1", "name": "NAME2" },
                        { "type": "TYPE2", "name": "NAME3" }
                    ]
                }
            }
        }
    }
};

Values

Attribute path config.activity_edit.save.restricted_tags.either

Type array[TagsV2]

Was this article helpful?

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