member access translation #1786
This commit is contained in:
parent
cd0a53de2b
commit
20ab9bfe45
|
@ -3,6 +3,7 @@ langcode: en
|
|||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- context
|
||||
- user
|
||||
theme:
|
||||
- materiotheme
|
||||
|
@ -14,7 +15,26 @@ provider: null
|
|||
plugin: user_login_block
|
||||
settings:
|
||||
id: user_login_block
|
||||
label: 'Accès membre'
|
||||
label: 'Membre access'
|
||||
label_display: visible
|
||||
provider: user
|
||||
visibility: { }
|
||||
visibility:
|
||||
user_status:
|
||||
id: user_status
|
||||
negate: false
|
||||
context_mapping:
|
||||
user: '@user.current_user_context:current_user'
|
||||
user_status:
|
||||
viewing_profile: '0'
|
||||
logged_viewing_profile: '0'
|
||||
own_page_true: '0'
|
||||
field_value: '0'
|
||||
user_fields: uid
|
||||
context_all:
|
||||
id: context_all
|
||||
negate: null
|
||||
values: ''
|
||||
context:
|
||||
id: context
|
||||
negate: null
|
||||
values: ''
|
||||
|
|
Loading…
Reference in New Issue