Commit seemingly harmless self-updates inc config from enabled modules
This commit is contained in:
parent
b85e8082c3
commit
0e7f12ee7a
48 changed files with 377 additions and 166 deletions
|
@ -1,6 +1,9 @@
|
|||
settings:
|
||||
default_status: open
|
||||
default_page_base_path: form
|
||||
default_ajax_effect: fade
|
||||
default_ajax_speed: 500
|
||||
default_ajax_progress_type: throbber
|
||||
default_form_open_message: 'This form has not yet been opened to submissions.'
|
||||
default_form_close_message: 'Sorry…This form is closed to new submissions.'
|
||||
default_form_exception_message: 'Unable to display this webform. Please contact the site administrator.'
|
||||
|
@ -37,6 +40,8 @@ settings:
|
|||
default_draft_button_label: 'Save Draft'
|
||||
default_draft_saved_message: 'Submission saved. You may return to this form later and it will restore the current values.'
|
||||
default_draft_loaded_message: 'A partially-completed form was found. Please complete the remaining portions.'
|
||||
default_draft_pending_single_message: 'You have a pending draft for this webform. <a href="#">Load your pending draft</a>.'
|
||||
default_draft_pending_multiple_message: 'You have pending drafts for this webform. <a href="#">View your pending drafts</a>.'
|
||||
default_confirmation_message: 'New submission added to [webform:title].'
|
||||
default_confirmation_back_label: 'Back to form'
|
||||
default_submission_label: '[webform_submission:submitted-to]: Submission #[webform_submission:serial]'
|
||||
|
@ -110,6 +115,7 @@ export:
|
|||
excluded_exporters: { }
|
||||
batch:
|
||||
default_batch_export_size: 500
|
||||
default_batch_import_size: 100
|
||||
default_batch_update_size: 500
|
||||
default_batch_delete_size: 500
|
||||
default_batch_email_size: 500
|
||||
|
@ -280,7 +286,6 @@ ui:
|
|||
help_disabled: false
|
||||
dialog_disabled: false
|
||||
offcanvas_disabled: false
|
||||
contribute_disabled: false
|
||||
promotions_disabled: false
|
||||
description_help: true
|
||||
libraries:
|
||||
|
@ -292,10 +297,9 @@ requirements:
|
|||
cdn: true
|
||||
bootstrap: true
|
||||
spam: true
|
||||
contribute:
|
||||
account_type: user
|
||||
account_id: null
|
||||
langcode: en
|
||||
third_party_settings: { }
|
||||
third_party_settings:
|
||||
captcha:
|
||||
replace_administration_mode: true
|
||||
_core:
|
||||
default_config_hash: vOXV9KclChKnE97mh4KCJVTDXxxRwh5PrtrhoXrJFWg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue