Enable contact module
This commit is contained in:
parent
0e60fbab12
commit
0f216a0c01
12
config/contact.form.contact_me.yml
Normal file
12
config/contact.form.contact_me.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
uuid: c496382d-24a5-4fd0-ad66-8f738e828fcf
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: contact_me
|
||||
label: 'Contact me'
|
||||
recipients:
|
||||
- oliver+contact@oliverdavies.uk
|
||||
reply: ''
|
||||
weight: 0
|
||||
message: ''
|
||||
redirect: ''
|
13
config/contact.form.personal.yml
Normal file
13
config/contact.form.personal.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
uuid: 48d40ffa-1fcc-46f6-811e-776691921c04
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: jonvgt3CkUM2eMLTFwWfHileWWDC4YtXCuIlCahTk_I
|
||||
id: personal
|
||||
label: 'Personal contact form'
|
||||
recipients: { }
|
||||
reply: ''
|
||||
weight: 0
|
||||
message: 'Your message has been sent.'
|
||||
redirect: ''
|
7
config/contact.settings.yml
Normal file
7
config/contact.settings.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
default_form: contact_me
|
||||
flood:
|
||||
limit: 5
|
||||
interval: 3600
|
||||
user_default_enabled: true
|
||||
_core:
|
||||
default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8
|
|
@ -9,6 +9,7 @@ module:
|
|||
config_filter: 0
|
||||
config_ignore: 0
|
||||
config_split: 0
|
||||
contact: 0
|
||||
contextual: 0
|
||||
core_event_dispatcher: 0
|
||||
ctools: 0
|
||||
|
|
Loading…
Reference in a new issue