reset dossiers, added config page documents en téléchargement
This commit is contained in:
@@ -8,11 +8,15 @@ dependencies:
|
||||
- field.storage.user.field_qualite
|
||||
- field.storage.user.field_structure
|
||||
- field.storage.user.field_telephone
|
||||
- user.role.admin
|
||||
- user.role.collaborateur
|
||||
- user.role.editor
|
||||
- user.role.root
|
||||
module:
|
||||
- phone_number
|
||||
- user
|
||||
id: current_user_block
|
||||
label: 'Current user block'
|
||||
label: 'Current user operations block'
|
||||
module: views
|
||||
description: ''
|
||||
tag: ''
|
||||
@@ -25,7 +29,7 @@ display:
|
||||
display_plugin: default
|
||||
position: 0
|
||||
display_options:
|
||||
title: 'Current user block'
|
||||
title: 'Current user operations block'
|
||||
fields:
|
||||
field_prenom:
|
||||
id: field_prenom
|
||||
@@ -521,17 +525,6 @@ display:
|
||||
break_phrase: false
|
||||
not: false
|
||||
filters:
|
||||
status:
|
||||
id: status
|
||||
table: users_field_data
|
||||
field: status
|
||||
entity_type: user
|
||||
entity_field: status
|
||||
plugin_id: boolean
|
||||
value: '1'
|
||||
group: 1
|
||||
expose:
|
||||
operator: ''
|
||||
roles_target_id:
|
||||
id: roles_target_id
|
||||
table: user__roles
|
||||
@@ -542,8 +535,12 @@ display:
|
||||
entity_type: user
|
||||
entity_field: roles
|
||||
plugin_id: user_roles
|
||||
operator: empty
|
||||
value: { }
|
||||
operator: not
|
||||
value:
|
||||
admin: admin
|
||||
root: root
|
||||
editor: editor
|
||||
collaborateur: collaborateur
|
||||
group: 1
|
||||
exposed: false
|
||||
expose:
|
||||
@@ -574,6 +571,21 @@ display:
|
||||
default_group_multiple: { }
|
||||
group_items: { }
|
||||
reduce_duplicates: false
|
||||
status:
|
||||
id: status
|
||||
table: users_field_data
|
||||
field: status
|
||||
entity_type: user
|
||||
entity_field: status
|
||||
plugin_id: boolean
|
||||
value: '1'
|
||||
group: 1
|
||||
expose:
|
||||
operator: ''
|
||||
filter_groups:
|
||||
operator: AND
|
||||
groups:
|
||||
1: AND
|
||||
style:
|
||||
type: default
|
||||
row:
|
||||
@@ -637,10 +649,11 @@ display:
|
||||
- 'config:field.storage.user.field_telephone'
|
||||
block_1:
|
||||
id: block_1
|
||||
display_title: Block
|
||||
display_title: 'User operations Block'
|
||||
display_plugin: block
|
||||
position: 1
|
||||
display_options:
|
||||
display_description: ''
|
||||
display_extenders:
|
||||
matomo:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user