modifs backoffice : contenu page 'gouvernance' passe sur la page 'contact' / rework du st
ore 'content'
This commit is contained in:
parent
c4d5cf6c9e
commit
f575ae894f
|
@ -19,6 +19,7 @@
|
||||||
"drupal/color_pickr": "^1.1",
|
"drupal/color_pickr": "^1.1",
|
||||||
"drupal/config_pages": "^2.16",
|
"drupal/config_pages": "^2.16",
|
||||||
"drupal/config_rewrite": "^1.6",
|
"drupal/config_rewrite": "^1.6",
|
||||||
|
"drupal/content_type_clone": "^1.1",
|
||||||
"drupal/core-composer-scaffold": "^10.2",
|
"drupal/core-composer-scaffold": "^10.2",
|
||||||
"drupal/core-project-message": "^10.2",
|
"drupal/core-project-message": "^10.2",
|
||||||
"drupal/core-recommended": "^10.2",
|
"drupal/core-recommended": "^10.2",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "0ccc2ef3bb28a73314a7566ef1d73a5d",
|
"content-hash": "06879b846031f4f705cc93ea8f4f2f7d",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
@ -2984,6 +2984,51 @@
|
||||||
"source": "https://git.drupalcode.org/project/content_lock"
|
"source": "https://git.drupalcode.org/project/content_lock"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/content_type_clone",
|
||||||
|
"version": "dev-1.x",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/content_type_clone.git",
|
||||||
|
"reference": "5aacadebc30bb93b56ffd8eb76378daf4613b57e"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^8 || ^9 || ^10"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-1.x": "1.x-dev"
|
||||||
|
},
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-1.1+1-dev",
|
||||||
|
"datestamp": "1709187221",
|
||||||
|
"security-coverage": {
|
||||||
|
"status": "not-covered",
|
||||||
|
"message": "Dev releases are not covered by Drupal security advisories."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
"license": [
|
||||||
|
"GPL-2.0-or-later"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "David Fiaty",
|
||||||
|
"homepage": "https://www.drupal.org/user/3448299"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "venugopp",
|
||||||
|
"homepage": "https://www.drupal.org/user/2628911"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Allows to clone content types from a simple link added to each content type in the content type list",
|
||||||
|
"homepage": "https://www.drupal.org/project/content_type_clone",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/content_type_clone"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/context",
|
"name": "drupal/context",
|
||||||
"version": "5.0.0-rc1",
|
"version": "5.0.0-rc1",
|
||||||
|
|
|
@ -16,7 +16,7 @@ provider: null
|
||||||
plugin: system_breadcrumb_block
|
plugin: system_breadcrumb_block
|
||||||
settings:
|
settings:
|
||||||
id: system_breadcrumb_block
|
id: system_breadcrumb_block
|
||||||
label: Breadcrumbs
|
label: "Fils d'ariane"
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
provider: system
|
provider: system
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -16,7 +16,7 @@ provider: null
|
||||||
plugin: system_main_block
|
plugin: system_main_block
|
||||||
settings:
|
settings:
|
||||||
id: system_main_block
|
id: system_main_block
|
||||||
label: 'Main page content'
|
label: 'Contenu de la page principale'
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
provider: system
|
provider: system
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -16,7 +16,7 @@ provider: null
|
||||||
plugin: user_login_block
|
plugin: user_login_block
|
||||||
settings:
|
settings:
|
||||||
id: user_login_block
|
id: user_login_block
|
||||||
label: 'User login'
|
label: 'Connexion utilisateur'
|
||||||
label_display: visible
|
label_display: visible
|
||||||
provider: user
|
provider: user
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -16,7 +16,7 @@ provider: null
|
||||||
plugin: system_messages_block
|
plugin: system_messages_block
|
||||||
settings:
|
settings:
|
||||||
id: system_messages_block
|
id: system_messages_block
|
||||||
label: 'Status messages'
|
label: 'Messages de statut'
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
provider: system
|
provider: system
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -4,6 +4,7 @@ langcode: fr
|
||||||
maxlength_block_class_field: 255
|
maxlength_block_class_field: 255
|
||||||
field_type: multiple_textfields
|
field_type: multiple_textfields
|
||||||
default_case: standard
|
default_case: standard
|
||||||
|
block_classes_stored: { }
|
||||||
enable_attributes: true
|
enable_attributes: true
|
||||||
enable_auto_complete: true
|
enable_auto_complete: true
|
||||||
qty_classes_per_block: 10
|
qty_classes_per_block: 10
|
||||||
|
@ -15,7 +16,7 @@ weight_attributes: 0
|
||||||
weight_class: 0
|
weight_class: 0
|
||||||
weight_id: 0
|
weight_id: 0
|
||||||
filter_html_clean_css_identifier: ''
|
filter_html_clean_css_identifier: ''
|
||||||
maxlength_attributes: 0
|
maxlength_attributes: 255
|
||||||
maxlength_id: 255
|
maxlength_id: 255
|
||||||
attribute_keys_stored: '[]'
|
attribute_keys_stored: '[]'
|
||||||
attribute_value_stored: '[]'
|
attribute_value_stored: '[]'
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
uuid: 86c7ea1e-a93e-4ddf-9887-e1f302a99ea9
|
uuid: b0c240c8-beea-4be3-96b8-6543b6734b25
|
||||||
langcode: fr
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
id: intro_partenaires
|
id: intro_partenaire
|
||||||
label: 'Intro partenaires'
|
label: 'intro partenaire'
|
||||||
token: false
|
token: false
|
||||||
context:
|
context:
|
||||||
show_warning: true
|
show_warning: true
|
||||||
|
@ -12,6 +12,6 @@ context:
|
||||||
fallback:
|
fallback:
|
||||||
language: ''
|
language: ''
|
||||||
menu:
|
menu:
|
||||||
path: /edit/partenaires
|
path: /edit/partenaire
|
||||||
weight: 0
|
weight: 0
|
||||||
description: ''
|
description: ''
|
|
@ -1,13 +1,13 @@
|
||||||
uuid: 83ba5ce9-056a-4c77-8b23-0801dc5eca3b
|
uuid: 44571b11-4b1d-4cd7-978a-8e88e80901f2
|
||||||
langcode: fr
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- node.type.equipe
|
- node.type.gouvernance
|
||||||
id: node.equipe.promote
|
id: node.gouvernance.promote
|
||||||
field_name: promote
|
field_name: promote
|
||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: equipe
|
bundle: gouvernance
|
||||||
label: "Promu en page d'accueil"
|
label: "Promu en page d'accueil"
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
|
@ -5,6 +5,7 @@ dependencies:
|
||||||
config:
|
config:
|
||||||
- config_pages.type.intro_gouvernance
|
- config_pages.type.intro_gouvernance
|
||||||
- field.field.config_pages.intro_gouvernance.field_intro
|
- field.field.config_pages.intro_gouvernance.field_intro
|
||||||
|
- field.field.config_pages.intro_gouvernance.field_titre
|
||||||
module:
|
module:
|
||||||
- text
|
- text
|
||||||
id: config_pages.intro_gouvernance.default
|
id: config_pages.intro_gouvernance.default
|
||||||
|
@ -14,11 +15,19 @@ mode: default
|
||||||
content:
|
content:
|
||||||
field_intro:
|
field_intro:
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
weight: 0
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_titre:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
label: true
|
label: true
|
||||||
|
|
|
@ -0,0 +1,33 @@
|
||||||
|
uuid: c8c782e1-e597-4e4d-ac96-65142dbadedb
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- config_pages.type.intro_partenaire
|
||||||
|
- field.field.config_pages.intro_partenaire.field_intro
|
||||||
|
- field.field.config_pages.intro_partenaire.field_titre
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: config_pages.intro_partenaire.default
|
||||||
|
targetEntityType: config_pages
|
||||||
|
bundle: intro_partenaire
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_intro:
|
||||||
|
type: text_textarea
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_titre:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
label: true
|
|
@ -1,24 +0,0 @@
|
||||||
uuid: 03e534f2-ceae-4f84-89f2-a0f9997f8a9d
|
|
||||||
langcode: fr
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- config_pages.type.intro_partenaires
|
|
||||||
- field.field.config_pages.intro_partenaires.field_intro
|
|
||||||
module:
|
|
||||||
- text
|
|
||||||
id: config_pages.intro_partenaires.default
|
|
||||||
targetEntityType: config_pages
|
|
||||||
bundle: intro_partenaires
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
field_intro:
|
|
||||||
type: text_textarea
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
label: true
|
|
|
@ -234,7 +234,7 @@ content:
|
||||||
autocomplete_route_name: autocomplete_deluxe.autocomplete
|
autocomplete_route_name: autocomplete_deluxe.autocomplete
|
||||||
size: 60
|
size: 60
|
||||||
selection_handler: default
|
selection_handler: default
|
||||||
limit: 10
|
match_limit: 10
|
||||||
min_length: 0
|
min_length: 0
|
||||||
delimiter: ''
|
delimiter: ''
|
||||||
not_found_message_allow: false
|
not_found_message_allow: false
|
||||||
|
@ -251,7 +251,7 @@ content:
|
||||||
autocomplete_route_name: autocomplete_deluxe.autocomplete
|
autocomplete_route_name: autocomplete_deluxe.autocomplete
|
||||||
size: 60
|
size: 60
|
||||||
selection_handler: default
|
selection_handler: default
|
||||||
limit: 10
|
match_limit: 10
|
||||||
min_length: 0
|
min_length: 0
|
||||||
delimiter: ''
|
delimiter: ''
|
||||||
not_found_message_allow: false
|
not_found_message_allow: false
|
||||||
|
|
|
@ -1,16 +1,13 @@
|
||||||
uuid: 71b2f68b-0171-41db-ba52-664ecb84b433
|
|
||||||
langcode: fr
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.node.equipe.body
|
- field.field.node.gouvernance.field_personne_s
|
||||||
- field.field.node.equipe.field_personne_s
|
- field.field.node.gouvernance.field_poid
|
||||||
- field.field.node.equipe.field_poid
|
- node.type.gouvernance
|
||||||
- node.type.equipe
|
|
||||||
module:
|
module:
|
||||||
- field_group
|
- field_group
|
||||||
- paragraphs
|
- paragraphs
|
||||||
- text
|
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
field_group:
|
field_group:
|
||||||
group_details:
|
group_details:
|
||||||
|
@ -31,21 +28,11 @@ third_party_settings:
|
||||||
description: ''
|
description: ''
|
||||||
required_fields: true
|
required_fields: true
|
||||||
weight: -100
|
weight: -100
|
||||||
id: node.equipe.default
|
id: node.gouvernance.default
|
||||||
targetEntityType: node
|
targetEntityType: node
|
||||||
bundle: equipe
|
bundle: gouvernance
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
body:
|
|
||||||
type: text_textarea_with_summary
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 9
|
|
||||||
summary_rows: 3
|
|
||||||
placeholder: ''
|
|
||||||
show_summary: false
|
|
||||||
third_party_settings: { }
|
|
||||||
field_personne_s:
|
field_personne_s:
|
||||||
type: paragraphs
|
type: paragraphs
|
||||||
weight: 2
|
weight: 2
|
|
@ -7,7 +7,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 5pE_4hurqtIlZN3XDi7eTo5RG13BMG0Rh9HYlRI3h8U
|
default_config_hash: 5pE_4hurqtIlZN3XDi7eTo5RG13BMG0Rh9HYlRI3h8U
|
||||||
id: user.register
|
id: user.register
|
||||||
label: Register
|
label: "S'inscrire"
|
||||||
description: ''
|
description: ''
|
||||||
targetEntityType: user
|
targetEntityType: user
|
||||||
cache: true
|
cache: true
|
||||||
|
|
|
@ -5,6 +5,7 @@ dependencies:
|
||||||
config:
|
config:
|
||||||
- config_pages.type.intro_gouvernance
|
- config_pages.type.intro_gouvernance
|
||||||
- field.field.config_pages.intro_gouvernance.field_intro
|
- field.field.config_pages.intro_gouvernance.field_intro
|
||||||
|
- field.field.config_pages.intro_gouvernance.field_titre
|
||||||
module:
|
module:
|
||||||
- text
|
- text
|
||||||
id: config_pages.intro_gouvernance.default
|
id: config_pages.intro_gouvernance.default
|
||||||
|
@ -17,6 +18,14 @@ content:
|
||||||
label: visually_hidden
|
label: visually_hidden
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
field_titre:
|
||||||
|
type: string
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
|
|
|
@ -0,0 +1,32 @@
|
||||||
|
uuid: a79b589c-3286-425b-b508-38744f9ebeb1
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- config_pages.type.intro_partenaire
|
||||||
|
- field.field.config_pages.intro_partenaire.field_intro
|
||||||
|
- field.field.config_pages.intro_partenaire.field_titre
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: config_pages.intro_partenaire.default
|
||||||
|
targetEntityType: config_pages
|
||||||
|
bundle: intro_partenaire
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_intro:
|
||||||
|
type: text_default
|
||||||
|
label: visually_hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
field_titre:
|
||||||
|
type: string
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
search_api_excerpt: true
|
|
@ -1,23 +0,0 @@
|
||||||
uuid: ac925def-bc83-4add-a5c9-88bc02e771b5
|
|
||||||
langcode: fr
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- config_pages.type.intro_partenaires
|
|
||||||
- field.field.config_pages.intro_partenaires.field_intro
|
|
||||||
module:
|
|
||||||
- text
|
|
||||||
id: config_pages.intro_partenaires.default
|
|
||||||
targetEntityType: config_pages
|
|
||||||
bundle: intro_partenaires
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
field_intro:
|
|
||||||
type: text_default
|
|
||||||
label: visually_hidden
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
search_api_excerpt: true
|
|
|
@ -1,37 +0,0 @@
|
||||||
uuid: aef5e1f6-ce57-488c-bb21-1990e7123a67
|
|
||||||
langcode: fr
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- core.entity_view_mode.node.teaser
|
|
||||||
- field.field.node.equipe.body
|
|
||||||
- field.field.node.equipe.field_personne_s
|
|
||||||
- field.field.node.equipe.field_poid
|
|
||||||
- node.type.equipe
|
|
||||||
module:
|
|
||||||
- text
|
|
||||||
- user
|
|
||||||
id: node.equipe.teaser
|
|
||||||
targetEntityType: node
|
|
||||||
bundle: equipe
|
|
||||||
mode: teaser
|
|
||||||
content:
|
|
||||||
body:
|
|
||||||
type: text_summary_or_trimmed
|
|
||||||
label: hidden
|
|
||||||
settings:
|
|
||||||
trim_length: 600
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 101
|
|
||||||
region: content
|
|
||||||
links:
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 100
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
field_personne_s: true
|
|
||||||
field_poid: true
|
|
||||||
footnotes_group: true
|
|
||||||
langcode: true
|
|
||||||
search_api_excerpt: true
|
|
|
@ -1,28 +1,19 @@
|
||||||
uuid: 6c5f13b3-2cff-4094-a335-ccc5c7163003
|
uuid: 68e12a61-14bc-467b-8214-891f4191e50a
|
||||||
langcode: fr
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.node.equipe.body
|
- field.field.node.gouvernance.field_personne_s
|
||||||
- field.field.node.equipe.field_personne_s
|
- field.field.node.gouvernance.field_poid
|
||||||
- field.field.node.equipe.field_poid
|
- node.type.gouvernance
|
||||||
- node.type.equipe
|
|
||||||
module:
|
module:
|
||||||
- entity_reference_revisions
|
- entity_reference_revisions
|
||||||
- text
|
|
||||||
- user
|
- user
|
||||||
id: node.equipe.default
|
id: node.gouvernance.default
|
||||||
targetEntityType: node
|
targetEntityType: node
|
||||||
bundle: equipe
|
bundle: gouvernance
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
body:
|
|
||||||
type: text_default
|
|
||||||
label: visually_hidden
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
field_personne_s:
|
field_personne_s:
|
||||||
type: entity_reference_revisions_entity_view
|
type: entity_reference_revisions_entity_view
|
||||||
label: visually_hidden
|
label: visually_hidden
|
||||||
|
@ -32,9 +23,13 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 1
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
|
links:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 100
|
||||||
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
field_poid: true
|
field_poid: true
|
||||||
footnotes_group: true
|
footnotes_group: true
|
||||||
langcode: true
|
langcode: true
|
||||||
links: true
|
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
|
@ -7,7 +7,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: iukUENpf8CFvjZbGGacKX_Ges0-lU9z6zvsd32P6kbo
|
default_config_hash: iukUENpf8CFvjZbGGacKX_Ges0-lU9z6zvsd32P6kbo
|
||||||
id: taxonomy_term.full
|
id: taxonomy_term.full
|
||||||
label: 'Taxonomy term page'
|
label: "Page d'un terme de taxonomie"
|
||||||
description: ''
|
description: ''
|
||||||
targetEntityType: taxonomy_term
|
targetEntityType: taxonomy_term
|
||||||
cache: true
|
cache: true
|
||||||
|
|
|
@ -7,7 +7,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: ZbXunWS_xAvMZXFfinyvClDAb_RCVLt7gAzE3v16E-Q
|
default_config_hash: ZbXunWS_xAvMZXFfinyvClDAb_RCVLt7gAzE3v16E-Q
|
||||||
id: user.full
|
id: user.full
|
||||||
label: 'User account'
|
label: 'Compte utilisateur'
|
||||||
description: ''
|
description: ''
|
||||||
targetEntityType: user
|
targetEntityType: user
|
||||||
cache: true
|
cache: true
|
||||||
|
|
|
@ -4,7 +4,6 @@ module:
|
||||||
actions_permissions: 0
|
actions_permissions: 0
|
||||||
address: 0
|
address: 0
|
||||||
admin_toolbar: 0
|
admin_toolbar: 0
|
||||||
admin_toolbar_links_access_filter: 0
|
|
||||||
advanced_text_formatter: 0
|
advanced_text_formatter: 0
|
||||||
audiofield: 0
|
audiofield: 0
|
||||||
autocomplete_deluxe: 0
|
autocomplete_deluxe: 0
|
||||||
|
@ -133,10 +132,8 @@ module:
|
||||||
views: 10
|
views: 10
|
||||||
paragraphs: 11
|
paragraphs: 11
|
||||||
linked_field: 100
|
linked_field: 100
|
||||||
figli_starter_kit: 1000
|
|
||||||
theme:
|
theme:
|
||||||
seven: 0
|
seven: 0
|
||||||
adminimal_theme: 0
|
adminimal_theme: 0
|
||||||
stark: 0
|
stark: 0
|
||||||
caravane: 0
|
caravane: 0
|
||||||
profile: figli_starter_kit
|
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
uuid: 7c23eebd-3668-41da-8492-c96b01a543e6
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- config_pages.type.intro_gouvernance
|
||||||
|
- field.storage.config_pages.field_titre
|
||||||
|
id: config_pages.intro_gouvernance.field_titre
|
||||||
|
field_name: field_titre
|
||||||
|
entity_type: config_pages
|
||||||
|
bundle: intro_gouvernance
|
||||||
|
label: titre
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
|
@ -1,17 +1,17 @@
|
||||||
uuid: 52fa2fc6-d3ca-4fef-b91b-06be4145e8e3
|
uuid: 3035b470-e4d9-4807-acd6-24a09525f537
|
||||||
langcode: fr
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- config_pages.type.intro_partenaires
|
- config_pages.type.intro_partenaire
|
||||||
- field.storage.config_pages.field_intro
|
- field.storage.config_pages.field_intro
|
||||||
- filter.format.wysiwyg
|
- filter.format.wysiwyg
|
||||||
module:
|
module:
|
||||||
- text
|
- text
|
||||||
id: config_pages.intro_partenaires.field_intro
|
id: config_pages.intro_partenaire.field_intro
|
||||||
field_name: field_intro
|
field_name: field_intro
|
||||||
entity_type: config_pages
|
entity_type: config_pages
|
||||||
bundle: intro_partenaires
|
bundle: intro_partenaire
|
||||||
label: Intro
|
label: Intro
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
|
@ -0,0 +1,19 @@
|
||||||
|
uuid: bbddf173-169d-4977-ba3f-d1ec9f5aa452
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- config_pages.type.intro_partenaire
|
||||||
|
- field.storage.config_pages.field_titre
|
||||||
|
id: config_pages.intro_partenaire.field_titre
|
||||||
|
field_name: field_titre
|
||||||
|
entity_type: config_pages
|
||||||
|
bundle: intro_partenaire
|
||||||
|
label: titre
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string
|
|
@ -1,24 +0,0 @@
|
||||||
uuid: 09512770-b2ed-4ca1-a548-2f59f416c789
|
|
||||||
langcode: fr
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.node.body
|
|
||||||
- node.type.equipe
|
|
||||||
module:
|
|
||||||
- text
|
|
||||||
id: node.equipe.body
|
|
||||||
field_name: body
|
|
||||||
entity_type: node
|
|
||||||
bundle: equipe
|
|
||||||
label: Présentation
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: true
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
display_summary: true
|
|
||||||
required_summary: false
|
|
||||||
allowed_formats: { }
|
|
||||||
field_type: text_with_summary
|
|
|
@ -1,17 +1,17 @@
|
||||||
uuid: 8198a2fc-6ac0-4d39-b72f-55dbaf51fb10
|
uuid: e20cb992-a8bb-4a45-bbfb-89b11faa977d
|
||||||
langcode: fr
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.node.field_personne_s
|
- field.storage.node.field_personne_s
|
||||||
- node.type.equipe
|
- node.type.gouvernance
|
||||||
- paragraphs.paragraphs_type.personne
|
- paragraphs.paragraphs_type.personne
|
||||||
module:
|
module:
|
||||||
- entity_reference_revisions
|
- entity_reference_revisions
|
||||||
id: node.equipe.field_personne_s
|
id: node.gouvernance.field_personne_s
|
||||||
field_name: field_personne_s
|
field_name: field_personne_s
|
||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: equipe
|
bundle: gouvernance
|
||||||
label: Personne(s)
|
label: Personne(s)
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
|
@ -1,14 +1,14 @@
|
||||||
uuid: a1872697-2226-4008-a585-993279d18649
|
uuid: 97b09cda-71aa-497d-b4ea-39a51ec375aa
|
||||||
langcode: fr
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.node.field_poid
|
- field.storage.node.field_poid
|
||||||
- node.type.equipe
|
- node.type.gouvernance
|
||||||
id: node.equipe.field_poid
|
id: node.gouvernance.field_poid
|
||||||
field_name: field_poid
|
field_name: field_poid
|
||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: equipe
|
bundle: gouvernance
|
||||||
label: Poid
|
label: Poid
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: 63af9e36-6b2d-49ca-bec4-225ac47930a5
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- config_pages
|
||||||
|
id: config_pages.field_titre
|
||||||
|
field_name: field_titre
|
||||||
|
entity_type: config_pages
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
max_length: 255
|
||||||
|
case_sensitive: false
|
||||||
|
is_ascii: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
|
@ -1,11 +0,0 @@
|
||||||
uuid: 04893961-9641-44e5-8b17-4d5b0bbab8c9
|
|
||||||
langcode: fr
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- node.type.equipe
|
|
||||||
id: node.equipe
|
|
||||||
target_entity_type_id: node
|
|
||||||
target_bundle: equipe
|
|
||||||
default_langcode: site_default
|
|
||||||
language_alterable: false
|
|
|
@ -6,3 +6,4 @@ tag_trim_method: beforeValue
|
||||||
use_maxlength: true
|
use_maxlength: true
|
||||||
tag_trim_maxlength: { }
|
tag_trim_maxlength: { }
|
||||||
tag_scroll_max_height: ''
|
tag_scroll_max_height: ''
|
||||||
|
tag_trim_end: '|.,-:;/+&([{"'''
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
uuid: 6e81bafe-2667-41ed-aa55-4125cbe6e4ff
|
uuid: 6b65f3be-857c-4e0c-91dd-44ec5b1f5b4e
|
||||||
langcode: fr
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -8,8 +8,8 @@ third_party_settings:
|
||||||
menu_ui:
|
menu_ui:
|
||||||
available_menus: { }
|
available_menus: { }
|
||||||
parent: ''
|
parent: ''
|
||||||
name: Equipe
|
name: gouvernance
|
||||||
type: equipe
|
type: gouvernance
|
||||||
description: null
|
description: null
|
||||||
help: null
|
help: null
|
||||||
new_revision: true
|
new_revision: true
|
|
@ -1,3 +1,10 @@
|
||||||
|
allowed_menus:
|
||||||
|
account: account
|
||||||
|
admin: admin
|
||||||
|
devel: devel
|
||||||
|
footer: footer
|
||||||
|
main: main
|
||||||
|
tools: tools
|
||||||
output_values:
|
output_values:
|
||||||
- key
|
- key
|
||||||
- title
|
- title
|
||||||
|
|
|
@ -7,7 +7,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: t43OqwzP3CTbcAagSsWKNy6KwMm_zShXo3c4-So6rQg
|
default_config_hash: t43OqwzP3CTbcAagSsWKNy6KwMm_zShXo3c4-So6rQg
|
||||||
id: node_delete_action
|
id: node_delete_action
|
||||||
label: 'Delete content'
|
label: 'Supprimer le contenu'
|
||||||
type: node
|
type: node
|
||||||
plugin: 'entity:delete_action:node'
|
plugin: 'entity:delete_action:node'
|
||||||
configuration: { }
|
configuration: { }
|
||||||
|
|
|
@ -8,7 +8,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 0vLpSGhoYOPeREkfW-7bDeJOwEfW3zeG3nUBwUgsKQI
|
default_config_hash: 0vLpSGhoYOPeREkfW-7bDeJOwEfW3zeG3nUBwUgsKQI
|
||||||
id: node_edit_action
|
id: node_edit_action
|
||||||
label: 'Edit content'
|
label: 'Modifier le contenu'
|
||||||
type: node
|
type: node
|
||||||
plugin: 'entity:edit_action:node'
|
plugin: 'entity:edit_action:node'
|
||||||
configuration: { }
|
configuration: { }
|
||||||
|
|
|
@ -7,7 +7,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: sOb26JSy3fGpWkvR0WYN6_hMqj_6d1rvbvrkzp1yya0
|
default_config_hash: sOb26JSy3fGpWkvR0WYN6_hMqj_6d1rvbvrkzp1yya0
|
||||||
id: node_make_sticky_action
|
id: node_make_sticky_action
|
||||||
label: 'Make content sticky'
|
label: 'Épingler un contenu en haut des listes'
|
||||||
type: node
|
type: node
|
||||||
plugin: node_make_sticky_action
|
plugin: node_make_sticky_action
|
||||||
configuration: { }
|
configuration: { }
|
||||||
|
|
|
@ -7,7 +7,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: lDM9mvIGAu8Sw8rt-uCO4Sr7yX5VPrDPxYcawkbKd6k
|
default_config_hash: lDM9mvIGAu8Sw8rt-uCO4Sr7yX5VPrDPxYcawkbKd6k
|
||||||
id: node_make_unsticky_action
|
id: node_make_unsticky_action
|
||||||
label: 'Make content unsticky'
|
label: 'Retirer un contenu du haut des listes'
|
||||||
type: node
|
type: node
|
||||||
plugin: node_make_unsticky_action
|
plugin: node_make_unsticky_action
|
||||||
configuration: { }
|
configuration: { }
|
||||||
|
|
|
@ -7,7 +7,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: N0RDBTqiK4dKoN4p4oW2j0SGWycdHyALUe9M-Ofp89U
|
default_config_hash: N0RDBTqiK4dKoN4p4oW2j0SGWycdHyALUe9M-Ofp89U
|
||||||
id: node_promote_action
|
id: node_promote_action
|
||||||
label: 'Promote content to front page'
|
label: "Promouvoir le contenu en page d'accueil"
|
||||||
type: node
|
type: node
|
||||||
plugin: node_promote_action
|
plugin: node_promote_action
|
||||||
configuration: { }
|
configuration: { }
|
||||||
|
|
|
@ -7,7 +7,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 2B9uF8NL5gutNKSdPRAhhAsDWFZZG1PJOBmx0aBGd_0
|
default_config_hash: 2B9uF8NL5gutNKSdPRAhhAsDWFZZG1PJOBmx0aBGd_0
|
||||||
id: node_publish_action
|
id: node_publish_action
|
||||||
label: 'Publish content'
|
label: 'Publier un contenu'
|
||||||
type: node
|
type: node
|
||||||
plugin: 'entity:publish_action:node'
|
plugin: 'entity:publish_action:node'
|
||||||
configuration: { }
|
configuration: { }
|
||||||
|
|
|
@ -7,7 +7,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: LhdsoZPL_pFas2fjaAWue4zvrQ_tEVofLYtcNec-JGM
|
default_config_hash: LhdsoZPL_pFas2fjaAWue4zvrQ_tEVofLYtcNec-JGM
|
||||||
id: node_save_action
|
id: node_save_action
|
||||||
label: 'Save content'
|
label: 'Enregistrer un contenu'
|
||||||
type: node
|
type: node
|
||||||
plugin: 'entity:save_action:node'
|
plugin: 'entity:save_action:node'
|
||||||
configuration: { }
|
configuration: { }
|
||||||
|
|
|
@ -7,7 +7,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: JBptjnfuOMtsdKygklXxoOgeOCTMtQxlkymjnnj-cC0
|
default_config_hash: JBptjnfuOMtsdKygklXxoOgeOCTMtQxlkymjnnj-cC0
|
||||||
id: node_unpromote_action
|
id: node_unpromote_action
|
||||||
label: 'Remove content from front page'
|
label: "Retirer un contenu de la page d'accueil"
|
||||||
type: node
|
type: node
|
||||||
plugin: node_unpromote_action
|
plugin: node_unpromote_action
|
||||||
configuration: { }
|
configuration: { }
|
||||||
|
|
|
@ -7,7 +7,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: C7X8h9FWlwkQ9y5mnU2JzgaZICAdc6HFbPVbhvjlAYE
|
default_config_hash: C7X8h9FWlwkQ9y5mnU2JzgaZICAdc6HFbPVbhvjlAYE
|
||||||
id: node_unpublish_action
|
id: node_unpublish_action
|
||||||
label: 'Unpublish content'
|
label: 'Dépublier un contenu'
|
||||||
type: node
|
type: node
|
||||||
plugin: 'entity:unpublish_action:node'
|
plugin: 'entity:unpublish_action:node'
|
||||||
configuration: { }
|
configuration: { }
|
||||||
|
|
|
@ -10,7 +10,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: lno8QThS348UX-kaUsagJtCnuPHKLXYnTQiF_9HSDWA
|
default_config_hash: lno8QThS348UX-kaUsagJtCnuPHKLXYnTQiF_9HSDWA
|
||||||
id: pathauto_update_alias_node
|
id: pathauto_update_alias_node
|
||||||
label: 'Update URL alias'
|
label: "Mettre à jour l'alias d'URL"
|
||||||
type: node
|
type: node
|
||||||
plugin: pathauto_update_alias
|
plugin: pathauto_update_alias
|
||||||
configuration: { }
|
configuration: { }
|
||||||
|
|
|
@ -10,7 +10,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: x_ok_ZsfA4Xk4B_hVW3O4-3PcNoK57nXLz_Dlletidg
|
default_config_hash: x_ok_ZsfA4Xk4B_hVW3O4-3PcNoK57nXLz_Dlletidg
|
||||||
id: pathauto_update_alias_user
|
id: pathauto_update_alias_user
|
||||||
label: 'Update URL alias'
|
label: "Mettre à jour l'alias d'URL"
|
||||||
type: user
|
type: user
|
||||||
plugin: pathauto_update_alias
|
plugin: pathauto_update_alias
|
||||||
configuration: { }
|
configuration: { }
|
||||||
|
|
|
@ -7,7 +7,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: DoVt_VGgVLcDD4XmVbSFzr0K17SJy9imFiYusKkJBgY
|
default_config_hash: DoVt_VGgVLcDD4XmVbSFzr0K17SJy9imFiYusKkJBgY
|
||||||
id: taxonomy_term_publish_action
|
id: taxonomy_term_publish_action
|
||||||
label: 'Publish taxonomy term'
|
label: 'Publier le terme de taxonomie'
|
||||||
type: taxonomy_term
|
type: taxonomy_term
|
||||||
plugin: 'entity:publish_action:taxonomy_term'
|
plugin: 'entity:publish_action:taxonomy_term'
|
||||||
configuration: { }
|
configuration: { }
|
||||||
|
|
|
@ -7,7 +7,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: z2sNRM3ECa7FPCGnSNje_9SmZJQgwhD_6fG_L4Mr8zI
|
default_config_hash: z2sNRM3ECa7FPCGnSNje_9SmZJQgwhD_6fG_L4Mr8zI
|
||||||
id: taxonomy_term_unpublish_action
|
id: taxonomy_term_unpublish_action
|
||||||
label: 'Unpublish taxonomy term'
|
label: 'Dépublier le terme de taxonomie'
|
||||||
type: taxonomy_term
|
type: taxonomy_term
|
||||||
plugin: 'entity:unpublish_action:taxonomy_term'
|
plugin: 'entity:unpublish_action:taxonomy_term'
|
||||||
configuration: { }
|
configuration: { }
|
||||||
|
|
|
@ -7,7 +7,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: DyypzTfThX10FFQw-399qPfEbLLyrhXgQrKPVsmAoJ4
|
default_config_hash: DyypzTfThX10FFQw-399qPfEbLLyrhXgQrKPVsmAoJ4
|
||||||
id: user_block_user_action
|
id: user_block_user_action
|
||||||
label: 'Block the selected user(s)'
|
label: 'Bloquer le(s) utilisateur(s) sélectionné(s)'
|
||||||
type: user
|
type: user
|
||||||
plugin: user_block_user_action
|
plugin: user_block_user_action
|
||||||
configuration: { }
|
configuration: { }
|
||||||
|
|
|
@ -7,7 +7,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: nvrL9bFilzBvm2bjO9rQnFDpBA7dBBUjShSSt6NS-DU
|
default_config_hash: nvrL9bFilzBvm2bjO9rQnFDpBA7dBBUjShSSt6NS-DU
|
||||||
id: user_cancel_user_action
|
id: user_cancel_user_action
|
||||||
label: 'Cancel the selected user account(s)'
|
label: "Annuler l'(les) utilisateur(s) sélectionné(s)"
|
||||||
type: user
|
type: user
|
||||||
plugin: user_cancel_user_action
|
plugin: user_cancel_user_action
|
||||||
configuration: { }
|
configuration: { }
|
||||||
|
|
|
@ -7,7 +7,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: SPsUXsR3Rc8d1y3gewzaAKWa1ncea_ywXX3f7LTn7k0
|
default_config_hash: SPsUXsR3Rc8d1y3gewzaAKWa1ncea_ywXX3f7LTn7k0
|
||||||
id: user_unblock_user_action
|
id: user_unblock_user_action
|
||||||
label: 'Unblock the selected user(s)'
|
label: 'Débloquer le(s) utilisateur(s) sélectionné(s)'
|
||||||
type: user
|
type: user
|
||||||
plugin: user_unblock_user_action
|
plugin: user_unblock_user_action
|
||||||
configuration: { }
|
configuration: { }
|
||||||
|
|
|
@ -5,6 +5,6 @@ dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: M_Bh81osDyUQ4wV0GgU_NdBNqkzM87sLxjaCdFj9mnw
|
default_config_hash: M_Bh81osDyUQ4wV0GgU_NdBNqkzM87sLxjaCdFj9mnw
|
||||||
id: account
|
id: account
|
||||||
label: 'User account menu'
|
label: "Menu du compte de l'utilisateur"
|
||||||
description: 'Links related to the active user account'
|
description: 'Liens associés au compte utilisateur courant'
|
||||||
locked: true
|
locked: true
|
||||||
|
|
|
@ -6,5 +6,5 @@ _core:
|
||||||
default_config_hash: sapEi2YDGoI9yQIT_WgIV2vUdQ6DScH0V3fAyTadAL0
|
default_config_hash: sapEi2YDGoI9yQIT_WgIV2vUdQ6DScH0V3fAyTadAL0
|
||||||
id: admin
|
id: admin
|
||||||
label: Administration
|
label: Administration
|
||||||
description: 'Administrative task links'
|
description: "Liens des tâches d'administration"
|
||||||
locked: true
|
locked: true
|
||||||
|
|
|
@ -8,6 +8,6 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 3V-l1uuTcyirYOGLPZV5HWaDfr02uEbWZJIwc8Byz-c
|
default_config_hash: 3V-l1uuTcyirYOGLPZV5HWaDfr02uEbWZJIwc8Byz-c
|
||||||
id: devel
|
id: devel
|
||||||
label: Development
|
label: Développement
|
||||||
description: 'Links related to Devel module.'
|
description: 'Links related to Devel module.'
|
||||||
locked: true
|
locked: true
|
||||||
|
|
|
@ -5,6 +5,6 @@ dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 7yrlW5z9zdg2eBucB2GPqXKSMQfH9lSRSO4DbWF7AFc
|
default_config_hash: 7yrlW5z9zdg2eBucB2GPqXKSMQfH9lSRSO4DbWF7AFc
|
||||||
id: footer
|
id: footer
|
||||||
label: Footer
|
label: 'Pied de page'
|
||||||
description: 'Site information links'
|
description: "Liens d'informations sur le site"
|
||||||
locked: true
|
locked: true
|
||||||
|
|
|
@ -5,6 +5,6 @@ dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: Q2Ra3jfoIVk0f3SjxJX61byRQFVBAbpzYDQOiY-kno8
|
default_config_hash: Q2Ra3jfoIVk0f3SjxJX61byRQFVBAbpzYDQOiY-kno8
|
||||||
id: main
|
id: main
|
||||||
label: 'Main navigation'
|
label: 'Navigation principale'
|
||||||
description: 'Site section links'
|
description: 'Liens de section du site'
|
||||||
locked: true
|
locked: true
|
||||||
|
|
|
@ -5,6 +5,6 @@ dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: BCM-vV1zzRaLHN18dqAR_CuGOj8AFJvTx7BKl_8Gcxc
|
default_config_hash: BCM-vV1zzRaLHN18dqAR_CuGOj8AFJvTx7BKl_8Gcxc
|
||||||
id: tools
|
id: tools
|
||||||
label: Tools
|
label: Outils
|
||||||
description: 'User tool links, often added by modules'
|
description: "Liens outils de l'utilisateur, souvent ajoutés par des modules"
|
||||||
locked: true
|
locked: true
|
||||||
|
|
|
@ -3,20 +3,7 @@ _core:
|
||||||
langcode: fr
|
langcode: fr
|
||||||
cancel_confirm:
|
cancel_confirm:
|
||||||
subject: "Demande d'annulation du compte [user:display-name] sur [site:name]"
|
subject: "Demande d'annulation du compte [user:display-name] sur [site:name]"
|
||||||
body: |-
|
body: "[user:display-name]\r\n\r\nUne requête pour supprimer votre compte a été déposée sur [site:name].\r\n\r\nVous pouvez désormais supprimer votre compte sur [site:url-brief] en cliquant sur ce lien ou en copiant cette adresse dans un navigateur :\r\n\r\n[user:cancel-url]\r\n\r\nÀ noter : la suppression de votre compte n'est pas réversible.\r\n\r\nCe lien expire dans un délai d'une journée et rien ne se passera si vous ne l'utilisez pas.\r\n\r\n-- L'équipe de [site:name]"
|
||||||
[user:display-name],
|
|
||||||
|
|
||||||
A request to cancel your account has been made at [site:name].
|
|
||||||
|
|
||||||
You may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser:
|
|
||||||
|
|
||||||
[user:cancel-url]
|
|
||||||
|
|
||||||
NOTE: The cancellation of your account is not reversible.
|
|
||||||
|
|
||||||
This link expires in one day and nothing will happen if it is not used.
|
|
||||||
|
|
||||||
-- [site:name] team
|
|
||||||
password_reset:
|
password_reset:
|
||||||
subject: 'Modification des informations de connexion pour [user:display-name] sur [site:name]'
|
subject: 'Modification des informations de connexion pour [user:display-name] sur [site:name]'
|
||||||
body: "[user:display-name],\r\n\r\nUne demande de réinitialisation de votre mot de passe pour votre compte a été faite sur [site:name].\r\n\r\nVous pouvez maintenant vous connecter en cliquant sur le lien ci-dessous ou en le copiant dans votre navigateur : \r\n\r\n[user:one-time-login-url]\r\n\r\nCe lien ne peut être utilisé qu'une seule fois pour vous connecter et vous mènera à la page pour changer votre mot de passe. Il expirera dans un jour et rien ne se passera s'il n'est pas utilisé.\r\n\r\n-- L'équipe de [site:name]"
|
body: "[user:display-name],\r\n\r\nUne demande de réinitialisation de votre mot de passe pour votre compte a été faite sur [site:name].\r\n\r\nVous pouvez maintenant vous connecter en cliquant sur le lien ci-dessous ou en le copiant dans votre navigateur : \r\n\r\n[user:one-time-login-url]\r\n\r\nCe lien ne peut être utilisé qu'une seule fois pour vous connecter et vous mènera à la page pour changer votre mot de passe. Il expirera dans un jour et rien ne se passera s'il n'est pas utilisé.\r\n\r\n-- L'équipe de [site:name]"
|
||||||
|
|
|
@ -12,12 +12,12 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: j5zLMOdJBqC0bMvSdth5UebkprJB8g_2FXHqhfpJzow
|
default_config_hash: j5zLMOdJBqC0bMvSdth5UebkprJB8g_2FXHqhfpJzow
|
||||||
id: anonymous
|
id: anonymous
|
||||||
label: 'Anonymous user'
|
label: 'Utilisateur anonyme'
|
||||||
weight: 0
|
weight: 0
|
||||||
is_admin: false
|
is_admin: false
|
||||||
permissions:
|
permissions:
|
||||||
- 'access content'
|
- 'access content'
|
||||||
- 'restful get rest_menu_item'
|
- 'restful get rest_menu_item'
|
||||||
- 'view intro_gouvernance config page entity'
|
- 'view intro_gouvernance config page entity'
|
||||||
- 'view intro_partenaires config page entity'
|
- 'view intro_partenaire config page entity'
|
||||||
- 'view media'
|
- 'view media'
|
||||||
|
|
|
@ -16,7 +16,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: dJ0L2DNSj5q6XVZAGsuVDpJTh5UeYkIPwKrUOOpr8YI
|
default_config_hash: dJ0L2DNSj5q6XVZAGsuVDpJTh5UeYkIPwKrUOOpr8YI
|
||||||
id: authenticated
|
id: authenticated
|
||||||
label: 'Authenticated user'
|
label: 'Utilisateur authentifié'
|
||||||
weight: 1
|
weight: 1
|
||||||
is_admin: false
|
is_admin: false
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -26,5 +26,4 @@ permissions:
|
||||||
- 'use text format simple'
|
- 'use text format simple'
|
||||||
- 'use text format wysiwyg'
|
- 'use text format wysiwyg'
|
||||||
- 'view intro_gouvernance config page entity'
|
- 'view intro_gouvernance config page entity'
|
||||||
- 'view intro_partenaires config page entity'
|
|
||||||
- 'view media'
|
- 'view media'
|
||||||
|
|
|
@ -6,7 +6,6 @@ dependencies:
|
||||||
- filter.format.footnote
|
- filter.format.footnote
|
||||||
- filter.format.simple
|
- filter.format.simple
|
||||||
- filter.format.wysiwyg
|
- filter.format.wysiwyg
|
||||||
- node.type.equipe
|
|
||||||
- node.type.etape
|
- node.type.etape
|
||||||
- node.type.gallerie_photo
|
- node.type.gallerie_photo
|
||||||
- node.type.partenaire
|
- node.type.partenaire
|
||||||
|
@ -34,34 +33,28 @@ permissions:
|
||||||
- 'administer nodes'
|
- 'administer nodes'
|
||||||
- 'break content lock'
|
- 'break content lock'
|
||||||
- 'change own username'
|
- 'change own username'
|
||||||
- 'create equipe content'
|
|
||||||
- 'create etape content'
|
- 'create etape content'
|
||||||
- 'create gallerie_photo content'
|
- 'create gallerie_photo content'
|
||||||
- 'create partenaire content'
|
- 'create partenaire content'
|
||||||
- 'create terms in saisons'
|
- 'create terms in saisons'
|
||||||
- 'create terms in thematiques'
|
- 'create terms in thematiques'
|
||||||
- 'delete equipe revisions'
|
|
||||||
- 'delete etape revisions'
|
- 'delete etape revisions'
|
||||||
- 'delete gallerie_photo revisions'
|
- 'delete gallerie_photo revisions'
|
||||||
- 'delete partenaire revisions'
|
- 'delete partenaire revisions'
|
||||||
- 'delete static revisions'
|
- 'delete static revisions'
|
||||||
- 'delete terms in saisons'
|
- 'delete terms in saisons'
|
||||||
- 'delete terms in thematiques'
|
- 'delete terms in thematiques'
|
||||||
- 'edit any equipe content'
|
|
||||||
- 'edit any etape content'
|
- 'edit any etape content'
|
||||||
- 'edit any gallerie_photo content'
|
- 'edit any gallerie_photo content'
|
||||||
- 'edit any partenaire content'
|
- 'edit any partenaire content'
|
||||||
- 'edit any static content'
|
- 'edit any static content'
|
||||||
- 'edit intro_gouvernance config page entity'
|
- 'edit intro_gouvernance config page entity'
|
||||||
- 'edit intro_partenaires config page entity'
|
|
||||||
- 'edit own equipe content'
|
|
||||||
- 'edit own etape content'
|
- 'edit own etape content'
|
||||||
- 'edit own gallerie_photo content'
|
- 'edit own gallerie_photo content'
|
||||||
- 'edit own partenaire content'
|
- 'edit own partenaire content'
|
||||||
- 'edit own static content'
|
- 'edit own static content'
|
||||||
- 'edit terms in saisons'
|
- 'edit terms in saisons'
|
||||||
- 'edit terms in thematiques'
|
- 'edit terms in thematiques'
|
||||||
- 'revert equipe revisions'
|
|
||||||
- 'revert etape revisions'
|
- 'revert etape revisions'
|
||||||
- 'revert gallerie_photo revisions'
|
- 'revert gallerie_photo revisions'
|
||||||
- 'revert partenaire revisions'
|
- 'revert partenaire revisions'
|
||||||
|
@ -69,7 +62,6 @@ permissions:
|
||||||
- 'use text format footnote'
|
- 'use text format footnote'
|
||||||
- 'use text format simple'
|
- 'use text format simple'
|
||||||
- 'use text format wysiwyg'
|
- 'use text format wysiwyg'
|
||||||
- 'view equipe revisions'
|
|
||||||
- 'view etape revisions'
|
- 'view etape revisions'
|
||||||
- 'view gallerie_photo revisions'
|
- 'view gallerie_photo revisions'
|
||||||
- 'view partenaire revisions'
|
- 'view partenaire revisions'
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: fbROM54Y8G4Yfeq1G2NbNX6K9ovDAP55c7YM9dTaSWQ
|
default_config_hash: fbROM54Y8G4Yfeq1G2NbNX6K9ovDAP55c7YM9dTaSWQ
|
||||||
|
langcode: fr
|
||||||
anonymous: Anonyme
|
anonymous: Anonyme
|
||||||
verify_mail: false
|
verify_mail: false
|
||||||
notify:
|
notify:
|
||||||
|
@ -15,4 +16,3 @@ register: visitors
|
||||||
cancel_method: user_cancel_block
|
cancel_method: user_cancel_block
|
||||||
password_reset_timeout: 86400
|
password_reset_timeout: 86400
|
||||||
password_strength: true
|
password_strength: true
|
||||||
langcode: fr
|
|
||||||
|
|
|
@ -10,20 +10,20 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: ko9GznzNBXHkuz09OCaBQ1YOSJYYjTY0TBpNV3WKnog
|
default_config_hash: ko9GznzNBXHkuz09OCaBQ1YOSJYYjTY0TBpNV3WKnog
|
||||||
id: archive
|
id: archive
|
||||||
label: Archive
|
label: Archiver
|
||||||
module: node
|
module: node
|
||||||
description: 'All content, by month.'
|
description: 'Tous les contenus, triés par mois.'
|
||||||
tag: default
|
tag: default
|
||||||
base_table: node_field_data
|
base_table: node_field_data
|
||||||
base_field: nid
|
base_field: nid
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
id: default
|
id: default
|
||||||
display_title: Default
|
display_title: 'Par défaut'
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
title: 'Monthly archive'
|
title: 'Archive mensuelle'
|
||||||
fields: { }
|
fields: { }
|
||||||
pager:
|
pager:
|
||||||
type: mini
|
type: mini
|
||||||
|
@ -38,19 +38,19 @@ display:
|
||||||
previous: ‹‹
|
previous: ‹‹
|
||||||
expose:
|
expose:
|
||||||
items_per_page: false
|
items_per_page: false
|
||||||
items_per_page_label: 'Items per page'
|
items_per_page_label: 'Éléments par page'
|
||||||
items_per_page_options: '5, 10, 25, 50'
|
items_per_page_options: '5, 10, 25, 50'
|
||||||
items_per_page_options_all: false
|
items_per_page_options_all: false
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- Tout -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Décalage
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Apply
|
submit_button: Appliquer
|
||||||
reset_button: false
|
reset_button: false
|
||||||
reset_button_label: Reset
|
reset_button_label: Réinitialiser
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Trier par'
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
@ -189,7 +189,7 @@ display:
|
||||||
tags: { }
|
tags: { }
|
||||||
block_1:
|
block_1:
|
||||||
id: block_1
|
id: block_1
|
||||||
display_title: Block
|
display_title: Bloc
|
||||||
display_plugin: block
|
display_plugin: block
|
||||||
position: 1
|
position: 1
|
||||||
display_options:
|
display_options:
|
||||||
|
|
|
@ -8,20 +8,20 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 3ELwBpDb9lzqW5-daqjZYsC5lNcwbDS_i_-LKba12Lw
|
default_config_hash: 3ELwBpDb9lzqW5-daqjZYsC5lNcwbDS_i_-LKba12Lw
|
||||||
id: content
|
id: content
|
||||||
label: Content
|
label: Contenu
|
||||||
module: node
|
module: node
|
||||||
description: 'Find and manage content.'
|
description: 'Trouver et gérer le contenu.'
|
||||||
tag: default
|
tag: default
|
||||||
base_table: node_field_data
|
base_table: node_field_data
|
||||||
base_field: nid
|
base_field: nid
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
id: default
|
id: default
|
||||||
display_title: Default
|
display_title: 'Par défaut'
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
title: Content
|
title: Contenu
|
||||||
fields:
|
fields:
|
||||||
node_bulk_form:
|
node_bulk_form:
|
||||||
id: node_bulk_form
|
id: node_bulk_form
|
||||||
|
@ -46,7 +46,7 @@ display:
|
||||||
entity_type: node
|
entity_type: node
|
||||||
entity_field: title
|
entity_field: title
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: Title
|
label: Titre
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -69,7 +69,7 @@ display:
|
||||||
entity_type: node
|
entity_type: node
|
||||||
entity_field: type
|
entity_field: type
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: 'Content type'
|
label: 'Type de contenu'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -132,7 +132,7 @@ display:
|
||||||
entity_type: user
|
entity_type: user
|
||||||
entity_field: name
|
entity_field: name
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: Author
|
label: Auteur
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -150,7 +150,7 @@ display:
|
||||||
entity_type: node
|
entity_type: node
|
||||||
entity_field: status
|
entity_field: status
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: Status
|
label: État
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -163,8 +163,8 @@ display:
|
||||||
type: boolean
|
type: boolean
|
||||||
settings:
|
settings:
|
||||||
format: custom
|
format: custom
|
||||||
format_custom_false: Unpublished
|
format_custom_false: 'Non publié'
|
||||||
format_custom_true: Published
|
format_custom_true: Publié
|
||||||
changed:
|
changed:
|
||||||
id: changed
|
id: changed
|
||||||
table: node_field_data
|
table: node_field_data
|
||||||
|
@ -172,7 +172,7 @@ display:
|
||||||
entity_type: node
|
entity_type: node
|
||||||
entity_field: changed
|
entity_field: changed
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: Updated
|
label: 'Mis à jour'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -204,7 +204,7 @@ display:
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: entity_operations
|
plugin_id: entity_operations
|
||||||
label: Operations
|
label: Actions
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -252,17 +252,17 @@ display:
|
||||||
pagination_heading_level: h4
|
pagination_heading_level: h4
|
||||||
items_per_page: 50
|
items_per_page: 50
|
||||||
tags:
|
tags:
|
||||||
next: 'Next ›'
|
next: 'Suivant ›'
|
||||||
previous: '‹ Previous'
|
previous: '‹ Précédent'
|
||||||
first: '« First'
|
first: '« Premier'
|
||||||
last: 'Last »'
|
last: 'Dernier »'
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Filter
|
submit_button: Filtrer
|
||||||
reset_button: true
|
reset_button: true
|
||||||
reset_button_label: Reset
|
reset_button_label: Réinitialiser
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Trier par'
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
@ -279,7 +279,7 @@ display:
|
||||||
field: area_text_custom
|
field: area_text_custom
|
||||||
plugin_id: text_custom
|
plugin_id: text_custom
|
||||||
empty: true
|
empty: true
|
||||||
content: 'No content available.'
|
content: 'Aucun contenu disponible.'
|
||||||
sorts: { }
|
sorts: { }
|
||||||
arguments: { }
|
arguments: { }
|
||||||
filters:
|
filters:
|
||||||
|
@ -299,7 +299,7 @@ display:
|
||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: title_op
|
operator_id: title_op
|
||||||
label: Title
|
label: Titre
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: title_op
|
operator: title_op
|
||||||
|
@ -341,7 +341,7 @@ display:
|
||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: type_op
|
operator_id: type_op
|
||||||
label: 'Content type'
|
label: 'Type de contenu'
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: type_op
|
operator: type_op
|
||||||
|
@ -384,7 +384,7 @@ display:
|
||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: ''
|
operator_id: ''
|
||||||
label: Status
|
label: État
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: status_op
|
operator: status_op
|
||||||
|
@ -398,7 +398,7 @@ display:
|
||||||
authenticated: authenticated
|
authenticated: authenticated
|
||||||
is_grouped: true
|
is_grouped: true
|
||||||
group_info:
|
group_info:
|
||||||
label: 'Published status'
|
label: 'Statut de publication'
|
||||||
description: ''
|
description: ''
|
||||||
identifier: status
|
identifier: status
|
||||||
optional: true
|
optional: true
|
||||||
|
@ -409,11 +409,11 @@ display:
|
||||||
default_group_multiple: { }
|
default_group_multiple: { }
|
||||||
group_items:
|
group_items:
|
||||||
1:
|
1:
|
||||||
title: Published
|
title: Publié
|
||||||
operator: '='
|
operator: '='
|
||||||
value: '1'
|
value: '1'
|
||||||
2:
|
2:
|
||||||
title: Unpublished
|
title: 'Non publié'
|
||||||
operator: '='
|
operator: '='
|
||||||
value: '0'
|
value: '0'
|
||||||
langcode:
|
langcode:
|
||||||
|
@ -432,7 +432,7 @@ display:
|
||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: langcode_op
|
operator_id: langcode_op
|
||||||
label: Language
|
label: Langue
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: langcode_op
|
operator: langcode_op
|
||||||
|
@ -603,15 +603,15 @@ display:
|
||||||
path: admin/content/node
|
path: admin/content/node
|
||||||
menu:
|
menu:
|
||||||
type: 'default tab'
|
type: 'default tab'
|
||||||
title: Content
|
title: Contenu
|
||||||
description: ''
|
description: ''
|
||||||
weight: -10
|
weight: -10
|
||||||
menu_name: admin
|
menu_name: admin
|
||||||
context: ''
|
context: ''
|
||||||
tab_options:
|
tab_options:
|
||||||
type: normal
|
type: normal
|
||||||
title: Content
|
title: Contenu
|
||||||
description: 'Find and manage content'
|
description: 'Trouver et gérer le contenu'
|
||||||
weight: -10
|
weight: -10
|
||||||
menu_name: admin
|
menu_name: admin
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
|
|
|
@ -8,20 +8,20 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: YqZN5rc7XDQcFcInc8wkzuaHJmC5YvirhTmDcrarT6M
|
default_config_hash: YqZN5rc7XDQcFcInc8wkzuaHJmC5YvirhTmDcrarT6M
|
||||||
id: content_recent
|
id: content_recent
|
||||||
label: 'Recent content'
|
label: 'Contenu récent'
|
||||||
module: node
|
module: node
|
||||||
description: 'Recent content.'
|
description: 'Contenu récent.'
|
||||||
tag: default
|
tag: default
|
||||||
base_table: node_field_data
|
base_table: node_field_data
|
||||||
base_field: nid
|
base_field: nid
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
id: default
|
id: default
|
||||||
display_title: Default
|
display_title: 'Par défaut'
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
title: 'Recent content'
|
title: 'Contenu récent'
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
id: title
|
id: title
|
||||||
|
@ -131,10 +131,10 @@ display:
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Apply
|
submit_button: Appliquer
|
||||||
reset_button: false
|
reset_button: false
|
||||||
reset_button_label: Reset
|
reset_button_label: Réinitialiser
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Trier par'
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
@ -155,7 +155,7 @@ display:
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: text_custom
|
plugin_id: text_custom
|
||||||
empty: true
|
empty: true
|
||||||
content: 'No content available.'
|
content: 'Aucun contenu disponible.'
|
||||||
tokenize: false
|
tokenize: false
|
||||||
sorts:
|
sorts:
|
||||||
changed:
|
changed:
|
||||||
|
@ -290,7 +290,7 @@ display:
|
||||||
required: true
|
required: true
|
||||||
use_more: false
|
use_more: false
|
||||||
use_more_always: false
|
use_more_always: false
|
||||||
use_more_text: More
|
use_more_text: Plus
|
||||||
link_display: '0'
|
link_display: '0'
|
||||||
link_url: ''
|
link_url: ''
|
||||||
header: { }
|
header: { }
|
||||||
|
@ -307,7 +307,7 @@ display:
|
||||||
tags: { }
|
tags: { }
|
||||||
block_1:
|
block_1:
|
||||||
id: block_1
|
id: block_1
|
||||||
display_title: Block
|
display_title: Bloc
|
||||||
display_plugin: block
|
display_plugin: block
|
||||||
position: 1
|
position: 1
|
||||||
display_options:
|
display_options:
|
||||||
|
|
|
@ -17,7 +17,7 @@ base_field: nid
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
id: default
|
id: default
|
||||||
display_title: Master
|
display_title: Principal
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
|
@ -33,7 +33,7 @@ display:
|
||||||
entity_type: node
|
entity_type: node
|
||||||
entity_field: title
|
entity_field: title
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: Title
|
label: Titre
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -80,7 +80,7 @@ display:
|
||||||
entity_type: node
|
entity_type: node
|
||||||
entity_field: langcode
|
entity_field: langcode
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: From
|
label: 'A partir de'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -145,7 +145,7 @@ display:
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
entity_type: node
|
entity_type: node
|
||||||
plugin_id: translation_views_target_language
|
plugin_id: translation_views_target_language
|
||||||
label: To
|
label: À
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -248,7 +248,7 @@ display:
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: boolean
|
plugin_id: boolean
|
||||||
label: 'Translation status'
|
label: 'Statut de la traduction'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: true
|
alter_text: true
|
||||||
|
@ -304,7 +304,7 @@ display:
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
entity_field: changed
|
entity_field: changed
|
||||||
plugin_id: date
|
plugin_id: date
|
||||||
label: Changed
|
label: Modifié
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -410,24 +410,24 @@ display:
|
||||||
tags:
|
tags:
|
||||||
next: ››
|
next: ››
|
||||||
previous: ‹‹
|
previous: ‹‹
|
||||||
first: '« First'
|
first: '« Premier'
|
||||||
last: 'Last »'
|
last: 'Dernier »'
|
||||||
expose:
|
expose:
|
||||||
items_per_page: false
|
items_per_page: false
|
||||||
items_per_page_label: 'Items per page'
|
items_per_page_label: 'Éléments par page'
|
||||||
items_per_page_options: '5, 10, 25, 50'
|
items_per_page_options: '5, 10, 25, 50'
|
||||||
items_per_page_options_all: false
|
items_per_page_options_all: false
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- Tout -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Décalage
|
||||||
quantity: 9
|
quantity: 9
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Apply
|
submit_button: Appliquer
|
||||||
reset_button: true
|
reset_button: true
|
||||||
reset_button_label: Reset
|
reset_button_label: Réinitialiser
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Trier par'
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
@ -473,7 +473,7 @@ display:
|
||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: langcode_op
|
operator_id: langcode_op
|
||||||
label: 'Source language'
|
label: "Langue d'origine"
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: langcode_op
|
operator: langcode_op
|
||||||
|
@ -514,7 +514,7 @@ display:
|
||||||
exposed: false
|
exposed: false
|
||||||
expose:
|
expose:
|
||||||
operator_id: ''
|
operator_id: ''
|
||||||
label: 'Translation outdated'
|
label: 'Traduction périmée'
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: content_translation_outdated_op
|
operator: content_translation_outdated_op
|
||||||
|
@ -632,7 +632,7 @@ display:
|
||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: ''
|
operator_id: ''
|
||||||
label: 'Translation status'
|
label: 'Statut de la traduction'
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: translation_status_op
|
operator: translation_status_op
|
||||||
|
|
|
@ -8,20 +8,20 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: ja1IXL3-eSj1lJFQKxyY6-b0yfBsQzvngMbe0J2F22w
|
default_config_hash: ja1IXL3-eSj1lJFQKxyY6-b0yfBsQzvngMbe0J2F22w
|
||||||
id: files
|
id: files
|
||||||
label: Files
|
label: Fichiers
|
||||||
module: file
|
module: file
|
||||||
description: 'Find and manage files.'
|
description: 'Trouver et gérer les fichiers.'
|
||||||
tag: default
|
tag: default
|
||||||
base_table: file_managed
|
base_table: file_managed
|
||||||
base_field: fid
|
base_field: fid
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
id: default
|
id: default
|
||||||
display_title: Default
|
display_title: 'Par défaut'
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
title: Files
|
title: Fichiers
|
||||||
fields:
|
fields:
|
||||||
fid:
|
fid:
|
||||||
id: fid
|
id: fid
|
||||||
|
@ -33,7 +33,7 @@ display:
|
||||||
entity_type: file
|
entity_type: file
|
||||||
entity_field: fid
|
entity_field: fid
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: Fid
|
label: 'Identifiant (FID)'
|
||||||
exclude: true
|
exclude: true
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -66,7 +66,7 @@ display:
|
||||||
entity_type: file
|
entity_type: file
|
||||||
entity_field: filename
|
entity_field: filename
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: Name
|
label: Nom
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -129,7 +129,7 @@ display:
|
||||||
entity_type: file
|
entity_type: file
|
||||||
entity_field: filemime
|
entity_field: filemime
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: 'MIME type'
|
label: 'Type MIME'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -181,7 +181,7 @@ display:
|
||||||
entity_type: file
|
entity_type: file
|
||||||
entity_field: filesize
|
entity_field: filesize
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: Size
|
label: Taille
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -233,7 +233,7 @@ display:
|
||||||
entity_type: file
|
entity_type: file
|
||||||
entity_field: status
|
entity_field: status
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: Status
|
label: État
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -277,7 +277,7 @@ display:
|
||||||
type: boolean
|
type: boolean
|
||||||
settings:
|
settings:
|
||||||
format: custom
|
format: custom
|
||||||
format_custom_false: Temporary
|
format_custom_false: Temporaire
|
||||||
format_custom_true: Permanent
|
format_custom_true: Permanent
|
||||||
created:
|
created:
|
||||||
id: created
|
id: created
|
||||||
|
@ -289,7 +289,7 @@ display:
|
||||||
entity_type: file
|
entity_type: file
|
||||||
entity_field: created
|
entity_field: created
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: 'Upload date'
|
label: 'Date de transfert'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -354,7 +354,7 @@ display:
|
||||||
entity_type: file
|
entity_type: file
|
||||||
entity_field: changed
|
entity_field: changed
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: 'Changed date'
|
label: 'Date de modification'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -417,7 +417,7 @@ display:
|
||||||
group_type: sum
|
group_type: sum
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: numeric
|
plugin_id: numeric
|
||||||
label: 'Used in'
|
label: 'Utilisé dans'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -475,7 +475,7 @@ display:
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
entity_type: file
|
entity_type: file
|
||||||
plugin_id: entity_operations
|
plugin_id: entity_operations
|
||||||
label: Operations
|
label: Actions
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -526,23 +526,23 @@ display:
|
||||||
total_pages: 0
|
total_pages: 0
|
||||||
id: 0
|
id: 0
|
||||||
tags:
|
tags:
|
||||||
next: 'Next ›'
|
next: 'Suivant ›'
|
||||||
previous: '‹ Previous'
|
previous: '‹ Précédent'
|
||||||
expose:
|
expose:
|
||||||
items_per_page: false
|
items_per_page: false
|
||||||
items_per_page_label: 'Items per page'
|
items_per_page_label: 'Éléments par page'
|
||||||
items_per_page_options: '5, 10, 25, 50'
|
items_per_page_options: '5, 10, 25, 50'
|
||||||
items_per_page_options_all: false
|
items_per_page_options_all: false
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- Tout -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Décalage
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Filter
|
submit_button: Filtrer
|
||||||
reset_button: false
|
reset_button: false
|
||||||
reset_button_label: Reset
|
reset_button_label: Réinitialiser
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Trier par'
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
@ -560,7 +560,7 @@ display:
|
||||||
field: area_text_custom
|
field: area_text_custom
|
||||||
plugin_id: text_custom
|
plugin_id: text_custom
|
||||||
empty: true
|
empty: true
|
||||||
content: 'No files available.'
|
content: 'Aucun fichier disponible.'
|
||||||
sorts: { }
|
sorts: { }
|
||||||
arguments: { }
|
arguments: { }
|
||||||
filters:
|
filters:
|
||||||
|
@ -580,7 +580,7 @@ display:
|
||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: filemime_op
|
operator_id: filemime_op
|
||||||
label: Filename
|
label: 'Nom du fichier'
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: filename_op
|
operator: filename_op
|
||||||
|
@ -622,7 +622,7 @@ display:
|
||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: filemime_op
|
operator_id: filemime_op
|
||||||
label: 'MIME type'
|
label: 'Type MIME'
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: filemime_op
|
operator: filemime_op
|
||||||
|
@ -664,7 +664,7 @@ display:
|
||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: status_op
|
operator_id: status_op
|
||||||
label: Status
|
label: État
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: status_op
|
operator: status_op
|
||||||
|
@ -805,7 +805,7 @@ display:
|
||||||
tags: { }
|
tags: { }
|
||||||
page_1:
|
page_1:
|
||||||
id: page_1
|
id: page_1
|
||||||
display_title: 'Files overview'
|
display_title: "Vue d'ensemble des fichiers"
|
||||||
display_plugin: page
|
display_plugin: page
|
||||||
position: 1
|
position: 1
|
||||||
display_options:
|
display_options:
|
||||||
|
@ -826,7 +826,7 @@ display:
|
||||||
path: admin/content/files
|
path: admin/content/files
|
||||||
menu:
|
menu:
|
||||||
type: tab
|
type: tab
|
||||||
title: Files
|
title: Fichiers
|
||||||
description: ''
|
description: ''
|
||||||
weight: 0
|
weight: 0
|
||||||
menu_name: admin
|
menu_name: admin
|
||||||
|
@ -842,11 +842,11 @@ display:
|
||||||
tags: { }
|
tags: { }
|
||||||
page_2:
|
page_2:
|
||||||
id: page_2
|
id: page_2
|
||||||
display_title: 'File usage'
|
display_title: 'Utilisation du fichier'
|
||||||
display_plugin: page
|
display_plugin: page
|
||||||
position: 2
|
position: 2
|
||||||
display_options:
|
display_options:
|
||||||
title: 'File usage'
|
title: 'Utilisation du fichier'
|
||||||
fields:
|
fields:
|
||||||
entity_label:
|
entity_label:
|
||||||
id: entity_label
|
id: entity_label
|
||||||
|
@ -856,7 +856,7 @@ display:
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: entity_label
|
plugin_id: entity_label
|
||||||
label: Entity
|
label: Entité
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -906,7 +906,7 @@ display:
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: standard
|
plugin_id: standard
|
||||||
label: 'Entity type'
|
label: "Type d'entité"
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -955,7 +955,7 @@ display:
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: standard
|
plugin_id: standard
|
||||||
label: 'Registering module'
|
label: 'Enregistrement du module'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -1004,7 +1004,7 @@ display:
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: numeric
|
plugin_id: numeric
|
||||||
label: 'Use count'
|
label: "Nombre d'utilisations"
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -1062,16 +1062,16 @@ display:
|
||||||
total_pages: 0
|
total_pages: 0
|
||||||
id: 0
|
id: 0
|
||||||
tags:
|
tags:
|
||||||
next: 'Next ›'
|
next: 'Suivant ›'
|
||||||
previous: '‹ Previous'
|
previous: '‹ Précédent'
|
||||||
expose:
|
expose:
|
||||||
items_per_page: false
|
items_per_page: false
|
||||||
items_per_page_label: 'Items per page'
|
items_per_page_label: 'Éléments par page'
|
||||||
items_per_page_options: '5, 10, 25, 50'
|
items_per_page_options: '5, 10, 25, 50'
|
||||||
items_per_page_options_all: false
|
items_per_page_options_all: false
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- Tout -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Décalage
|
||||||
empty: { }
|
empty: { }
|
||||||
arguments:
|
arguments:
|
||||||
fid:
|
fid:
|
||||||
|
@ -1088,9 +1088,9 @@ display:
|
||||||
exception:
|
exception:
|
||||||
value: all
|
value: all
|
||||||
title_enable: false
|
title_enable: false
|
||||||
title: All
|
title: Tout
|
||||||
title_enable: true
|
title_enable: true
|
||||||
title: 'File usage information for {{ arguments.fid }}'
|
title: "Information d'utilisation du fichier {{ arguments.fid }}"
|
||||||
default_argument_type: fixed
|
default_argument_type: fixed
|
||||||
default_argument_options:
|
default_argument_options:
|
||||||
argument: ''
|
argument: ''
|
||||||
|
|
|
@ -11,16 +11,16 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 6eeliKIydPjqyv5V__QqTfahvJMWkHjOVUUuUIdB1ik
|
default_config_hash: 6eeliKIydPjqyv5V__QqTfahvJMWkHjOVUUuUIdB1ik
|
||||||
id: frontpage
|
id: frontpage
|
||||||
label: Frontpage
|
label: "Page d'accueil"
|
||||||
module: node
|
module: node
|
||||||
description: 'All content promoted to the front page.'
|
description: "Tout le contenu promu en page d'accueil."
|
||||||
tag: default
|
tag: default
|
||||||
base_table: node_field_data
|
base_table: node_field_data
|
||||||
base_field: nid
|
base_field: nid
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
id: default
|
id: default
|
||||||
display_title: Default
|
display_title: 'Par défaut'
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
|
@ -35,26 +35,26 @@ display:
|
||||||
total_pages: 0
|
total_pages: 0
|
||||||
id: 0
|
id: 0
|
||||||
tags:
|
tags:
|
||||||
next: 'Next ›'
|
next: 'Suivant ›'
|
||||||
previous: '‹ Previous'
|
previous: '‹ Précédent'
|
||||||
first: '« First'
|
first: '« Premier'
|
||||||
last: 'Last »'
|
last: 'Dernier »'
|
||||||
expose:
|
expose:
|
||||||
items_per_page: false
|
items_per_page: false
|
||||||
items_per_page_label: 'Items per page'
|
items_per_page_label: 'Éléments par page'
|
||||||
items_per_page_options: '5, 10, 25, 50'
|
items_per_page_options: '5, 10, 25, 50'
|
||||||
items_per_page_options_all: false
|
items_per_page_options_all: false
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- Tout -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Décalage
|
||||||
quantity: 9
|
quantity: 9
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Apply
|
submit_button: Appliquer
|
||||||
reset_button: false
|
reset_button: false
|
||||||
reset_button_label: Reset
|
reset_button_label: Réinitialiser
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Trier par'
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
@ -76,7 +76,7 @@ display:
|
||||||
plugin_id: text_custom
|
plugin_id: text_custom
|
||||||
label: ''
|
label: ''
|
||||||
empty: true
|
empty: true
|
||||||
content: 'No front page content has been created yet.<br/>Follow the <a target="_blank" href="https://www.drupal.org/docs/user_guide/en/index.html">User Guide</a> to start building your site.'
|
content: "Aucun contenu de page d'accueil n'a été créé pour l'instant. Suivre le <a href=\"https://www.drupal.org/fr/docs/user_guide/fr/index.html\">Guide utilisateur</a> pour démarrer la construction de votre site."
|
||||||
tokenize: false
|
tokenize: false
|
||||||
node_listing_empty:
|
node_listing_empty:
|
||||||
id: node_listing_empty
|
id: node_listing_empty
|
||||||
|
@ -99,7 +99,7 @@ display:
|
||||||
plugin_id: title
|
plugin_id: title
|
||||||
label: ''
|
label: ''
|
||||||
empty: true
|
empty: true
|
||||||
title: Welcome!
|
title: 'Bienvenue !'
|
||||||
sorts:
|
sorts:
|
||||||
sticky:
|
sticky:
|
||||||
id: sticky
|
id: sticky
|
||||||
|
@ -262,7 +262,7 @@ display:
|
||||||
tags: { }
|
tags: { }
|
||||||
feed_1:
|
feed_1:
|
||||||
id: feed_1
|
id: feed_1
|
||||||
display_title: Feed
|
display_title: Flux
|
||||||
display_plugin: feed
|
display_plugin: feed
|
||||||
position: 2
|
position: 2
|
||||||
display_options:
|
display_options:
|
||||||
|
|
|
@ -12,14 +12,14 @@ _core:
|
||||||
id: glossary
|
id: glossary
|
||||||
label: Glossary
|
label: Glossary
|
||||||
module: node
|
module: node
|
||||||
description: 'All content, by letter.'
|
description: 'Tous les contenus, triés par lettre.'
|
||||||
tag: default
|
tag: default
|
||||||
base_table: node_field_data
|
base_table: node_field_data
|
||||||
base_field: nid
|
base_field: nid
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
id: default
|
id: default
|
||||||
display_title: Default
|
display_title: 'Par défaut'
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
|
@ -34,7 +34,7 @@ display:
|
||||||
entity_type: node
|
entity_type: node
|
||||||
entity_field: title
|
entity_field: title
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: Title
|
label: Titre
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -85,7 +85,7 @@ display:
|
||||||
entity_type: user
|
entity_type: user
|
||||||
entity_field: name
|
entity_field: name
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: Author
|
label: Auteur
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -137,7 +137,7 @@ display:
|
||||||
entity_type: node
|
entity_type: node
|
||||||
entity_field: changed
|
entity_field: changed
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: 'Last update'
|
label: 'Dernière mise à jour'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -205,19 +205,19 @@ display:
|
||||||
previous: ‹‹
|
previous: ‹‹
|
||||||
expose:
|
expose:
|
||||||
items_per_page: false
|
items_per_page: false
|
||||||
items_per_page_label: 'Items per page'
|
items_per_page_label: 'Éléments par page'
|
||||||
items_per_page_options: '5, 10, 25, 50'
|
items_per_page_options: '5, 10, 25, 50'
|
||||||
items_per_page_options_all: false
|
items_per_page_options_all: false
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- Tout -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Décalage
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Apply
|
submit_button: Appliquer
|
||||||
reset_button: false
|
reset_button: false
|
||||||
reset_button_label: Reset
|
reset_button_label: Réinitialiser
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Trier par'
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
@ -387,7 +387,7 @@ display:
|
||||||
tags: { }
|
tags: { }
|
||||||
attachment_1:
|
attachment_1:
|
||||||
id: attachment_1
|
id: attachment_1
|
||||||
display_title: Attachment
|
display_title: 'Élément joint'
|
||||||
display_plugin: attachment
|
display_plugin: attachment
|
||||||
position: 2
|
position: 2
|
||||||
display_options:
|
display_options:
|
||||||
|
|
|
@ -1,20 +1,18 @@
|
||||||
uuid: d317b05a-5ba1-43bc-8c53-16de875a0752
|
uuid: 33b0d29e-f502-49d7-9965-4a20da8ad68a
|
||||||
langcode: fr
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- core.entity_view_mode.node.full
|
- core.entity_view_mode.node.full
|
||||||
- node.type.equipe
|
- node.type.gouvernance
|
||||||
- system.menu.main
|
- system.menu.admin
|
||||||
content:
|
|
||||||
- 'config_pages:intro_gouvernance:7c0cf1e3-2e77-49f3-8091-c22b9fdd705a'
|
|
||||||
module:
|
module:
|
||||||
- node
|
- node
|
||||||
- rest
|
- rest
|
||||||
- serialization
|
- serialization
|
||||||
- user
|
- user
|
||||||
id: gouvernance
|
id: gouvernance
|
||||||
label: Gouvernance
|
label: gouvernance
|
||||||
module: views
|
module: views
|
||||||
description: ''
|
description: ''
|
||||||
tag: ''
|
tag: ''
|
||||||
|
@ -113,21 +111,6 @@ display:
|
||||||
label: ''
|
label: ''
|
||||||
field_identifier: ''
|
field_identifier: ''
|
||||||
exposed: false
|
exposed: false
|
||||||
title:
|
|
||||||
id: title
|
|
||||||
table: node_field_data
|
|
||||||
field: title
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: node
|
|
||||||
entity_field: title
|
|
||||||
plugin_id: standard
|
|
||||||
order: ASC
|
|
||||||
expose:
|
|
||||||
label: ''
|
|
||||||
field_identifier: ''
|
|
||||||
exposed: false
|
|
||||||
arguments: { }
|
arguments: { }
|
||||||
filters:
|
filters:
|
||||||
status:
|
status:
|
||||||
|
@ -149,7 +132,7 @@ display:
|
||||||
entity_field: type
|
entity_field: type
|
||||||
plugin_id: bundle
|
plugin_id: bundle
|
||||||
value:
|
value:
|
||||||
equipe: equipe
|
gouvernance: gouvernance
|
||||||
style:
|
style:
|
||||||
type: default
|
type: default
|
||||||
row:
|
row:
|
||||||
|
@ -175,7 +158,7 @@ display:
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: entity
|
plugin_id: entity
|
||||||
empty: false
|
empty: false
|
||||||
target: 7c0cf1e3-2e77-49f3-8091-c22b9fdd705a
|
target: f99db514-5d98-4f51-b14c-c4ced4afc8c5
|
||||||
view_mode: default
|
view_mode: default
|
||||||
tokenize: true
|
tokenize: true
|
||||||
bypass_access: false
|
bypass_access: false
|
||||||
|
@ -196,16 +179,12 @@ display:
|
||||||
position: 1
|
position: 1
|
||||||
display_options:
|
display_options:
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
path: gouvernance
|
path: contacts
|
||||||
menu:
|
menu:
|
||||||
type: normal
|
type: normal
|
||||||
title: Gouvernance
|
title: Gouvernance
|
||||||
description: ''
|
menu_name: admin
|
||||||
weight: 5
|
|
||||||
expanded: false
|
|
||||||
menu_name: main
|
|
||||||
parent: ''
|
parent: ''
|
||||||
context: '0'
|
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
contexts:
|
contexts:
|
||||||
|
|
|
@ -18,7 +18,7 @@ base_field: nid
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
id: default
|
id: default
|
||||||
display_title: Master
|
display_title: Principal
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
|
@ -33,7 +33,7 @@ display:
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
entity_type: node
|
entity_type: node
|
||||||
plugin_id: node_bulk_form
|
plugin_id: node_bulk_form
|
||||||
label: 'Node operations bulk form'
|
label: 'Formulaire des opérations en masse sur les nœuds'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -88,7 +88,7 @@ display:
|
||||||
entity_type: node
|
entity_type: node
|
||||||
entity_field: title
|
entity_field: title
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: Title
|
label: Titre
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -135,7 +135,7 @@ display:
|
||||||
entity_type: node
|
entity_type: node
|
||||||
entity_field: type
|
entity_field: type
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: 'Content type'
|
label: 'Type de contenu'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -198,7 +198,7 @@ display:
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: date
|
plugin_id: date
|
||||||
label: 'Lock Date/Time'
|
label: 'Date / Heure du verrouillage'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -322,7 +322,7 @@ display:
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
entity_type: node
|
entity_type: node
|
||||||
plugin_id: entity_operations
|
plugin_id: entity_operations
|
||||||
label: Operations
|
label: Actions
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -375,24 +375,24 @@ display:
|
||||||
tags:
|
tags:
|
||||||
next: ››
|
next: ››
|
||||||
previous: ‹‹
|
previous: ‹‹
|
||||||
first: '« First'
|
first: '« Premier'
|
||||||
last: 'Last »'
|
last: 'Dernier »'
|
||||||
expose:
|
expose:
|
||||||
items_per_page: false
|
items_per_page: false
|
||||||
items_per_page_label: 'Items per page'
|
items_per_page_label: 'Éléments par page'
|
||||||
items_per_page_options: '5, 10, 25, 50'
|
items_per_page_options: '5, 10, 25, 50'
|
||||||
items_per_page_options_all: false
|
items_per_page_options_all: false
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- Tout -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Décalage
|
||||||
quantity: 9
|
quantity: 9
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Apply
|
submit_button: Appliquer
|
||||||
reset_button: false
|
reset_button: false
|
||||||
reset_button_label: Reset
|
reset_button_label: Réinitialiser
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Trier par'
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
@ -488,7 +488,7 @@ display:
|
||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: ''
|
operator_id: ''
|
||||||
label: 'Published status'
|
label: 'Statut de publication'
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: status_op
|
operator: status_op
|
||||||
|
@ -506,7 +506,7 @@ display:
|
||||||
administrator: '0'
|
administrator: '0'
|
||||||
is_grouped: true
|
is_grouped: true
|
||||||
group_info:
|
group_info:
|
||||||
label: 'Published status'
|
label: 'Statut de publication'
|
||||||
description: ''
|
description: ''
|
||||||
identifier: status
|
identifier: status
|
||||||
optional: true
|
optional: true
|
||||||
|
@ -517,11 +517,11 @@ display:
|
||||||
default_group_multiple: { }
|
default_group_multiple: { }
|
||||||
group_items:
|
group_items:
|
||||||
1:
|
1:
|
||||||
title: Published
|
title: Publié
|
||||||
operator: '='
|
operator: '='
|
||||||
value: '1'
|
value: '1'
|
||||||
2:
|
2:
|
||||||
title: Unpublished
|
title: 'Non publié'
|
||||||
operator: '='
|
operator: '='
|
||||||
value: '0'
|
value: '0'
|
||||||
type:
|
type:
|
||||||
|
@ -540,7 +540,7 @@ display:
|
||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: type_op
|
operator_id: type_op
|
||||||
label: 'Content type'
|
label: 'Type de contenu'
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: type_op
|
operator: type_op
|
||||||
|
@ -585,7 +585,7 @@ display:
|
||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: title_op
|
operator_id: title_op
|
||||||
label: Title
|
label: Titre
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: title_op
|
operator: title_op
|
||||||
|
|
|
@ -22,7 +22,7 @@ base_field: id
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
id: default
|
id: default
|
||||||
display_title: Master
|
display_title: Principal
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
position: 1
|
position: 1
|
||||||
display_options:
|
display_options:
|
||||||
|
@ -137,7 +137,7 @@ display:
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: standard
|
plugin_id: standard
|
||||||
label: Subject
|
label: Objet
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -186,7 +186,7 @@ display:
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: standard
|
plugin_id: standard
|
||||||
label: From
|
label: 'A partir de'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -235,7 +235,7 @@ display:
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: standard
|
plugin_id: standard
|
||||||
label: To
|
label: À
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -285,26 +285,26 @@ display:
|
||||||
total_pages: null
|
total_pages: null
|
||||||
id: 0
|
id: 0
|
||||||
tags:
|
tags:
|
||||||
next: 'next ›'
|
next: "suivant\_›"
|
||||||
previous: '‹ previous'
|
previous: "‹\_précédent"
|
||||||
first: '« first'
|
first: "«\_premier"
|
||||||
last: 'last »'
|
last: "dernier\_»"
|
||||||
expose:
|
expose:
|
||||||
items_per_page: false
|
items_per_page: false
|
||||||
items_per_page_label: 'Items per page'
|
items_per_page_label: 'Éléments par page'
|
||||||
items_per_page_options: '5, 10, 20, 40, 60'
|
items_per_page_options: '5, 10, 20, 40, 60'
|
||||||
items_per_page_options_all: false
|
items_per_page_options_all: false
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- Tout -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Décalage
|
||||||
quantity: 9
|
quantity: 9
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Apply
|
submit_button: Appliquer
|
||||||
reset_button: false
|
reset_button: false
|
||||||
reset_button_label: Reset
|
reset_button_label: Réinitialiser
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Trier par'
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
|
|
@ -6,8 +6,6 @@ dependencies:
|
||||||
- core.entity_view_mode.node.full
|
- core.entity_view_mode.node.full
|
||||||
- node.type.partenaire
|
- node.type.partenaire
|
||||||
- system.menu.main
|
- system.menu.main
|
||||||
content:
|
|
||||||
- 'config_pages:intro_partenaires:c25a5c89-a3c0-4929-9c07-5c088a70109d'
|
|
||||||
module:
|
module:
|
||||||
- node
|
- node
|
||||||
- rest
|
- rest
|
||||||
|
@ -202,7 +200,7 @@ display:
|
||||||
type: normal
|
type: normal
|
||||||
title: 'Les partenaires'
|
title: 'Les partenaires'
|
||||||
description: ''
|
description: ''
|
||||||
weight: 4
|
weight: -48
|
||||||
expanded: false
|
expanded: false
|
||||||
menu_name: main
|
menu_name: main
|
||||||
parent: ''
|
parent: ''
|
||||||
|
@ -225,7 +223,7 @@ display:
|
||||||
type: some
|
type: some
|
||||||
options:
|
options:
|
||||||
offset: 0
|
offset: 0
|
||||||
items_per_page: 10
|
items_per_page: 0
|
||||||
style:
|
style:
|
||||||
type: serializer
|
type: serializer
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -11,16 +11,16 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: z9csC6m3M65M2JczdNul_lMUrVg8ZO66pbSq8jPCBKs
|
default_config_hash: z9csC6m3M65M2JczdNul_lMUrVg8ZO66pbSq8jPCBKs
|
||||||
id: taxonomy_term
|
id: taxonomy_term
|
||||||
label: 'Taxonomy term'
|
label: 'Terme de taxonomie'
|
||||||
module: taxonomy
|
module: taxonomy
|
||||||
description: 'Content belonging to a certain taxonomy term.'
|
description: 'Contenu associé à un terme de taxonomie donné.'
|
||||||
tag: default
|
tag: default
|
||||||
base_table: node_field_data
|
base_table: node_field_data
|
||||||
base_field: nid
|
base_field: nid
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
id: default
|
id: default
|
||||||
display_title: Default
|
display_title: 'Par défaut'
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
|
@ -38,19 +38,19 @@ display:
|
||||||
previous: ‹‹
|
previous: ‹‹
|
||||||
expose:
|
expose:
|
||||||
items_per_page: false
|
items_per_page: false
|
||||||
items_per_page_label: 'Items per page'
|
items_per_page_label: 'Éléments par page'
|
||||||
items_per_page_options: '5, 10, 25, 50'
|
items_per_page_options: '5, 10, 25, 50'
|
||||||
items_per_page_options_all: false
|
items_per_page_options_all: false
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- Tout -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Décalage
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Apply
|
submit_button: Appliquer
|
||||||
reset_button: false
|
reset_button: false
|
||||||
reset_button_label: Reset
|
reset_button_label: Réinitialiser
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Trier par'
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
@ -103,7 +103,7 @@ display:
|
||||||
exception:
|
exception:
|
||||||
value: ''
|
value: ''
|
||||||
title_enable: false
|
title_enable: false
|
||||||
title: All
|
title: Tout
|
||||||
title_enable: true
|
title_enable: true
|
||||||
title: '{{ arguments.tid }}'
|
title: '{{ arguments.tid }}'
|
||||||
default_argument_type: fixed
|
default_argument_type: fixed
|
||||||
|
@ -261,7 +261,7 @@ display:
|
||||||
tags: { }
|
tags: { }
|
||||||
feed_1:
|
feed_1:
|
||||||
id: feed_1
|
id: feed_1
|
||||||
display_title: Feed
|
display_title: Flux
|
||||||
display_plugin: feed
|
display_plugin: feed
|
||||||
position: 2
|
position: 2
|
||||||
display_options:
|
display_options:
|
||||||
|
|
|
@ -7,20 +7,20 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: njaZigMvB4ap21Fg_tQcJhWgYJCGNi49Z5rRL_N6RI0
|
default_config_hash: njaZigMvB4ap21Fg_tQcJhWgYJCGNi49Z5rRL_N6RI0
|
||||||
id: user_admin_people
|
id: user_admin_people
|
||||||
label: People
|
label: Personnes
|
||||||
module: user
|
module: user
|
||||||
description: 'Find and manage people interacting with your site.'
|
description: 'Trouver et gérer les personnes interagissant avec votre site.'
|
||||||
tag: default
|
tag: default
|
||||||
base_table: users_field_data
|
base_table: users_field_data
|
||||||
base_field: uid
|
base_field: uid
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
id: default
|
id: default
|
||||||
display_title: Default
|
display_title: 'Par défaut'
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
title: People
|
title: Personnes
|
||||||
fields:
|
fields:
|
||||||
user_bulk_form:
|
user_bulk_form:
|
||||||
id: user_bulk_form
|
id: user_bulk_form
|
||||||
|
@ -31,7 +31,7 @@ display:
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
entity_type: user
|
entity_type: user
|
||||||
plugin_id: user_bulk_form
|
plugin_id: user_bulk_form
|
||||||
label: 'Bulk update'
|
label: 'Mise à jour en masse'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -82,7 +82,7 @@ display:
|
||||||
entity_type: user
|
entity_type: user
|
||||||
entity_field: name
|
entity_field: name
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: Username
|
label: "Nom d'utilisateur"
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -134,7 +134,7 @@ display:
|
||||||
entity_type: user
|
entity_type: user
|
||||||
entity_field: status
|
entity_field: status
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: Status
|
label: État
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -178,8 +178,8 @@ display:
|
||||||
type: boolean
|
type: boolean
|
||||||
settings:
|
settings:
|
||||||
format: custom
|
format: custom
|
||||||
format_custom_false: Blocked
|
format_custom_false: Bloqué
|
||||||
format_custom_true: Active
|
format_custom_true: Actif
|
||||||
roles_target_id:
|
roles_target_id:
|
||||||
id: roles_target_id
|
id: roles_target_id
|
||||||
table: user__roles
|
table: user__roles
|
||||||
|
@ -188,7 +188,7 @@ display:
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: user_roles
|
plugin_id: user_roles
|
||||||
label: Roles
|
label: Rôles
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -241,7 +241,7 @@ display:
|
||||||
entity_type: user
|
entity_type: user
|
||||||
entity_field: created
|
entity_field: created
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: 'Member for'
|
label: 'Membre depuis'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -297,7 +297,7 @@ display:
|
||||||
entity_type: user
|
entity_type: user
|
||||||
entity_field: access
|
entity_field: access
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: 'Last access'
|
label: 'Dernier accès'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -340,8 +340,8 @@ display:
|
||||||
hide_alter_empty: true
|
hide_alter_empty: true
|
||||||
type: timestamp_ago
|
type: timestamp_ago
|
||||||
settings:
|
settings:
|
||||||
future_format: '@interval hence'
|
future_format: 'Dans @interval'
|
||||||
past_format: '@interval ago'
|
past_format: 'Il y a @interval'
|
||||||
granularity: 2
|
granularity: 2
|
||||||
operations:
|
operations:
|
||||||
id: operations
|
id: operations
|
||||||
|
@ -352,7 +352,7 @@ display:
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
entity_type: user
|
entity_type: user
|
||||||
plugin_id: entity_operations
|
plugin_id: entity_operations
|
||||||
label: Operations
|
label: Actions
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -467,26 +467,26 @@ display:
|
||||||
total_pages: 0
|
total_pages: 0
|
||||||
id: 0
|
id: 0
|
||||||
tags:
|
tags:
|
||||||
next: 'Next ›'
|
next: 'Suivant ›'
|
||||||
previous: '‹ Previous'
|
previous: '‹ Précédent'
|
||||||
first: '« First'
|
first: '« Premier'
|
||||||
last: 'Last »'
|
last: 'Dernier »'
|
||||||
expose:
|
expose:
|
||||||
items_per_page: false
|
items_per_page: false
|
||||||
items_per_page_label: 'Items per page'
|
items_per_page_label: 'Éléments par page'
|
||||||
items_per_page_options: '5, 10, 25, 50'
|
items_per_page_options: '5, 10, 25, 50'
|
||||||
items_per_page_options_all: false
|
items_per_page_options_all: false
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- Tout -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Décalage
|
||||||
quantity: 9
|
quantity: 9
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Filter
|
submit_button: Filtrer
|
||||||
reset_button: true
|
reset_button: true
|
||||||
reset_button_label: Reset
|
reset_button_label: Réinitialiser
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Trier par'
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
@ -506,7 +506,7 @@ display:
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: text_custom
|
plugin_id: text_custom
|
||||||
empty: true
|
empty: true
|
||||||
content: 'No people available.'
|
content: "Personne n'est disponible."
|
||||||
tokenize: false
|
tokenize: false
|
||||||
sorts:
|
sorts:
|
||||||
created:
|
created:
|
||||||
|
@ -540,7 +540,7 @@ display:
|
||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: combine_op
|
operator_id: combine_op
|
||||||
label: 'Name or email contains'
|
label: 'Nom ou courriel contenant'
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: combine_op
|
operator: combine_op
|
||||||
|
@ -601,7 +601,7 @@ display:
|
||||||
administrator: '0'
|
administrator: '0'
|
||||||
is_grouped: true
|
is_grouped: true
|
||||||
group_info:
|
group_info:
|
||||||
label: Status
|
label: État
|
||||||
description: ''
|
description: ''
|
||||||
identifier: status
|
identifier: status
|
||||||
optional: true
|
optional: true
|
||||||
|
@ -612,11 +612,11 @@ display:
|
||||||
default_group_multiple: { }
|
default_group_multiple: { }
|
||||||
group_items:
|
group_items:
|
||||||
1:
|
1:
|
||||||
title: Active
|
title: Actif
|
||||||
operator: '='
|
operator: '='
|
||||||
value: '1'
|
value: '1'
|
||||||
2:
|
2:
|
||||||
title: Blocked
|
title: Bloqué
|
||||||
operator: '='
|
operator: '='
|
||||||
value: '0'
|
value: '0'
|
||||||
roles_target_id:
|
roles_target_id:
|
||||||
|
@ -633,7 +633,7 @@ display:
|
||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: roles_target_id_op
|
operator_id: roles_target_id_op
|
||||||
label: Role
|
label: Rôle
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: roles_target_id_op
|
operator: roles_target_id_op
|
||||||
|
@ -675,7 +675,7 @@ display:
|
||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: permission_op
|
operator_id: permission_op
|
||||||
label: Permission
|
label: Droit
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: permission_op
|
operator: permission_op
|
||||||
|
@ -878,7 +878,7 @@ display:
|
||||||
show_admin_links: true
|
show_admin_links: true
|
||||||
use_more: false
|
use_more: false
|
||||||
use_more_always: false
|
use_more_always: false
|
||||||
use_more_text: more
|
use_more_text: plus
|
||||||
link_display: page_1
|
link_display: page_1
|
||||||
link_url: ''
|
link_url: ''
|
||||||
display_comment: ''
|
display_comment: ''
|
||||||
|
@ -906,15 +906,15 @@ display:
|
||||||
path: admin/people/list
|
path: admin/people/list
|
||||||
menu:
|
menu:
|
||||||
type: 'default tab'
|
type: 'default tab'
|
||||||
title: List
|
title: Lister
|
||||||
description: 'Find and manage people interacting with your site.'
|
description: 'Trouver et gérer les personnes interagissant avec votre site.'
|
||||||
weight: -10
|
weight: -10
|
||||||
menu_name: admin
|
menu_name: admin
|
||||||
context: ''
|
context: ''
|
||||||
tab_options:
|
tab_options:
|
||||||
type: normal
|
type: normal
|
||||||
title: People
|
title: Personnes
|
||||||
description: 'Manage user accounts, roles, and permissions.'
|
description: 'Gérer les comptes utilisateurs, les rôles et les droits.'
|
||||||
weight: 0
|
weight: 0
|
||||||
menu_name: admin
|
menu_name: admin
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
|
|
|
@ -10,18 +10,18 @@ _core:
|
||||||
id: watchdog
|
id: watchdog
|
||||||
label: Watchdog
|
label: Watchdog
|
||||||
module: views
|
module: views
|
||||||
description: 'Recent log messages'
|
description: 'Entrées récentes du journal'
|
||||||
tag: ''
|
tag: ''
|
||||||
base_table: watchdog
|
base_table: watchdog
|
||||||
base_field: wid
|
base_field: wid
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
id: default
|
id: default
|
||||||
display_title: Default
|
display_title: 'Par défaut'
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
title: 'Recent log messages'
|
title: 'Entrées récentes du journal'
|
||||||
fields:
|
fields:
|
||||||
nothing:
|
nothing:
|
||||||
id: nothing
|
id: nothing
|
||||||
|
@ -29,7 +29,7 @@ display:
|
||||||
field: nothing
|
field: nothing
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: Icon
|
admin_label: Icône
|
||||||
plugin_id: custom
|
plugin_id: custom
|
||||||
label: ''
|
label: ''
|
||||||
exclude: false
|
exclude: false
|
||||||
|
@ -129,7 +129,7 @@ display:
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: machine_name
|
plugin_id: machine_name
|
||||||
label: Severity
|
label: Importance
|
||||||
exclude: true
|
exclude: true
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -332,7 +332,7 @@ display:
|
||||||
entity_type: user
|
entity_type: user
|
||||||
entity_field: name
|
entity_field: name
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: User
|
label: Utilisateur
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -395,7 +395,7 @@ display:
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: dblog_operations
|
plugin_id: dblog_operations
|
||||||
label: Operations
|
label: Actions
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -449,19 +449,19 @@ display:
|
||||||
previous: ‹‹
|
previous: ‹‹
|
||||||
expose:
|
expose:
|
||||||
items_per_page: false
|
items_per_page: false
|
||||||
items_per_page_label: 'Items per page'
|
items_per_page_label: 'Éléments par page'
|
||||||
items_per_page_options: '5, 10, 25, 50'
|
items_per_page_options: '5, 10, 25, 50'
|
||||||
items_per_page_options_all: false
|
items_per_page_options_all: false
|
||||||
items_per_page_options_all_label: '- All -'
|
items_per_page_options_all_label: '- Tout -'
|
||||||
offset: false
|
offset: false
|
||||||
offset_label: Offset
|
offset_label: Décalage
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Filter
|
submit_button: Filtrer
|
||||||
reset_button: true
|
reset_button: true
|
||||||
reset_button_label: Reset
|
reset_button_label: Réinitialiser
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Trier par'
|
||||||
expose_sort_order: false
|
expose_sort_order: false
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
@ -479,10 +479,10 @@ display:
|
||||||
field: area_text_custom
|
field: area_text_custom
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: 'No log messages available.'
|
admin_label: "Aucune entrée du journal n'est disponible."
|
||||||
plugin_id: text_custom
|
plugin_id: text_custom
|
||||||
empty: true
|
empty: true
|
||||||
content: 'No log messages available.'
|
content: "Aucune entrée du journal n'est disponible."
|
||||||
tokenize: false
|
tokenize: false
|
||||||
sorts:
|
sorts:
|
||||||
wid:
|
wid:
|
||||||
|
@ -555,7 +555,7 @@ display:
|
||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: severity_op
|
operator_id: severity_op
|
||||||
label: Severity
|
label: Importance
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: severity_op
|
operator: severity_op
|
||||||
|
|
|
@ -7,20 +7,20 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: zji0_13MyVGK7Bn1lUMDeZyyOIZedWvqpYUeM_SioPI
|
default_config_hash: zji0_13MyVGK7Bn1lUMDeZyyOIZedWvqpYUeM_SioPI
|
||||||
id: who_s_new
|
id: who_s_new
|
||||||
label: "Who's new"
|
label: 'Nouveaux membres'
|
||||||
module: user
|
module: user
|
||||||
description: 'Shows a list of the newest user accounts on the site.'
|
description: 'Affiche la liste des utilisateurs les plus récents sur le site.'
|
||||||
tag: default
|
tag: default
|
||||||
base_table: users_field_data
|
base_table: users_field_data
|
||||||
base_field: uid
|
base_field: uid
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
id: default
|
id: default
|
||||||
display_title: Default
|
display_title: 'Par défaut'
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
title: "Who's new"
|
title: 'Nouveaux membres'
|
||||||
fields:
|
fields:
|
||||||
name:
|
name:
|
||||||
id: name
|
id: name
|
||||||
|
@ -64,10 +64,10 @@ display:
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Apply
|
submit_button: Appliquer
|
||||||
reset_button: false
|
reset_button: false
|
||||||
reset_button_label: Reset
|
reset_button_label: Réinitialiser
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Trier par'
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
@ -180,14 +180,14 @@ display:
|
||||||
tags: { }
|
tags: { }
|
||||||
block_1:
|
block_1:
|
||||||
id: block_1
|
id: block_1
|
||||||
display_title: "Who's new"
|
display_title: 'Nouveaux membres'
|
||||||
display_plugin: block
|
display_plugin: block
|
||||||
position: 1
|
position: 1
|
||||||
display_options:
|
display_options:
|
||||||
display_description: 'A list of new users'
|
display_description: 'Une liste des nouveaux utilisateurs'
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
block_description: "Who's new"
|
block_description: 'Nouveaux membres'
|
||||||
block_category: User
|
block_category: Utilisateur
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
contexts:
|
contexts:
|
||||||
|
|
|
@ -7,20 +7,20 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: suDsVMgawXoQt4rfmdfpr05EVX3z3KyfDDTYgeSM898
|
default_config_hash: suDsVMgawXoQt4rfmdfpr05EVX3z3KyfDDTYgeSM898
|
||||||
id: who_s_online
|
id: who_s_online
|
||||||
label: "Who's online block"
|
label: 'Bloc "Qui est connecté"'
|
||||||
module: user
|
module: user
|
||||||
description: 'Shows the user names of the most recently active users, and the total number of active users.'
|
description: "Affiche les noms des utilisateurs les plus actifs récemment et le nombre total d'utilisateurs actifs."
|
||||||
tag: default
|
tag: default
|
||||||
base_table: users_field_data
|
base_table: users_field_data
|
||||||
base_field: uid
|
base_field: uid
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
id: default
|
id: default
|
||||||
display_title: Default
|
display_title: 'Par défaut'
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
title: "Who's online"
|
title: 'Utilisateurs en ligne'
|
||||||
fields:
|
fields:
|
||||||
name:
|
name:
|
||||||
id: name
|
id: name
|
||||||
|
@ -64,10 +64,10 @@ display:
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Apply
|
submit_button: Appliquer
|
||||||
reset_button: false
|
reset_button: false
|
||||||
reset_button_label: Reset
|
reset_button_label: Réinitialiser
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Trier par'
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
|
@ -88,7 +88,7 @@ display:
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: text_custom
|
plugin_id: text_custom
|
||||||
empty: true
|
empty: true
|
||||||
content: 'There are currently 0 users online.'
|
content: 'Il y a actuellement 0 utilisateurs en ligne.'
|
||||||
tokenize: false
|
tokenize: false
|
||||||
sorts:
|
sorts:
|
||||||
access:
|
access:
|
||||||
|
@ -142,8 +142,8 @@ display:
|
||||||
exposed: false
|
exposed: false
|
||||||
expose:
|
expose:
|
||||||
operator_id: access_op
|
operator_id: access_op
|
||||||
label: 'Last access'
|
label: 'Dernier accès'
|
||||||
description: 'A user is considered online for this long after they have last viewed a page.'
|
description: "Durée pendant laquelle on considère qu'un utilisateur est en ligne après qu'il ait vu une page pour la dernière fois."
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: access_op
|
operator: access_op
|
||||||
operator_limit_selection: false
|
operator_limit_selection: false
|
||||||
|
@ -198,7 +198,7 @@ display:
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: result
|
plugin_id: result
|
||||||
empty: false
|
empty: false
|
||||||
content: 'There are currently @total users online.'
|
content: 'Il y a actuellement @total utilisateurs en ligne.'
|
||||||
footer: { }
|
footer: { }
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
|
@ -210,13 +210,13 @@ display:
|
||||||
tags: { }
|
tags: { }
|
||||||
who_s_online_block:
|
who_s_online_block:
|
||||||
id: who_s_online_block
|
id: who_s_online_block
|
||||||
display_title: "Who's online"
|
display_title: 'Utilisateurs en ligne'
|
||||||
display_plugin: block
|
display_plugin: block
|
||||||
position: 1
|
position: 1
|
||||||
display_options:
|
display_options:
|
||||||
display_description: 'A list of users that are currently logged in.'
|
display_description: "Une liste d'utilisateurs actuellement connectés."
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
block_description: "Who's online"
|
block_description: 'Utilisateurs en ligne'
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
contexts:
|
contexts:
|
||||||
|
|
|
@ -18,6 +18,10 @@ export const useContentStore = defineStore('content', {
|
||||||
next: {},
|
next: {},
|
||||||
vignette: {},
|
vignette: {},
|
||||||
parties: [],
|
parties: [],
|
||||||
|
|
||||||
|
intro: '',
|
||||||
|
partenaires: [],
|
||||||
|
gouvernances: [],
|
||||||
},
|
},
|
||||||
loading: false,
|
loading: false,
|
||||||
error: null,
|
error: null,
|
||||||
|
@ -25,48 +29,49 @@ export const useContentStore = defineStore('content', {
|
||||||
actions: {
|
actions: {
|
||||||
async fetchContentData(path) {
|
async fetchContentData(path) {
|
||||||
this.resetStore(false);
|
this.resetStore(false);
|
||||||
const contentTypes = [ 'etape', 'static', 'equipe', 'partenaires' ];
|
const contentTypes = [ 'etape', 'static', 'gouvernance', 'partenaire' ];
|
||||||
try {
|
try {
|
||||||
let rawContent,
|
const findContentByPath = async (contentTypes, path) => {
|
||||||
contentType,
|
|
||||||
response;
|
|
||||||
contentTypesLoop:
|
|
||||||
for (let type of contentTypes) {
|
for (let type of contentTypes) {
|
||||||
if (type !== 'partenaires') {
|
const response = await REST.get(`/jsonapi/node/${type}/`);
|
||||||
response = await REST.get(`/jsonapi/node/${type}/`);
|
|
||||||
for (let content of response.data.data) {
|
const content = response.data.data.find(content =>
|
||||||
for (let tag of content.attributes.metatag) {
|
content.attributes.metatag.some(tag =>
|
||||||
if (tag.tag === "link" && tag.attributes.href === path) {
|
tag.tag === "link" && tag.attributes.href === path
|
||||||
this.contentType = type;
|
)
|
||||||
rawContent = content;
|
);
|
||||||
contentType = type;
|
|
||||||
break contentTypesLoop;
|
if (content) {
|
||||||
}
|
return {
|
||||||
}
|
contentType: type,
|
||||||
// pour les pages équipes
|
rawContent: content,
|
||||||
if (!rawContent) {
|
};
|
||||||
const baseUrl = window.location.protocol + "//" + window.location.host;
|
}
|
||||||
if (path.startsWith(baseUrl)) {
|
|
||||||
const shortenPath = path.slice(baseUrl.length + 1);
|
// Handle special case for governance/partners (multiple items per page)
|
||||||
if (content.attributes.title.toLowerCase() === shortenPath) {
|
const pageRequested = window.location.href.split('/').pop().replace(/s?$/, '');
|
||||||
this.contentType = type;
|
if (type === pageRequested
|
||||||
rawContent = content;
|
|| (type === 'gouvernance' && pageRequested === 'contact')
|
||||||
contentType = type;
|
) {
|
||||||
break contentTypesLoop;
|
return {
|
||||||
}
|
contentType: type,
|
||||||
}
|
rawContent: response.data.data,
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
// pour les pages partenaires
|
|
||||||
rawContent = await REST.get('/rest/partenaires/');
|
|
||||||
contentType = type;
|
|
||||||
this.contentType = type;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
return null;
|
||||||
|
};
|
||||||
|
|
||||||
if (this.contentType !== 'equipe' && this.contentType !== 'partenaires') {
|
const { contentType, rawContent } = await findContentByPath(contentTypes, path);
|
||||||
// pageTitle
|
|
||||||
|
this.contentType = contentType;
|
||||||
|
|
||||||
|
// console.log(`current type: ${contentType}`);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
if (this.contentType !== 'gouvernance' && this.contentType !== 'partenaire') {
|
||||||
|
// pageTitle
|
||||||
for (let tag of rawContent.attributes.metatag) {
|
for (let tag of rawContent.attributes.metatag) {
|
||||||
if (tag.tag === "meta") {
|
if (tag.tag === "meta") {
|
||||||
this.pageTitle = tag.attributes.content;
|
this.pageTitle = tag.attributes.content;
|
||||||
|
@ -77,7 +82,7 @@ export const useContentStore = defineStore('content', {
|
||||||
this.content.contentTitle = rawContent.attributes.title;
|
this.content.contentTitle = rawContent.attributes.title;
|
||||||
|
|
||||||
// vignette
|
// vignette
|
||||||
const vignetteFetch = await this.fetchFromRelationships('field_vignette', rawContent.relationships);
|
const vignetteFetch = await this.fetchFromRelationships('field_vignette', rawContent.relationships);
|
||||||
if (vignetteFetch) {
|
if (vignetteFetch) {
|
||||||
this.content.vignette = {
|
this.content.vignette = {
|
||||||
url: vignetteFetch.attributes.uri.url,
|
url: vignetteFetch.attributes.uri.url,
|
||||||
|
@ -103,8 +108,8 @@ export const useContentStore = defineStore('content', {
|
||||||
end: this.getCleanDate(rawContent.attributes.field_dates.end_value),
|
end: this.getCleanDate(rawContent.attributes.field_dates.end_value),
|
||||||
}
|
}
|
||||||
// previous / next
|
// previous / next
|
||||||
await this.getRelatedEtape('previous', response.data.data, path);
|
await this.getRelatedEtape('previous', path);
|
||||||
await this.getRelatedEtape('next', response.data.data, path);
|
await this.getRelatedEtape('next', path);
|
||||||
}
|
}
|
||||||
|
|
||||||
// parties
|
// parties
|
||||||
|
@ -197,52 +202,59 @@ export const useContentStore = defineStore('content', {
|
||||||
this.content.parties.push(partieContent);
|
this.content.parties.push(partieContent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (this.contentType === 'equipe') {
|
} else {
|
||||||
// pour les pages équipe
|
// pages gouvernance (contact) et partenaire
|
||||||
for (let tag of rawContent.attributes.metatag) {
|
// ont plusieurs items par pages
|
||||||
if (tag.tag === "meta") {
|
const intro = await REST.get(`/jsonapi/config_pages/intro_${this.contentType}/`);
|
||||||
this.pageTitle = tag.attributes.content;
|
const introContent = intro.data.data[0];
|
||||||
break;
|
|
||||||
}
|
this.pageTitle =
|
||||||
}
|
`${introContent.attributes.field_titre} ${introContent.attributes.metatag.find(tag => tag.tag === "meta")?.attributes.content}`;
|
||||||
this.content.contentTitle = rawContent.attributes.title;
|
|
||||||
this.content.textIntro = rawContent.attributes.body.value;
|
this.content.contentTitle = introContent.attributes.field_titre;
|
||||||
const personnesArray = [];
|
this.content.intro = introContent.attributes.field_intro.value;
|
||||||
const personnes = await this.fetchFromRelationships('field_personne_s', rawContent.relationships);
|
|
||||||
for (let personne of personnes) {
|
const multiItemPageArray = [];
|
||||||
const fetchPortrait = await this.fetchFromRelationships('field_portrait', personne.relationships);
|
|
||||||
personnesArray.push({
|
if (this.contentType === 'partenaire') {
|
||||||
nom: personne.attributes.field_nom,
|
for (let item of rawContent) {
|
||||||
prenom: personne.attributes.field_prenom,
|
const logoFetch = await REST.get(item.relationships.field_logo.links.related.href);
|
||||||
description: personne.attributes.field_description,
|
|
||||||
portrait_alt: personne.relationships.field_portrait.data.meta.alt,
|
multiItemPageArray.push({
|
||||||
portrait_url: fetchPortrait.attributes.uri.url,
|
title: item.attributes.title,
|
||||||
});
|
description: item.attributes.body.value,
|
||||||
|
weight: item.attributes.field_poid,
|
||||||
|
link_url: item.attributes.field_lien.uri ,
|
||||||
|
logo_alt: item.relationships.field_logo.data.meta.alt,
|
||||||
|
logo_url: logoFetch.data.data.attributes.uri.url,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
} else if (this.contentType === 'gouvernance') {
|
||||||
|
for (let item of rawContent) {
|
||||||
|
const personnesFetch = await REST.get(item.relationships.field_personne_s.links.related.href);
|
||||||
|
let personnes = [];
|
||||||
|
for (let personne of personnesFetch.data.data) {
|
||||||
|
const portraitFetch = await REST.get(personne.relationships.field_portrait.links.related.href);
|
||||||
|
personnes.push({
|
||||||
|
nom: personne.attributes.field_nom,
|
||||||
|
prenom: personne.attributes.field_prenom,
|
||||||
|
description: personne.attributes.field_description,
|
||||||
|
photo_meta: personne.relationships.field_portrait.data?.meta.alt,
|
||||||
|
photo_url: portraitFetch.data.data?.attributes.uri.url,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
multiItemPageArray.push({
|
||||||
|
title: item.attributes.title,
|
||||||
|
weight: item.attributes.field_poid,
|
||||||
|
personnes: personnes,
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this.content.personnes = personnesArray;
|
this.content[`${this.contentType}s`] = multiItemPageArray;
|
||||||
|
|
||||||
// await this.fetchFromId(bundle, id);
|
console.log(this.content);
|
||||||
// est peut-être plus lisible que fetchFromRelationships
|
}
|
||||||
|
|
||||||
} else if (this.contentType === 'partenaires') {
|
|
||||||
this.content.contentTitle = "Partenaires";
|
|
||||||
const partenairesArray = [];
|
|
||||||
for (let partenaire of rawContent.data) {
|
|
||||||
partenairesArray.push({
|
|
||||||
title: partenaire.title[0].value,
|
|
||||||
description: partenaire.body[0].value,
|
|
||||||
link_url: partenaire.field_lien[0].uri,
|
|
||||||
link_text: partenaire.field_lien[0].title,
|
|
||||||
logo_url: partenaire.field_logo[0].url,
|
|
||||||
logo_alt: partenaire.field_logo[0].alt,
|
|
||||||
weight: partenaire.field_poid[0].value,
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
this.content.partenaires = partenairesArray;
|
|
||||||
|
|
||||||
}
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.error = 'Failed to fetch data';
|
this.error = 'Failed to fetch data';
|
||||||
console.error('Issue with getNodeData', error);
|
console.error('Issue with getNodeData', error);
|
||||||
|
@ -257,59 +269,45 @@ export const useContentStore = defineStore('content', {
|
||||||
y: date.split('-')[0],
|
y: date.split('-')[0],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async getRelatedEtape(direction, allEtapesData, path) {
|
async getRelatedEtape(direction, path) {
|
||||||
const getRelatedEtapeContent = async (relatedPath, allEtapesData) => {
|
const getRelatedEtapeContent = async (relatedEtapeData) => {
|
||||||
const baseUrl = window.location.protocol + "//" + window.location.host;
|
if (relatedEtapeData) {
|
||||||
for (let etape of allEtapesData) {
|
const vignetteFetch = await REST.get(relatedEtapeData.relationships.field_vignette.links.related.href);
|
||||||
for (let tag of etape.attributes.metatag) {
|
if (vignetteFetch.data.data) {
|
||||||
if (tag.tag === "link" && tag.attributes.href === baseUrl + relatedPath) {
|
this.content[direction] = {
|
||||||
const vignetteFetch = await REST.get(etape.relationships.field_vignette.links.related.href);
|
url: relatedEtapeData.attributes.metatag.find(tag => tag.tag === "link")?.attributes.href,
|
||||||
this.content[direction] = {
|
couleur: relatedEtapeData.attributes.field_couleur,
|
||||||
url: tag.attributes.href,
|
title: relatedEtapeData.attributes.title,
|
||||||
couleur: etape.attributes.field_couleur,
|
postalCode: relatedEtapeData.attributes.field_adresse.postal_code,
|
||||||
title: etape.attributes.title,
|
dates: {
|
||||||
postalCode: etape.attributes.field_adresse.postal_code,
|
start: this.getCleanDate(relatedEtapeData.attributes.field_dates.value),
|
||||||
dates: {
|
end: this.getCleanDate(relatedEtapeData.attributes.field_dates.end_value),
|
||||||
start: this.getCleanDate(etape.attributes.field_dates.value),
|
},
|
||||||
end: this.getCleanDate(etape.attributes.field_dates.end_value),
|
vignette: {
|
||||||
},
|
url: vignetteFetch.data.data.attributes.uri.url,
|
||||||
vignette: {
|
alt: relatedEtapeData.relationships.field_vignette.data.meta.alt,
|
||||||
url: vignetteFetch.data.data.attributes.uri.url,
|
},
|
||||||
alt: etape.relationships.field_vignette.data.meta.alt,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// TODO :
|
|
||||||
// get the ordered view from here
|
|
||||||
// /jsonapi/views/etapes/block_1?views-argument%5B0%5D=all&views-argument%5B1%5D=all
|
|
||||||
const orderedEtapesList = document.querySelectorAll('#etapes-liste li');
|
|
||||||
if (orderedEtapesList) {
|
|
||||||
for (let li of orderedEtapesList) {
|
|
||||||
const liHref = li.querySelector('a').getAttribute('href');
|
|
||||||
if (path.endsWith(liHref)) {
|
|
||||||
const previousEtapeItemPath = li.previousElementSibling?.querySelector('a').getAttribute('href');
|
|
||||||
const nextEtapeItemPath = li.nextElementSibling?.querySelector('a').getAttribute('href');
|
|
||||||
|
|
||||||
if (previousEtapeItemPath && direction === 'previous') {
|
const allEtapesData = await REST.get('/jsonapi/views/etapes/block_1/');
|
||||||
let prevContent = await getRelatedEtapeContent(previousEtapeItemPath, allEtapesData);
|
for (let [index, etape] of allEtapesData.data.data.entries()) {
|
||||||
return prevContent;
|
if (etape.attributes.metatag.some(tag =>
|
||||||
}
|
tag.tag === "link" && tag.attributes.href === path
|
||||||
if (nextEtapeItemPath && direction === 'next') {
|
)) {
|
||||||
let nextContent = await getRelatedEtapeContent(nextEtapeItemPath, allEtapesData);
|
const relatedEtapeIndex = direction === 'next' ? index + 1 : index - 1;
|
||||||
return nextContent;
|
await getRelatedEtapeContent(allEtapesData.data.data[relatedEtapeIndex]);
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async fetchFromRelationships(field, relationships) {
|
async fetchFromRelationships(field, relationships) {
|
||||||
if (relationships[field].data) {
|
if (relationships[field].links) {
|
||||||
try {
|
try {
|
||||||
const contentLink = relationships[field].links.related.href;
|
const contentLink = relationships[field].links.related.href;
|
||||||
const contentFetch = await REST.get(contentLink);
|
const contentFetch = await REST.get(contentLink);
|
||||||
return contentFetch.data.data;
|
return contentFetch.data.data;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.error = 'Failed to fetch data';
|
this.error = 'Failed to fetch data';
|
||||||
|
|
|
@ -5,8 +5,8 @@ export async function initFirstLoadRouting(store, router, baseUrl, siteName) {
|
||||||
const decoupled_origin = JSON.parse(window.localStorage.getItem('decoupled_origin'));
|
const decoupled_origin = JSON.parse(window.localStorage.getItem('decoupled_origin'));
|
||||||
|
|
||||||
if(decoupled_origin) {
|
if(decoupled_origin) {
|
||||||
await store.fetchContentData(baseUrl + decoupled_origin.url);
|
|
||||||
router.push(decoupled_origin.url);
|
router.push(decoupled_origin.url);
|
||||||
|
await store.fetchContentData(baseUrl + decoupled_origin.url);
|
||||||
window.localStorage.removeItem("decoupled_origin");
|
window.localStorage.removeItem("decoupled_origin");
|
||||||
document.title = store.pageTitle;
|
document.title = store.pageTitle;
|
||||||
setActiveNavItem(store.contentType, decoupled_origin.url);
|
setActiveNavItem(store.contentType, decoupled_origin.url);
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
<div v-if="!loading && (
|
<div v-if="!loading && (
|
||||||
contentType === 'etape'
|
contentType === 'etape'
|
||||||
|| contentType === 'static'
|
|| contentType === 'static'
|
||||||
|| contentType === 'equipe'
|
|| contentType === 'gouvernance'
|
||||||
|| contentType === 'partenaires'
|
|| contentType === 'partenaire'
|
||||||
)">
|
)">
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<ModaleHeader
|
<ModaleHeader
|
||||||
|
@ -44,10 +44,11 @@
|
||||||
:partie="partie" />
|
:partie="partie" />
|
||||||
</div>
|
</div>
|
||||||
<EquipeContent
|
<EquipeContent
|
||||||
v-if="contentType === 'equipe'"
|
v-if="contentType === 'gouvernance'"
|
||||||
:content="content" />
|
:content="content"
|
||||||
|
:couleur="content.couleur || brandColor" />
|
||||||
<PartenairesContent
|
<PartenairesContent
|
||||||
v-if="contentType === 'partenaires'"
|
v-if="contentType === 'partenaire'"
|
||||||
:content="content" />
|
:content="content" />
|
||||||
</main>
|
</main>
|
||||||
<ModaleFooter
|
<ModaleFooter
|
||||||
|
|
|
@ -1,12 +1,24 @@
|
||||||
<template>
|
<template>
|
||||||
<div id="equipe">
|
<div id="equipe">
|
||||||
<div v-html="content.textIntro"></div>
|
<div v-if="content.intro" class="intro">
|
||||||
<div v-for="personne in content.personnes" class="personne">
|
<p v-html="content.intro"></p>
|
||||||
<figure>
|
</div>
|
||||||
<img :src="personne.portrait_url" :alt="personne.portrait_alt">
|
<div v-for="equipe in content.gouvernances" class="equipe-item">
|
||||||
</figure>
|
<div class="partie-title">
|
||||||
<div class="name"><p v-html="personne.prenom + ' ' + personne.nom"></p></div>
|
<h3>
|
||||||
<div class="description"><p v-html="personne.description"></p></div>
|
<p
|
||||||
|
:style="{ background: `linear-gradient(transparent 70%, ${couleur} 70%)` }">
|
||||||
|
{{ equipe.title }}
|
||||||
|
</p>
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div v-for="personne in equipe.personnes" class="personne">
|
||||||
|
<figure>
|
||||||
|
<img :src="personne.photo_url" :alt="personne.photo_alt">
|
||||||
|
</figure>
|
||||||
|
<div class="name"><p v-html="personne.prenom + ' ' + personne.nom"></p></div>
|
||||||
|
<div class="description"><p v-html="personne.description" style="white-space: pre-wrap;"></p></div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -14,5 +26,6 @@
|
||||||
<script setup>
|
<script setup>
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
content: Object,
|
content: Object,
|
||||||
|
couleur: String,
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<header :style="content.vignette ? '' : { marginTop: '20vh' }">
|
<header :class="{ 'not-etape': contentType !== 'etape' }">
|
||||||
<div class="cover">
|
<div class="cover">
|
||||||
<img v-if="content.vignette" :src="content.vignette.url" :alt="content.vignette.alt">
|
<img v-if="content.vignette" :src="content.vignette.url" :alt="content.vignette.alt">
|
||||||
</div>
|
</div>
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
<div class="pattern"></div>
|
<div class="pattern"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="locality">
|
<div class="locality">
|
||||||
<div class="top-triangle"></div>
|
<div class="top-triangle" v-if="contentType === 'etape'"></div>
|
||||||
<div class="locality-title">
|
<div class="locality-title">
|
||||||
<h1>{{content.contentTitle}} <em v-if="content.adresse">({{ content.adresse.postal_code.slice(0, 2) }})</em></h1>
|
<h1>{{content.contentTitle}} <em v-if="content.adresse">({{ content.adresse.postal_code.slice(0, 2) }})</em></h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,8 +1,13 @@
|
||||||
<template>
|
<template>
|
||||||
<div id="partenaires">
|
<div id="partenaires">
|
||||||
|
<div v-if="content.intro" class="intro">
|
||||||
|
<p v-html="content.intro"></p>
|
||||||
|
</div>
|
||||||
<div v-for="partenaire in content.partenaires" class="partenaire">
|
<div v-for="partenaire in content.partenaires" class="partenaire">
|
||||||
<figure>
|
<figure>
|
||||||
<img :src="partenaire.logo_url" :alt="partenaire.logo_alt">
|
<a :href="partenaire.link_url" target="_blank">
|
||||||
|
<img :src="partenaire.logo_url" :alt="partenaire.logo_alt">
|
||||||
|
</a>
|
||||||
</figure>
|
</figure>
|
||||||
<div class="title"><p v-html="partenaire.title"></p></div>
|
<div class="title"><p v-html="partenaire.title"></p></div>
|
||||||
<div class="description"><p v-html="partenaire.description"></p></div>
|
<div class="description"><p v-html="partenaire.description"></p></div>
|
||||||
|
|
|
@ -913,13 +913,21 @@ body{
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
&.not-etape {
|
||||||
|
> .locality-wrapper {
|
||||||
|
> .locality {
|
||||||
|
max-height: $brand-pattern-height;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
> main {
|
> main {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 $modale-x-padding;
|
padding: 0 $modale-x-padding;
|
||||||
padding-bottom: 5vh;
|
padding-bottom: 5vh;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
> .partie {
|
> .partie,
|
||||||
|
> #equipe {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
> .sensible-map {
|
> .sensible-map {
|
||||||
|
@ -942,7 +950,7 @@ body{
|
||||||
margin-left: calc($modale-x-padding / 2);
|
margin-left: calc($modale-x-padding / 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
> .partie-title,
|
.partie-title,
|
||||||
> .chiffres-cles,
|
> .chiffres-cles,
|
||||||
> .entretien {
|
> .entretien {
|
||||||
> h3 {
|
> h3 {
|
||||||
|
@ -1092,25 +1100,34 @@ body{
|
||||||
}
|
}
|
||||||
> #equipe,
|
> #equipe,
|
||||||
> #partenaires {
|
> #partenaires {
|
||||||
margin-top: 5vh;
|
margin-top: 3vh;
|
||||||
> div:not(.personne) {
|
> div.intro {
|
||||||
|
margin-bottom: 6vh;
|
||||||
@media screen and (min-width: $desktop-min-width) {
|
@media screen and (min-width: $desktop-min-width) {
|
||||||
margin: 10vh 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
> div.personne,
|
> div.equipe-item {
|
||||||
|
@media screen and (min-width: $desktop-min-width) {
|
||||||
|
margin-bottom: 7vh;
|
||||||
|
}
|
||||||
|
> .partie-title {
|
||||||
|
margin-bottom: 3vh;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
> div.equipe-item > div.personne,
|
||||||
> div.partenaire {
|
> div.partenaire {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 0.4fr 1fr;
|
grid-template-columns: 0.4fr 1fr;
|
||||||
column-gap: 3rem;
|
column-gap: 3rem;
|
||||||
grid-template-rows: auto;
|
grid-template-rows: auto;
|
||||||
justify-items: start;
|
justify-items: start;
|
||||||
margin: 5vh 0;
|
margin-bottom: 6vh;
|
||||||
> figure {
|
> figure {
|
||||||
grid-column: 1;
|
grid-column: 1;
|
||||||
grid-row: 1 / span 2;
|
grid-row: 1 / span 2;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
align-self: center;
|
||||||
> img {
|
> img {
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|
Loading…
Reference in New Issue