add paragraphs module
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
uuid: d2400bfc-57e5-40f3-ada5-404d8f63dde7
|
||||
langcode: en
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
@@ -8,20 +8,20 @@ dependencies:
|
||||
_core:
|
||||
default_config_hash: vBKWYGGDoAX-tFd1JErB8tZLSxx3lJ0foouVsgpcbB4
|
||||
id: content
|
||||
label: Content
|
||||
label: Contenu
|
||||
module: node
|
||||
description: 'Find and manage content.'
|
||||
description: 'Trouver et gérer le contenu.'
|
||||
tag: default
|
||||
base_table: node_field_data
|
||||
base_field: nid
|
||||
display:
|
||||
default:
|
||||
id: default
|
||||
display_title: Default
|
||||
display_title: 'Par défaut'
|
||||
display_plugin: default
|
||||
position: 0
|
||||
display_options:
|
||||
title: Content
|
||||
title: Contenu
|
||||
fields:
|
||||
node_bulk_form:
|
||||
id: node_bulk_form
|
||||
@@ -46,7 +46,7 @@ display:
|
||||
entity_type: node
|
||||
entity_field: title
|
||||
plugin_id: field
|
||||
label: Title
|
||||
label: Titre
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
@@ -69,7 +69,7 @@ display:
|
||||
entity_type: node
|
||||
entity_field: type
|
||||
plugin_id: field
|
||||
label: 'Content type'
|
||||
label: 'Type de contenu'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
@@ -132,7 +132,7 @@ display:
|
||||
entity_type: user
|
||||
entity_field: name
|
||||
plugin_id: field
|
||||
label: Author
|
||||
label: Auteur
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
@@ -150,7 +150,7 @@ display:
|
||||
entity_type: node
|
||||
entity_field: status
|
||||
plugin_id: field
|
||||
label: Status
|
||||
label: État
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
@@ -163,8 +163,8 @@ display:
|
||||
type: boolean
|
||||
settings:
|
||||
format: custom
|
||||
format_custom_false: Unpublished
|
||||
format_custom_true: Published
|
||||
format_custom_false: 'Non publié'
|
||||
format_custom_true: Publié
|
||||
changed:
|
||||
id: changed
|
||||
table: node_field_data
|
||||
@@ -172,7 +172,7 @@ display:
|
||||
entity_type: node
|
||||
entity_field: changed
|
||||
plugin_id: field
|
||||
label: Updated
|
||||
label: 'Mis à jour'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
@@ -195,7 +195,7 @@ display:
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
plugin_id: entity_operations
|
||||
label: Operations
|
||||
label: Actions
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
@@ -242,17 +242,17 @@ display:
|
||||
options:
|
||||
items_per_page: 50
|
||||
tags:
|
||||
next: 'Next ›'
|
||||
previous: '‹ Previous'
|
||||
first: '« First'
|
||||
last: 'Last »'
|
||||
next: 'Suivant ›'
|
||||
previous: '‹ Précédent'
|
||||
first: '« Premier'
|
||||
last: 'Dernier »'
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
submit_button: Filter
|
||||
submit_button: Filtrer
|
||||
reset_button: true
|
||||
reset_button_label: Reset
|
||||
exposed_sorts_label: 'Sort by'
|
||||
reset_button_label: Réinitialiser
|
||||
exposed_sorts_label: 'Trier par'
|
||||
expose_sort_order: true
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
@@ -269,7 +269,7 @@ display:
|
||||
field: area_text_custom
|
||||
plugin_id: text_custom
|
||||
empty: true
|
||||
content: 'No content available.'
|
||||
content: 'Aucun contenu disponible.'
|
||||
sorts: { }
|
||||
arguments: { }
|
||||
filters:
|
||||
@@ -289,7 +289,7 @@ display:
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: title_op
|
||||
label: Title
|
||||
label: Titre
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: title_op
|
||||
@@ -331,7 +331,7 @@ display:
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: type_op
|
||||
label: 'Content type'
|
||||
label: 'Type de contenu'
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: type_op
|
||||
@@ -374,7 +374,7 @@ display:
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: ''
|
||||
label: Status
|
||||
label: État
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: status_op
|
||||
@@ -388,7 +388,7 @@ display:
|
||||
authenticated: authenticated
|
||||
is_grouped: true
|
||||
group_info:
|
||||
label: 'Published status'
|
||||
label: 'Statut de publication'
|
||||
description: ''
|
||||
identifier: status
|
||||
optional: true
|
||||
@@ -399,11 +399,11 @@ display:
|
||||
default_group_multiple: { }
|
||||
group_items:
|
||||
1:
|
||||
title: Published
|
||||
title: Publié
|
||||
operator: '='
|
||||
value: '1'
|
||||
2:
|
||||
title: Unpublished
|
||||
title: 'Non publié'
|
||||
operator: '='
|
||||
value: '0'
|
||||
langcode:
|
||||
@@ -422,7 +422,7 @@ display:
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: langcode_op
|
||||
label: Language
|
||||
label: Langue
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: langcode_op
|
||||
@@ -593,15 +593,15 @@ display:
|
||||
path: admin/content/node
|
||||
menu:
|
||||
type: 'default tab'
|
||||
title: Content
|
||||
title: Contenu
|
||||
description: ''
|
||||
weight: -10
|
||||
menu_name: admin
|
||||
context: ''
|
||||
tab_options:
|
||||
type: normal
|
||||
title: Content
|
||||
description: 'Find and manage content'
|
||||
title: Contenu
|
||||
description: 'Trouver et gérer le contenu'
|
||||
weight: -10
|
||||
menu_name: admin
|
||||
cache_metadata:
|
||||
|
||||
Reference in New Issue
Block a user