enabled and first config of role_delegation, administerusersbyrole, group modules
This commit is contained in:
@@ -46,7 +46,7 @@ display:
|
||||
entity_type: node
|
||||
entity_field: title
|
||||
plugin_id: field
|
||||
label: Titre
|
||||
label: Title
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
@@ -69,7 +69,7 @@ display:
|
||||
entity_type: node
|
||||
entity_field: type
|
||||
plugin_id: field
|
||||
label: 'Type de contenu'
|
||||
label: 'Content type'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
@@ -150,7 +150,7 @@ display:
|
||||
entity_type: node
|
||||
entity_field: status
|
||||
plugin_id: field
|
||||
label: État
|
||||
label: Status
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
@@ -163,8 +163,8 @@ display:
|
||||
type: boolean
|
||||
settings:
|
||||
format: custom
|
||||
format_custom_false: 'Non publié'
|
||||
format_custom_true: Publié
|
||||
format_custom_false: Unpublished
|
||||
format_custom_true: Published
|
||||
changed:
|
||||
id: changed
|
||||
table: node_field_data
|
||||
@@ -242,14 +242,14 @@ display:
|
||||
options:
|
||||
items_per_page: 50
|
||||
tags:
|
||||
next: 'Suivant ›'
|
||||
previous: '‹ Précédent'
|
||||
next: 'Next ›'
|
||||
previous: '‹ Previous'
|
||||
first: '« First'
|
||||
last: 'Last »'
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
submit_button: Filtrer
|
||||
submit_button: Filter
|
||||
reset_button: true
|
||||
reset_button_label: Reset
|
||||
exposed_sorts_label: 'Sort by'
|
||||
@@ -269,7 +269,7 @@ display:
|
||||
field: area_text_custom
|
||||
plugin_id: text_custom
|
||||
empty: true
|
||||
content: 'Aucun contenu disponible.'
|
||||
content: 'No content available.'
|
||||
sorts: { }
|
||||
arguments: { }
|
||||
filters:
|
||||
@@ -289,7 +289,7 @@ display:
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: title_op
|
||||
label: Titre
|
||||
label: Title
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: title_op
|
||||
@@ -331,7 +331,7 @@ display:
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: type_op
|
||||
label: 'Type de contenu'
|
||||
label: 'Content type'
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: type_op
|
||||
@@ -374,7 +374,7 @@ display:
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: ''
|
||||
label: État
|
||||
label: Status
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: status_op
|
||||
@@ -388,7 +388,7 @@ display:
|
||||
authenticated: authenticated
|
||||
is_grouped: true
|
||||
group_info:
|
||||
label: 'Statut de publication'
|
||||
label: 'Published status'
|
||||
description: ''
|
||||
identifier: status
|
||||
optional: true
|
||||
@@ -399,11 +399,11 @@ display:
|
||||
default_group_multiple: { }
|
||||
group_items:
|
||||
1:
|
||||
title: Publié
|
||||
title: Published
|
||||
operator: '='
|
||||
value: '1'
|
||||
2:
|
||||
title: 'Non publié'
|
||||
title: Unpublished
|
||||
operator: '='
|
||||
value: '0'
|
||||
langcode:
|
||||
|
||||
Reference in New Issue
Block a user