Author API Initialization
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
Attribute path config.item_edit.item.dynamic_content
Default false
Type boolean