removed footer simplenews subscription block
This commit is contained in:
parent
371496ab26
commit
1f6d1398c2
|
@ -4,8 +4,8 @@ status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- commerce_checkout
|
- commerce_checkout
|
||||||
|
- commerce_product
|
||||||
- context
|
- context
|
||||||
- ctools
|
|
||||||
theme:
|
theme:
|
||||||
- materiotheme
|
- materiotheme
|
||||||
id: checkoutprogress
|
id: checkoutprogress
|
||||||
|
|
|
@ -1,49 +0,0 @@
|
||||||
uuid: 9707958e-dc3d-43f9-a449-84993d135dae
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- context
|
|
||||||
- materio_simplenews
|
|
||||||
- system
|
|
||||||
- user
|
|
||||||
theme:
|
|
||||||
- materiotheme
|
|
||||||
id: materiosimplenewssubscription
|
|
||||||
theme: materiotheme
|
|
||||||
region: footer_left
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: materio_simplenews_subscription_block
|
|
||||||
settings:
|
|
||||||
id: materio_simplenews_subscription_block
|
|
||||||
label: 'Inscription newsletter Materio'
|
|
||||||
label_display: '0'
|
|
||||||
provider: materio_simplenews
|
|
||||||
newsletters:
|
|
||||||
materio_newsletter: materio_newsletter
|
|
||||||
message: 'Subscribe to our monthly newsletter.'
|
|
||||||
unique_id: d0c7bdf4-c218-4ded-840a-9c4c731ec469
|
|
||||||
visibility:
|
|
||||||
view_inclusion:
|
|
||||||
id: view_inclusion
|
|
||||||
negate: false
|
|
||||||
context_mapping: { }
|
|
||||||
view_inclusion: { }
|
|
||||||
request_path_exclusion:
|
|
||||||
id: request_path_exclusion
|
|
||||||
negate: true
|
|
||||||
context_mapping: { }
|
|
||||||
pages: ''
|
|
||||||
user_role:
|
|
||||||
id: user_role
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
user: '@user.current_user_context:current_user'
|
|
||||||
roles:
|
|
||||||
anonymous: anonymous
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
negate: false
|
|
||||||
context_mapping: { }
|
|
||||||
pages: '<front>'
|
|
|
@ -3,7 +3,6 @@ langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- context
|
|
||||||
- user
|
- user
|
||||||
theme:
|
theme:
|
||||||
- materiotheme
|
- materiotheme
|
||||||
|
@ -18,14 +17,4 @@ settings:
|
||||||
label: 'Accès membre'
|
label: 'Accès membre'
|
||||||
label_display: visible
|
label_display: visible
|
||||||
provider: user
|
provider: user
|
||||||
visibility:
|
visibility: { }
|
||||||
view_inclusion:
|
|
||||||
id: view_inclusion
|
|
||||||
negate: false
|
|
||||||
context_mapping: { }
|
|
||||||
view_inclusion: { }
|
|
||||||
request_path_exclusion:
|
|
||||||
id: request_path_exclusion
|
|
||||||
negate: true
|
|
||||||
context_mapping: { }
|
|
||||||
pages: ''
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
settings:
|
|
||||||
label: 'Inscription newsletter Materio'
|
|
|
@ -12,7 +12,7 @@ subscriber:
|
||||||
sync_fields: true
|
sync_fields: true
|
||||||
subscription:
|
subscription:
|
||||||
skip_verification: false
|
skip_verification: false
|
||||||
tidy_unconfirmed: 0
|
tidy_unconfirmed: 7
|
||||||
confirm_combined_subject: 'Confirmation for [site:name]'
|
confirm_combined_subject: 'Confirmation for [site:name]'
|
||||||
confirm_combined_body: "We have received a request to subscribe [simplenews-subscriber:mail] at [site:url]. To confirm please use the link below.\r\n\r\n[simplenews-subscriber:combined-url]"
|
confirm_combined_body: "We have received a request to subscribe [simplenews-subscriber:mail] at [site:url]. To confirm please use the link below.\r\n\r\n[simplenews-subscriber:combined-url]"
|
||||||
confirm_combined_body_unchanged: 'We have received a request to subscribe [simplenews-subscriber:mail] at [site:url]. No confirmation necessary because you are already subscribed.'
|
confirm_combined_body_unchanged: 'We have received a request to subscribe [simplenews-subscriber:mail] at [site:url]. No confirmation necessary because you are already subscribed.'
|
||||||
|
@ -25,6 +25,6 @@ mail:
|
||||||
textalt: true
|
textalt: true
|
||||||
throttle: 200
|
throttle: 200
|
||||||
spool_progress_expiration: 3600
|
spool_progress_expiration: 3600
|
||||||
spool_expire: 1
|
spool_expire: 7
|
||||||
debug: false
|
debug: false
|
||||||
source_cache: null
|
source_cache: null
|
||||||
|
|
Loading…
Reference in New Issue