Author API Initialization
save
Configuration options for the Item save button and save behavior.
Values
Attribute path config.item_edit.item.save
Type object
Properties
-
persist boolean
Controls whether the Item data is persisted in the Item bank.
-
restricted_tags object
Controls whether the Item data can be saved.
-
show boolean
Controls whether the save button is shown in the Item editor view.
Related articles
- Initializing the Author API Activity editor to create and edit Items within an Activity
- The
save()
method, which saves the current Item being edited. - The
save
event, which fires before an Item is to be saved. - The
save:error
event, which fires when an Item has failed to save. - The
save:success
event, which fires when an Item has successfully saved.