Author API Initialization
edit
Controls if authors can edit Tags for the Activity.
You would want to use this so that you can prevent authors from making changes to the Activity's Tags. The existing Tags will be shown but cannot be changed.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"tags": {
"edit": false
}
}
}
};
Values
Attribute path config.activity_edit.tags.edit
Default true
Type boolean