Commit enabling of mailchimp webform & related
This commit is contained in:
parent
62506ba88b
commit
4fd550a87c
5 changed files with 26 additions and 7 deletions
|
@ -93,6 +93,7 @@ module:
|
||||||
layout_discovery: 0
|
layout_discovery: 0
|
||||||
link: 0
|
link: 0
|
||||||
locale: 0
|
locale: 0
|
||||||
|
mailchimp: 0
|
||||||
markdown: 0
|
markdown: 0
|
||||||
menu_trail_by_path: 0
|
menu_trail_by_path: 0
|
||||||
menu_ui: 0
|
menu_ui: 0
|
||||||
|
@ -144,6 +145,7 @@ module:
|
||||||
views_ui: 0
|
views_ui: 0
|
||||||
viewsreference: 0
|
viewsreference: 0
|
||||||
webform: 0
|
webform: 0
|
||||||
|
webform_mailchimp: 0
|
||||||
webform_ui: 0
|
webform_ui: 0
|
||||||
wysiwyg_linebreaks: 0
|
wysiwyg_linebreaks: 0
|
||||||
ds: 1
|
ds: 1
|
||||||
|
|
|
@ -50,11 +50,11 @@ filters:
|
||||||
status: false
|
status: false
|
||||||
weight: -46
|
weight: -46
|
||||||
settings: { }
|
settings: { }
|
||||||
filter_htmlcorrector:
|
filter_autop:
|
||||||
id: filter_htmlcorrector
|
id: filter_autop
|
||||||
provider: filter
|
provider: filter
|
||||||
status: false
|
status: false
|
||||||
weight: -41
|
weight: -45
|
||||||
settings: { }
|
settings: { }
|
||||||
filter_url:
|
filter_url:
|
||||||
id: filter_url
|
id: filter_url
|
||||||
|
@ -63,11 +63,11 @@ filters:
|
||||||
weight: -44
|
weight: -44
|
||||||
settings:
|
settings:
|
||||||
filter_url_length: 72
|
filter_url_length: 72
|
||||||
filter_autop:
|
filter_htmlcorrector:
|
||||||
id: filter_autop
|
id: filter_htmlcorrector
|
||||||
provider: filter
|
provider: filter
|
||||||
status: false
|
status: false
|
||||||
weight: -45
|
weight: -41
|
||||||
settings: { }
|
settings: { }
|
||||||
markdown:
|
markdown:
|
||||||
id: markdown
|
id: markdown
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
tips:
|
tips:
|
||||||
views-ui-fields:
|
views-ui-fields:
|
||||||
label: Campos
|
label: Campos
|
||||||
|
views-ui-preview:
|
||||||
|
label: 'Vista previa'
|
||||||
|
|
|
@ -1 +1,9 @@
|
||||||
label: Acción
|
display:
|
||||||
|
default:
|
||||||
|
display_options:
|
||||||
|
title: Acciones
|
||||||
|
page_listing:
|
||||||
|
display_title: Página
|
||||||
|
display_options:
|
||||||
|
menu:
|
||||||
|
title: Acciones
|
||||||
|
|
7
config/sync/mailchimp.settings.yml
Normal file
7
config/sync/mailchimp.settings.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
api_key: ''
|
||||||
|
cron: false
|
||||||
|
batch_limit: 100
|
||||||
|
api_classname: Mailchimp\Mailchimp
|
||||||
|
test_mode: false
|
||||||
|
_core:
|
||||||
|
default_config_hash: x8k6uOqmSHPqpp71jYGxHF3_SAs3U-Pha3YCntQIhPU
|
Loading…
Reference in a new issue