Initialization Option Author API

dynamic_content

Controls whether the dynamic content data table tab is shown in the settings view.

You would want to use this to allow authors to enter dynamic content for the Item.

Examples

var initializationOptions = {
    "config": {
        "item_edit": {
            "item": {
                "dynamic_content": true
            }
        }
    }
};

Values

Request object key config.item_edit.item.dynamic_content

Default: false

Type boolean

Was this article helpful?