autosave_form.settings.yml in Autosave Form 8
config/install/autosave_form.settings.yml
5 string references to 'autosave_form.settings'
- AutosaveFormSettingsForm::buildForm in src/
Form/ AutosaveFormSettingsForm.php - Form constructor.
- AutosaveFormSettingsForm::getEditableConfigNames in src/
Form/ AutosaveFormSettingsForm.php - Gets the configuration names that will be editable.
- AutosaveFormSettingsForm::submitForm in src/
Form/ AutosaveFormSettingsForm.php - Form submission handler.
- autosave_form_update_8001 in ./
autosave_form.install - Add the settings for the notification to the settings config.
- autosave_form_update_8002 in ./
autosave_form.install - Populates the setting "only_on_form_change".
File
config/install/autosave_form.settings.ymlView source
- interval: 60000
- only_on_form_change: FALSE
- active_on:
- content_entity_forms: TRUE
- config_entity_forms: FALSE
- notification:
- active: TRUE
- message: "Saving draft..."
- delay: 1000
- allowed_content_entity_types: { }