Commit self config updates (after webform database updates)
This commit is contained in:
parent
a8d0ab16a5
commit
a741fa1c3c
1 changed files with 8 additions and 3 deletions
|
@ -1,12 +1,9 @@
|
||||||
uuid: 334440fc-4195-4388-bd1d-c9d22c37c496
|
|
||||||
langcode: en
|
langcode: en
|
||||||
status: open
|
status: open
|
||||||
dependencies:
|
dependencies:
|
||||||
enforced:
|
enforced:
|
||||||
module:
|
module:
|
||||||
- webform
|
- webform
|
||||||
_core:
|
|
||||||
default_config_hash: B-E6t3OGPrgG1OPuVOmoXmjWLXkta_R-lSr_ppfU2Ww
|
|
||||||
open: null
|
open: null
|
||||||
close: null
|
close: null
|
||||||
weight: 0
|
weight: 0
|
||||||
|
@ -34,6 +31,7 @@ settings:
|
||||||
form_previous_submissions: true
|
form_previous_submissions: true
|
||||||
form_confidential: false
|
form_confidential: false
|
||||||
form_confidential_message: ''
|
form_confidential_message: ''
|
||||||
|
form_remote_addr: true
|
||||||
form_convert_anonymous: false
|
form_convert_anonymous: false
|
||||||
form_prepopulate: false
|
form_prepopulate: false
|
||||||
form_prepopulate_source_entity: false
|
form_prepopulate_source_entity: false
|
||||||
|
@ -166,6 +164,10 @@ access:
|
||||||
roles: { }
|
roles: { }
|
||||||
users: { }
|
users: { }
|
||||||
permissions: { }
|
permissions: { }
|
||||||
|
configuration:
|
||||||
|
roles: { }
|
||||||
|
users: { }
|
||||||
|
permissions: { }
|
||||||
handlers:
|
handlers:
|
||||||
email_confirmation:
|
email_confirmation:
|
||||||
id: email
|
id: email
|
||||||
|
@ -235,3 +237,6 @@ handlers:
|
||||||
return_path: ''
|
return_path: ''
|
||||||
sender_mail: ''
|
sender_mail: ''
|
||||||
sender_name: ''
|
sender_name: ''
|
||||||
|
uuid: 334440fc-4195-4388-bd1d-c9d22c37c496
|
||||||
|
_core:
|
||||||
|
default_config_hash: B-E6t3OGPrgG1OPuVOmoXmjWLXkta_R-lSr_ppfU2Ww
|
||||||
|
|
Loading…
Reference in a new issue