Author API Initialization
enable
Controls whether Author Aide API is enabled.
You would want to use this, in order to make use of the Author Aide content generation.
Important This will only have an effect if Author Aide is enabled for your API consumer.
Examples
// Enable Author Aide and show its button in the Item List view
var initializationOptions = {
"config": {
"dependencies": {
"authoraide_api": {
"enable": true
}
}
}
};
Values
Attribute path config.dependencies.authoraide_api.enable
Default false
Type boolean
Setting this value to true
enables Author Aide API and displays its button in the Item List view, false
disables it and does not display the button.