Added contact form to opencase_defaults
This commit is contained in:
parent
1c0195a632
commit
6b3b744900
@ -0,0 +1,11 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: contact_opencase
|
||||
label: 'Contact the OpenCase Developers'
|
||||
recipients:
|
||||
- naomirosenberguk@gmail.com
|
||||
reply: ''
|
||||
weight: 0
|
||||
message: 'Thank you for your message. The OpenCase team will get back to you ASAP.'
|
||||
redirect: ''
|
@ -0,0 +1,5 @@
|
||||
default_form: contact_opencase
|
||||
flood:
|
||||
limit: 5
|
||||
interval: 3600
|
||||
user_default_enabled: false
|
@ -3,3 +3,8 @@ type: module
|
||||
description: 'Actor types, case types, activity types and user roles suited to an asylum advice group'
|
||||
core: 8.x
|
||||
package: 'OpenCase'
|
||||
dependencies:
|
||||
- contact
|
||||
- field
|
||||
- opencase_entities
|
||||
- options
|
||||
|
Reference in New Issue
Block a user