contact on footer #1870 bis

This commit is contained in:
Bachir Soussi Chiadmi 2022-04-20 15:22:16 +02:00
parent 3290b6b1a0
commit cd0a53de2b
5 changed files with 12 additions and 11 deletions

View File

@ -7,7 +7,6 @@ dependencies:
module: module:
- block_content - block_content
- context - context
- system
theme: theme:
- materiotheme - materiotheme
id: contact id: contact
@ -44,7 +43,3 @@ visibility:
id: context id: context
negate: null negate: null
values: '' values: ''
request_path:
id: request_path
negate: false
pages: '<front>'

View File

@ -5,7 +5,7 @@ dependencies:
module: module:
- context - context
- simplenews - simplenews
- system - user
theme: theme:
- materiotheme - materiotheme
id: simplenewssubscription id: simplenewssubscription
@ -24,7 +24,7 @@ settings:
default_newsletters: default_newsletters:
materio_newsletter: materio_newsletter materio_newsletter: materio_newsletter
message: '' message: ''
show_manage: true show_manage: false
unique_id: footersimplenewssubscriptionblock unique_id: footersimplenewssubscriptionblock
visibility: visibility:
user_status: user_status:
@ -46,7 +46,10 @@ visibility:
id: context id: context
negate: null negate: null
values: '' values: ''
request_path: user_role:
id: request_path id: user_role
negate: false negate: false
pages: '<front>' context_mapping:
user: '@user.current_user_context:current_user'
roles:
anonymous: anonymous

File diff suppressed because one or more lines are too long

View File

@ -2905,6 +2905,9 @@ footer[role="contentinfo"]{
// body:not(.path-home) & { // body:not(.path-home) & {
// display:none; // display:none;
// } // }
body.path-base & {
display: none;
}
>.wrapper{ >.wrapper{
display:flex; display:flex;
flex-flow: row nowrap; flex-flow: row nowrap;