first back integration
This commit is contained in:
parent
0df718388c
commit
44e475bdd5
|
@ -19,6 +19,10 @@
|
|||
"drupal/core-composer-scaffold": "^10.2",
|
||||
"drupal/core-project-message": "^10.2",
|
||||
"drupal/core-recommended": "^10.2",
|
||||
"drupal/linked_field": "^1.5",
|
||||
"drupal/manage_display": "^3.0",
|
||||
"drupal/social_media_links": "^2.9",
|
||||
"drupal/yaml_editor": "^1.2",
|
||||
"wikimedia/composer-merge-plugin": "^2.1"
|
||||
},
|
||||
"conflict": {
|
||||
|
@ -102,6 +106,11 @@
|
|||
"recurse": true,
|
||||
"replace": false,
|
||||
"merge-extra": true
|
||||
},
|
||||
"patches": {
|
||||
"drupal/social_media_links":{
|
||||
"Replace Twitter with X https://www.drupal.org/project/social_media_links/issues/3384469": "https://www.drupal.org/files/issues/2023-09-12/social_media_links-change_twitter_to_x-3384469-7.patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "cb90ffa8150c2e503069b06f3e36c045",
|
||||
"content-hash": "802110398cc027afa36a43ec8fe438b0",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -4689,6 +4689,54 @@
|
|||
"issues": "https://www.drupal.org/project/issues/link_attributes"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/linked_field",
|
||||
"version": "1.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/linked_field.git",
|
||||
"reference": "8.x-1.5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/linked_field-8.x-1.5.zip",
|
||||
"reference": "8.x-1.5",
|
||||
"shasum": "31ed8008d2f88c693334f6faad03112280820fe0"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.8 || ^9 || ^10"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.5",
|
||||
"datestamp": "1677239525",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "jcnventura",
|
||||
"homepage": "https://www.drupal.org/user/122464"
|
||||
},
|
||||
{
|
||||
"name": "yannickoo",
|
||||
"homepage": "https://www.drupal.org/user/531118"
|
||||
}
|
||||
],
|
||||
"description": "Adds the functionality to link fields to a specific destination.",
|
||||
"homepage": "https://www.drupal.org/project/linked_field",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/linked_field"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/linkit",
|
||||
"version": "6.1.2",
|
||||
|
@ -4885,6 +4933,54 @@
|
|||
"source": "https://git.drupalcode.org/project/maillog"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/manage_display",
|
||||
"version": "3.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/manage_display.git",
|
||||
"reference": "3.0.0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/manage_display-3.0.0.zip",
|
||||
"reference": "3.0.0",
|
||||
"shasum": "f8e6e0b44f56e3733b5f4db09f7dd41c7ce80a7a"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9.4 || ^10"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "3.0.0",
|
||||
"datestamp": "1684858822",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "AdamPS",
|
||||
"homepage": "https://www.drupal.org/user/2650563"
|
||||
},
|
||||
{
|
||||
"name": "AstonVictor",
|
||||
"homepage": "https://www.drupal.org/user/3466615"
|
||||
}
|
||||
],
|
||||
"description": "Make base fields such as 'title' available in \"Manage Display\"",
|
||||
"homepage": "https://www.drupal.org/project/manage_display",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/manage_display"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/matomo",
|
||||
"version": "1.23.0",
|
||||
|
@ -5973,6 +6069,57 @@
|
|||
"issues": "https://www.drupal.org/project/issues/smtp"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/social_media_links",
|
||||
"version": "2.9.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/social_media_links.git",
|
||||
"reference": "8.x-2.9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/social_media_links-8.x-2.9.zip",
|
||||
"reference": "8.x-2.9",
|
||||
"shasum": "d73ea6199b48e11e57fe8a2aeb2afbf3c295704a"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8 || ^9 || ^10"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-2.9",
|
||||
"datestamp": "1665768361",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Neslee Canil Pinto",
|
||||
"homepage": "https://www.drupal.org/u/neslee-canil-pinto",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "Christian Beier",
|
||||
"homepage": "https://www.drupal.org/u/cbeier",
|
||||
"role": "Maintainer"
|
||||
}
|
||||
],
|
||||
"description": "The module provides a block that display links (icons) to your profiles on various social networking sites.",
|
||||
"homepage": "https://www.drupal.org/project/social_media_links",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/social_media_links",
|
||||
"issues": "https://www.drupal.org/project/issues/social_media_links"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/sophron",
|
||||
"version": "2.0.2",
|
||||
|
@ -6457,6 +6604,50 @@
|
|||
"docs": "https://www.drupal.org/docs/8/modules/views-bulk-operations-vbo"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/yaml_editor",
|
||||
"version": "1.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/yaml_editor.git",
|
||||
"reference": "8.x-1.2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/yaml_editor-8.x-1.2.zip",
|
||||
"reference": "8.x-1.2",
|
||||
"shasum": "7dc32d1f000fafa6a6f4e65c4aeabb1ecb18d25d"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8 || ^9 || ^10"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.2",
|
||||
"datestamp": "1692008740",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "yannickoo",
|
||||
"homepage": "https://www.drupal.org/user/531118"
|
||||
}
|
||||
],
|
||||
"description": "Adds an editor for YAML configuration textareas.",
|
||||
"homepage": "https://www.drupal.org/project/yaml_editor",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/yaml_editor"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drush/drush",
|
||||
"version": "12.4.3",
|
||||
|
|
|
@ -0,0 +1,31 @@
|
|||
uuid: a683dca4-d4c0-4100-bd13-836876194e6b
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- system.menu.entete
|
||||
module:
|
||||
- menu_block
|
||||
theme:
|
||||
- stark
|
||||
id: stark_entete
|
||||
theme: stark
|
||||
region: header
|
||||
weight: -1
|
||||
provider: null
|
||||
plugin: 'menu_block:entete'
|
||||
settings:
|
||||
id: 'menu_block:entete'
|
||||
label: Entête
|
||||
label_display: visible
|
||||
provider: menu_block
|
||||
follow: false
|
||||
follow_parent: child
|
||||
label_link: false
|
||||
label_type: block
|
||||
level: 1
|
||||
depth: 0
|
||||
expand_all_items: false
|
||||
parent: 'entete:'
|
||||
suggestion: entete
|
||||
visibility: { }
|
|
@ -0,0 +1,25 @@
|
|||
uuid: bf735a79-32b0-4c00-b85f-d215edb7ad98
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
content:
|
||||
- 'block_content:logo_link:dacc759c-d305-4366-a56b-ef214acd0be9'
|
||||
module:
|
||||
- block_content
|
||||
theme:
|
||||
- stark
|
||||
id: stark_logoepau
|
||||
theme: stark
|
||||
region: footer
|
||||
weight: -1
|
||||
provider: null
|
||||
plugin: 'block_content:dacc759c-d305-4366-a56b-ef214acd0be9'
|
||||
settings:
|
||||
id: 'block_content:dacc759c-d305-4366-a56b-ef214acd0be9'
|
||||
label: 'Logo epau'
|
||||
label_display: '0'
|
||||
provider: block_content
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility: { }
|
|
@ -0,0 +1,25 @@
|
|||
uuid: 04330fc0-6b48-4d67-924e-d77335a64d25
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
content:
|
||||
- 'block_content:logo_link:dacc759c-d305-4366-a56b-ef214acd0be9'
|
||||
module:
|
||||
- block_content
|
||||
theme:
|
||||
- stark
|
||||
id: stark_logoepau_2
|
||||
theme: stark
|
||||
region: header
|
||||
weight: -3
|
||||
provider: null
|
||||
plugin: 'block_content:dacc759c-d305-4366-a56b-ef214acd0be9'
|
||||
settings:
|
||||
id: 'block_content:dacc759c-d305-4366-a56b-ef214acd0be9'
|
||||
label: 'Logo epau'
|
||||
label_display: '0'
|
||||
provider: block_content
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility: { }
|
|
@ -0,0 +1,25 @@
|
|||
uuid: e05a0f89-3abd-45ba-9211-845b028d2fff
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
content:
|
||||
- 'block_content:logo_link:32b479fd-6b3f-4640-b817-c91d40425761'
|
||||
module:
|
||||
- block_content
|
||||
theme:
|
||||
- stark
|
||||
id: stark_logorepu
|
||||
theme: stark
|
||||
region: footer
|
||||
weight: -2
|
||||
provider: null
|
||||
plugin: 'block_content:32b479fd-6b3f-4640-b817-c91d40425761'
|
||||
settings:
|
||||
id: 'block_content:32b479fd-6b3f-4640-b817-c91d40425761'
|
||||
label: 'Logo répu'
|
||||
label_display: '0'
|
||||
provider: block_content
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility: { }
|
|
@ -0,0 +1,25 @@
|
|||
uuid: 9bd26e34-ee64-4c63-a243-ec688931c497
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
content:
|
||||
- 'block_content:logo_link:32b479fd-6b3f-4640-b817-c91d40425761'
|
||||
module:
|
||||
- block_content
|
||||
theme:
|
||||
- stark
|
||||
id: stark_logorepu_2
|
||||
theme: stark
|
||||
region: header
|
||||
weight: -4
|
||||
provider: null
|
||||
plugin: 'block_content:32b479fd-6b3f-4640-b817-c91d40425761'
|
||||
settings:
|
||||
id: 'block_content:32b479fd-6b3f-4640-b817-c91d40425761'
|
||||
label: 'Logo répu'
|
||||
label_display: '0'
|
||||
provider: block_content
|
||||
status: true
|
||||
info: ''
|
||||
view_mode: full
|
||||
visibility: { }
|
|
@ -0,0 +1,31 @@
|
|||
uuid: 7f85a58f-be28-4f26-91df-90eb485c0094
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- system.menu.footer
|
||||
module:
|
||||
- menu_block
|
||||
theme:
|
||||
- stark
|
||||
id: stark_pieddepage
|
||||
theme: stark
|
||||
region: footer
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: 'menu_block:footer'
|
||||
settings:
|
||||
id: 'menu_block:footer'
|
||||
label: 'Pied de page'
|
||||
label_display: '0'
|
||||
provider: menu_block
|
||||
follow: false
|
||||
follow_parent: child
|
||||
label_link: false
|
||||
label_type: block
|
||||
level: 1
|
||||
depth: 0
|
||||
expand_all_items: false
|
||||
parent: 'footer:'
|
||||
suggestion: footer
|
||||
visibility: { }
|
|
@ -0,0 +1,20 @@
|
|||
uuid: e27b4738-436f-4b95-8c26-2c8d005a82bc
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- language
|
||||
theme:
|
||||
- stark
|
||||
id: stark_selecteurdelangue
|
||||
theme: stark
|
||||
region: header
|
||||
weight: -2
|
||||
provider: null
|
||||
plugin: 'language_block:language_interface'
|
||||
settings:
|
||||
id: 'language_block:language_interface'
|
||||
label: 'Sélecteur de langue'
|
||||
label_display: '0'
|
||||
provider: language
|
||||
visibility: { }
|
|
@ -0,0 +1,165 @@
|
|||
uuid: 51a40727-f607-4c62-95d4-e28e47ded8d8
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- social_media_links
|
||||
theme:
|
||||
- stark
|
||||
id: stark_socialmedialinks
|
||||
theme: stark
|
||||
region: footer
|
||||
weight: 1
|
||||
provider: null
|
||||
plugin: social_media_links_block
|
||||
settings:
|
||||
id: social_media_links_block
|
||||
label: 'Retrouvez-nous sur les réseaux sociaux'
|
||||
label_display: visible
|
||||
provider: social_media_links
|
||||
platforms:
|
||||
twitter:
|
||||
value: q2d
|
||||
description: ''
|
||||
weight: '-43'
|
||||
linkedin:
|
||||
value: q2d
|
||||
description: ''
|
||||
weight: '-42'
|
||||
youtube:
|
||||
value: q2d
|
||||
description: ''
|
||||
weight: '-41'
|
||||
instagram:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-40'
|
||||
xing:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-39'
|
||||
contact:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-38'
|
||||
rss:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-37'
|
||||
tiktok:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-36'
|
||||
mastodon:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-35'
|
||||
amazon:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-34'
|
||||
bitbucket:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-33'
|
||||
patreon:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-32'
|
||||
vkontakte:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-31'
|
||||
slideshare:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-30'
|
||||
github:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-29'
|
||||
behance:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-28'
|
||||
vimeo:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-27'
|
||||
telegram:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-26'
|
||||
youtube_channel:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-25'
|
||||
googleplus:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-24'
|
||||
facebook:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-23'
|
||||
drupal:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-22'
|
||||
flickr:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-21'
|
||||
gitlab:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-20'
|
||||
tumblr:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-19'
|
||||
pinterest:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-18'
|
||||
email:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-17'
|
||||
goodreads:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-16'
|
||||
googleplay:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-15'
|
||||
whatsapp:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-14'
|
||||
meetup:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-13'
|
||||
website:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-12'
|
||||
glassdoor:
|
||||
value: ''
|
||||
description: ''
|
||||
weight: '-11'
|
||||
appearance:
|
||||
orientation: h
|
||||
show_name: 0
|
||||
suggestion: ''
|
||||
link_attributes:
|
||||
target: '<none>'
|
||||
rel: '<none>'
|
||||
iconset:
|
||||
style: 'fontawesome:3x'
|
||||
installed_iconsets:
|
||||
fontawesome:
|
||||
examples: ''
|
||||
visibility: { }
|
|
@ -0,0 +1,18 @@
|
|||
uuid: e2f9040d-9bb9-4b2e-9dd9-3e345675414e
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
theme:
|
||||
- stark
|
||||
id: stark_titredepage
|
||||
theme: stark
|
||||
region: content
|
||||
weight: 0
|
||||
provider: null
|
||||
plugin: page_title_block
|
||||
settings:
|
||||
id: page_title_block
|
||||
label: 'Titre de page'
|
||||
label_display: '0'
|
||||
provider: core
|
||||
visibility: { }
|
|
@ -0,0 +1,8 @@
|
|||
uuid: 8cbbe43b-5e70-4181-a0a8-030bb0ba87e6
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: logo_link
|
||||
label: Logo-link
|
||||
revision: 0
|
||||
description: ''
|
|
@ -0,0 +1,18 @@
|
|||
uuid: cd874659-eefb-4cb8-9708-027b016f724b
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.logo_link
|
||||
id: block_content.logo_link.changed
|
||||
field_name: changed
|
||||
entity_type: block_content
|
||||
bundle: logo_link
|
||||
label: Modifié
|
||||
description: "L'heure à laquelle le bloc de contenu a été modifié pour la dernière fois."
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: changed
|
|
@ -0,0 +1,18 @@
|
|||
uuid: 356c45d3-8e5f-4384-8490-1aa7ae7c98fb
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.logo_link
|
||||
id: block_content.logo_link.info
|
||||
field_name: info
|
||||
entity_type: block_content
|
||||
bundle: logo_link
|
||||
label: 'Description du bloc'
|
||||
description: 'Une brève description de votre bloc.'
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
|
@ -0,0 +1,22 @@
|
|||
uuid: 13ff1a3e-37c5-4c35-84a0-37da1a8916ec
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.logo_link
|
||||
id: block_content.logo_link.status
|
||||
field_name: status
|
||||
entity_type: block_content
|
||||
bundle: logo_link
|
||||
label: Publié
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 1
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: Activé
|
||||
off_label: Désactivé
|
||||
field_type: boolean
|
|
@ -0,0 +1,18 @@
|
|||
uuid: 8cf3fc6c-0588-4a03-ab93-096ea2238d67
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- menu_link_content
|
||||
id: menu_link_content.menu_link_content.changed
|
||||
field_name: changed
|
||||
entity_type: menu_link_content
|
||||
bundle: menu_link_content
|
||||
label: Modifié
|
||||
description: 'Le moment où le lien de menu a été modifié pour la dernière fois.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: changed
|
|
@ -0,0 +1,18 @@
|
|||
uuid: 330bf0b7-02b6-4f0c-8e84-7364f51cefc7
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- menu_link_content
|
||||
id: menu_link_content.menu_link_content.description
|
||||
field_name: description
|
||||
entity_type: menu_link_content
|
||||
bundle: menu_link_content
|
||||
label: Description
|
||||
description: "S'affiche au survol du lien du menu."
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
|
@ -0,0 +1,18 @@
|
|||
uuid: 5174b1ec-3240-48a2-af10-6eb8ba9a231a
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- menu_link_content
|
||||
id: menu_link_content.menu_link_content.title
|
||||
field_name: title
|
||||
entity_type: menu_link_content
|
||||
bundle: menu_link_content
|
||||
label: 'Titre du lien dans le menu'
|
||||
description: 'Le texte à utiliser pour ce lien dans le menu.'
|
||||
required: true
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
|
@ -0,0 +1,18 @@
|
|||
uuid: 05befb6e-1365-4dfa-98ec-b2e01405c620
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.partenaire
|
||||
id: node.partenaire.title
|
||||
field_name: title
|
||||
entity_type: node
|
||||
bundle: partenaire
|
||||
label: Nom
|
||||
description: ''
|
||||
required: true
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
|
@ -0,0 +1,18 @@
|
|||
uuid: 0199d524-aefa-4dd2-bb5d-484a5ad2394f
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- user
|
||||
id: user.user.changed
|
||||
field_name: changed
|
||||
entity_type: user
|
||||
bundle: user
|
||||
label: Modifié
|
||||
description: "Le moment auquel l'utilisateur a été modifié pour la dernière fois."
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: changed
|
|
@ -0,0 +1,19 @@
|
|||
uuid: 2ea89f1b-95e3-483f-838d-31a2ea1df8ac
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- path
|
||||
- user
|
||||
id: user.user.path
|
||||
field_name: path
|
||||
entity_type: user
|
||||
bundle: user
|
||||
label: "Alias d'URL"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: path
|
|
@ -0,0 +1,49 @@
|
|||
uuid: 995bc2a6-5267-4c42-9ec7-cd41ef3a8ded
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.logo_link
|
||||
- field.field.block_content.logo_link.field_lien
|
||||
- field.field.block_content.logo_link.field_logo
|
||||
- image.style.thumbnail
|
||||
module:
|
||||
- image
|
||||
- link
|
||||
id: block_content.logo_link.default
|
||||
targetEntityType: block_content
|
||||
bundle: logo_link
|
||||
mode: default
|
||||
content:
|
||||
field_lien:
|
||||
type: link_default
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
field_logo:
|
||||
type: image_image
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
info:
|
||||
type: string_textfield
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
langcode:
|
||||
type: language_select
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
include_locked: true
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
|
@ -0,0 +1,140 @@
|
|||
uuid: 17009f4f-8c2c-41b5-876a-243f85e58e68
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.partenaire.body
|
||||
- field.field.node.partenaire.field_lien
|
||||
- field.field.node.partenaire.field_logo
|
||||
- field.field.node.partenaire.field_poid
|
||||
- image.style.thumbnail
|
||||
- node.type.partenaire
|
||||
module:
|
||||
- field_group
|
||||
- image
|
||||
- link
|
||||
- path
|
||||
- text
|
||||
third_party_settings:
|
||||
field_group:
|
||||
group_details:
|
||||
children:
|
||||
- field_poid
|
||||
- langcode
|
||||
- translation
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 12
|
||||
format_type: details_sidebar
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
open: false
|
||||
description: ''
|
||||
required_fields: true
|
||||
weight: 0
|
||||
id: node.partenaire.default
|
||||
targetEntityType: node
|
||||
bundle: partenaire
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 6
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_lien:
|
||||
type: link_default
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
field_logo:
|
||||
type: image_image
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
field_poid:
|
||||
type: number
|
||||
weight: 26
|
||||
region: content
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
langcode:
|
||||
type: language_select
|
||||
weight: 27
|
||||
region: content
|
||||
settings:
|
||||
include_locked: true
|
||||
third_party_settings: { }
|
||||
path:
|
||||
type: path
|
||||
weight: 9
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
weight: 7
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 10
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
weight: 8
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
translation:
|
||||
weight: 28
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
uid:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
|
@ -0,0 +1,110 @@
|
|||
uuid: 5d44108d-a6a6-4985-a3b8-dbe369bdaf9c
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.static.body
|
||||
- node.type.static
|
||||
module:
|
||||
- field_group
|
||||
- path
|
||||
- text
|
||||
third_party_settings:
|
||||
field_group:
|
||||
group_details:
|
||||
children:
|
||||
- langcode
|
||||
- translation
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 10
|
||||
format_type: details_sidebar
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
open: true
|
||||
description: ''
|
||||
required_fields: true
|
||||
weight: 0
|
||||
id: node.static.default
|
||||
targetEntityType: node
|
||||
bundle: static
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_textarea_with_summary
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
rows: 9
|
||||
summary_rows: 3
|
||||
placeholder: ''
|
||||
show_summary: false
|
||||
third_party_settings: { }
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 4
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
langcode:
|
||||
type: language_select
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
include_locked: true
|
||||
third_party_settings: { }
|
||||
path:
|
||||
type: path
|
||||
weight: 8
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
weight: 6
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 9
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
weight: 7
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
translation:
|
||||
weight: 3
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
uid:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
|
@ -0,0 +1,37 @@
|
|||
uuid: 6ee13031-5599-4865-896e-34410a79b7c9
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.logo_link
|
||||
- field.field.block_content.logo_link.field_lien
|
||||
- field.field.block_content.logo_link.field_logo
|
||||
module:
|
||||
- image
|
||||
- linked_field
|
||||
id: block_content.logo_link.default
|
||||
targetEntityType: block_content
|
||||
bundle: logo_link
|
||||
mode: default
|
||||
content:
|
||||
field_logo:
|
||||
type: image
|
||||
label: hidden
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings:
|
||||
linked_field:
|
||||
linked: '1'
|
||||
type: field
|
||||
destination: field_lien
|
||||
advanced: { }
|
||||
token: ''
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
field_lien: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
|
@ -0,0 +1,73 @@
|
|||
uuid: 7cec4581-95f3-4a0e-a0c6-662af59bf78c
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.partenaire.body
|
||||
- field.field.node.partenaire.field_lien
|
||||
- field.field.node.partenaire.field_logo
|
||||
- field.field.node.partenaire.field_poid
|
||||
- node.type.partenaire
|
||||
module:
|
||||
- image
|
||||
- link
|
||||
- linked_field
|
||||
- manage_display
|
||||
- text
|
||||
id: node.partenaire.default
|
||||
targetEntityType: node
|
||||
bundle: partenaire
|
||||
mode: default
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_lien:
|
||||
type: link
|
||||
label: hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: true
|
||||
url_plain: false
|
||||
rel: nofollow
|
||||
target: _blank
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
field_logo:
|
||||
type: image
|
||||
label: hidden
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings:
|
||||
linked_field:
|
||||
linked: '1'
|
||||
type: field
|
||||
destination: field_lien
|
||||
advanced: { }
|
||||
token: ''
|
||||
weight: 0
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
field_poid: true
|
||||
langcode: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
||||
uid: true
|
|
@ -0,0 +1,38 @@
|
|||
uuid: 1bd50c82-50bf-4e18-8669-a804c93b5a45
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.partenaire.body
|
||||
- field.field.node.partenaire.field_lien
|
||||
- field.field.node.partenaire.field_logo
|
||||
- field.field.node.partenaire.field_poid
|
||||
- node.type.partenaire
|
||||
module:
|
||||
- text
|
||||
- user
|
||||
id: node.partenaire.teaser
|
||||
targetEntityType: node
|
||||
bundle: partenaire
|
||||
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_lien: true
|
||||
field_logo: true
|
||||
field_poid: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
|
@ -0,0 +1,13 @@
|
|||
uuid: 0f528181-319e-406f-89e9-aa68350c31de
|
||||
langcode: fr
|
||||
status: false
|
||||
dependencies:
|
||||
module:
|
||||
- block_content
|
||||
_core:
|
||||
default_config_hash: Q7yUUYeRLByl-MCGveKKF_KhAtNICLCMJuKWfugCvso
|
||||
id: block_content.full
|
||||
label: Complet
|
||||
description: ''
|
||||
targetEntityType: block_content
|
||||
cache: true
|
|
@ -12,6 +12,7 @@ module:
|
|||
better_exposed_filters: 0
|
||||
block: 0
|
||||
block_class: 0
|
||||
block_content: 0
|
||||
breakpoint: 0
|
||||
bulkdelete: 0
|
||||
ckeditor5: 0
|
||||
|
@ -63,6 +64,7 @@ module:
|
|||
linkit: 0
|
||||
locale: 0
|
||||
maillog: 0
|
||||
manage_display: 0
|
||||
maxlength: 0
|
||||
menu_block: 0
|
||||
menu_link_content: 0
|
||||
|
@ -83,6 +85,7 @@ module:
|
|||
search_api_db: 0
|
||||
smart_trim: 0
|
||||
smtp: 0
|
||||
social_media_links: 0
|
||||
system: 0
|
||||
taxonomy: 0
|
||||
telephone: 0
|
||||
|
@ -96,13 +99,16 @@ module:
|
|||
views_bulk_edit: 0
|
||||
views_bulk_operations: 0
|
||||
views_ui: 0
|
||||
yaml_editor: 0
|
||||
extlink: 1
|
||||
menu_admin_per_menu: 1
|
||||
pathauto: 1
|
||||
content_translation: 10
|
||||
views: 10
|
||||
linked_field: 100
|
||||
figli_starter_kit: 1000
|
||||
theme:
|
||||
seven: 0
|
||||
adminimal_theme: 0
|
||||
stark: 0
|
||||
profile: figli_starter_kit
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
uuid: 63212aae-6cb6-4d82-b5db-2d8d54eb2b73
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.logo_link
|
||||
- field.storage.block_content.field_lien
|
||||
module:
|
||||
- link
|
||||
id: block_content.logo_link.field_lien
|
||||
field_name: field_lien
|
||||
entity_type: block_content
|
||||
bundle: logo_link
|
||||
label: Lien
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
title: 0
|
||||
link_type: 17
|
||||
field_type: link
|
|
@ -0,0 +1,38 @@
|
|||
uuid: e9854732-bb3d-42d7-82cf-6f77b405d719
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.logo_link
|
||||
- field.storage.block_content.field_logo
|
||||
module:
|
||||
- image
|
||||
id: block_content.logo_link.field_logo
|
||||
field_name: field_logo
|
||||
entity_type: block_content
|
||||
bundle: logo_link
|
||||
label: Logo
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
file_directory: '[date:custom:Y]-[date:custom:m]'
|
||||
file_extensions: 'png gif jpg jpeg webp svg'
|
||||
max_filesize: ''
|
||||
max_resolution: ''
|
||||
min_resolution: ''
|
||||
alt_field: true
|
||||
alt_field_required: false
|
||||
title_field: false
|
||||
title_field_required: false
|
||||
default_image:
|
||||
uuid: ''
|
||||
alt: ''
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
field_type: image
|
|
@ -0,0 +1,24 @@
|
|||
uuid: 07def595-160c-4ba2-b83b-8da9d1436ccf
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.body
|
||||
- node.type.partenaire
|
||||
module:
|
||||
- text
|
||||
id: node.partenaire.body
|
||||
field_name: body
|
||||
entity_type: node
|
||||
bundle: partenaire
|
||||
label: Body
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
display_summary: true
|
||||
required_summary: false
|
||||
allowed_formats: { }
|
||||
field_type: text_with_summary
|
|
@ -0,0 +1,23 @@
|
|||
uuid: f700fc1a-72f1-4c38-90c3-01a879a73f1d
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_lien
|
||||
- node.type.partenaire
|
||||
module:
|
||||
- link
|
||||
id: node.partenaire.field_lien
|
||||
field_name: field_lien
|
||||
entity_type: node
|
||||
bundle: partenaire
|
||||
label: Lien
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
title: 1
|
||||
link_type: 17
|
||||
field_type: link
|
|
@ -0,0 +1,45 @@
|
|||
uuid: a28af161-60a4-47ba-b2f1-70ff21b7a3fd
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_logo
|
||||
- node.type.partenaire
|
||||
module:
|
||||
- content_translation
|
||||
- image
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
translation_sync:
|
||||
alt: alt
|
||||
title: title
|
||||
file: '0'
|
||||
id: node.partenaire.field_logo
|
||||
field_name: field_logo
|
||||
entity_type: node
|
||||
bundle: partenaire
|
||||
label: Logo
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
file_directory: '[date:custom:Y]-[date:custom:m]'
|
||||
file_extensions: 'png gif jpg jpeg webp svg'
|
||||
max_filesize: ''
|
||||
max_resolution: ''
|
||||
min_resolution: ''
|
||||
alt_field: true
|
||||
alt_field_required: true
|
||||
title_field: false
|
||||
title_field_required: false
|
||||
default_image:
|
||||
uuid: ''
|
||||
alt: ''
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
field_type: image
|
|
@ -0,0 +1,25 @@
|
|||
uuid: 6d08b627-1a02-4181-b1f4-6de3a920796c
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_poid
|
||||
- node.type.partenaire
|
||||
id: node.partenaire.field_poid
|
||||
field_name: field_poid
|
||||
entity_type: node
|
||||
bundle: partenaire
|
||||
label: Poid
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
min: -20
|
||||
max: 20
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
field_type: integer
|
|
@ -0,0 +1,21 @@
|
|||
uuid: 9c51c601-6791-4e5f-b1e5-d3949c394156
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_content
|
||||
- text
|
||||
_core:
|
||||
default_config_hash: eS0snV_L3dx9shtWRTzm5eblwOJ7qKWC9IE-4GMTDFc
|
||||
id: block_content.body
|
||||
field_name: body
|
||||
entity_type: block_content
|
||||
type: text_with_summary
|
||||
settings: { }
|
||||
module: text
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: true
|
||||
custom_storage: false
|
|
@ -0,0 +1,19 @@
|
|||
uuid: ccdd70fa-1c64-43a4-aeb2-bdad5f125ec2
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_content
|
||||
- link
|
||||
id: block_content.field_lien
|
||||
field_name: field_lien
|
||||
entity_type: block_content
|
||||
type: link
|
||||
settings: { }
|
||||
module: link
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
|
@ -0,0 +1,30 @@
|
|||
uuid: cd95262b-c8a0-474e-bede-bf86a846cb88
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_content
|
||||
- file
|
||||
- image
|
||||
id: block_content.field_logo
|
||||
field_name: field_logo
|
||||
entity_type: block_content
|
||||
type: image
|
||||
settings:
|
||||
target_type: file
|
||||
display_field: false
|
||||
display_default: false
|
||||
uri_scheme: public
|
||||
default_image:
|
||||
uuid: ''
|
||||
alt: ''
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
module: image
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
|
@ -0,0 +1,19 @@
|
|||
uuid: 2295b4cd-1f65-4c97-93c5-fd603a2833e5
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- link
|
||||
- node
|
||||
id: node.field_lien
|
||||
field_name: field_lien
|
||||
entity_type: node
|
||||
type: link
|
||||
settings: { }
|
||||
module: link
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
|
@ -0,0 +1,30 @@
|
|||
uuid: 7b00dda5-b7de-409d-a25b-1246cad355b9
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- file
|
||||
- image
|
||||
- node
|
||||
id: node.field_logo
|
||||
field_name: field_logo
|
||||
entity_type: node
|
||||
type: image
|
||||
settings:
|
||||
target_type: file
|
||||
display_field: false
|
||||
display_default: false
|
||||
uri_scheme: public
|
||||
default_image:
|
||||
uuid: ''
|
||||
alt: ''
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
module: image
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
|
@ -0,0 +1,20 @@
|
|||
uuid: 15b95746-f5ca-4be4-9b40-488bfc7287f5
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: node.field_poid
|
||||
field_name: field_poid
|
||||
entity_type: node
|
||||
type: integer
|
||||
settings:
|
||||
unsigned: false
|
||||
size: normal
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
|
@ -4,6 +4,7 @@ status: true
|
|||
dependencies:
|
||||
module:
|
||||
- editor
|
||||
- pathologic
|
||||
_core:
|
||||
default_config_hash: a0dSxrd1nnzeSvKpvFmtoLpxDd3Nj6E7dQN-MZUi20g
|
||||
name: wysiwyg
|
||||
|
@ -61,6 +62,17 @@ filters:
|
|||
status: true
|
||||
weight: -47
|
||||
settings: { }
|
||||
filter_pathologic:
|
||||
id: filter_pathologic
|
||||
provider: pathologic
|
||||
status: false
|
||||
weight: 50
|
||||
settings:
|
||||
settings_source: global
|
||||
local_settings:
|
||||
protocol_style: full
|
||||
local_paths: ''
|
||||
keep_language_prefix: true
|
||||
filter_url:
|
||||
id: filter_url
|
||||
provider: filter
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
uuid: fb713f61-fc3c-4fc0-a2ab-bd3fe9bcc42b
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.logo_link
|
||||
module:
|
||||
- content_translation
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
enabled: false
|
||||
bundle_settings:
|
||||
untranslatable_fields_hide: '0'
|
||||
id: block_content.logo_link
|
||||
target_entity_type_id: block_content
|
||||
target_bundle: logo_link
|
||||
default_langcode: site_default
|
||||
language_alterable: false
|
|
@ -0,0 +1,11 @@
|
|||
uuid: effa78ec-0a5c-4cb4-99b1-0dbaf359f906
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- contact.form.personal
|
||||
id: contact_message.personal
|
||||
target_entity_type_id: contact_message
|
||||
target_bundle: personal
|
||||
default_langcode: site_default
|
||||
language_alterable: false
|
|
@ -0,0 +1,11 @@
|
|||
uuid: a16fbff5-50fc-4595-8202-621ca7cb37ce
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- file
|
||||
id: file.file
|
||||
target_entity_type_id: file
|
||||
target_bundle: file
|
||||
default_langcode: site_default
|
||||
language_alterable: false
|
|
@ -0,0 +1,17 @@
|
|||
uuid: e02df532-7373-4668-b29c-c5d731658b10
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- content_translation
|
||||
- menu_link_content
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
enabled: false
|
||||
bundle_settings:
|
||||
untranslatable_fields_hide: '0'
|
||||
id: menu_link_content.menu_link_content
|
||||
target_entity_type_id: menu_link_content
|
||||
target_bundle: menu_link_content
|
||||
default_langcode: site_default
|
||||
language_alterable: false
|
|
@ -0,0 +1,18 @@
|
|||
uuid: 7579beff-7a43-4074-9fc2-b0d48264533e
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.partenaire
|
||||
module:
|
||||
- content_translation
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
enabled: true
|
||||
bundle_settings:
|
||||
untranslatable_fields_hide: '0'
|
||||
id: node.partenaire
|
||||
target_entity_type_id: node
|
||||
target_bundle: partenaire
|
||||
default_langcode: site_default
|
||||
language_alterable: true
|
|
@ -4,10 +4,17 @@ status: true
|
|||
dependencies:
|
||||
config:
|
||||
- node.type.static
|
||||
module:
|
||||
- content_translation
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
enabled: true
|
||||
bundle_settings:
|
||||
untranslatable_fields_hide: '1'
|
||||
_core:
|
||||
default_config_hash: vbOq9ZwxcE0aCKgtfqoSG5aCBbkgPia6tPKdmmxELRo
|
||||
id: node.static
|
||||
target_entity_type_id: node
|
||||
target_bundle: static
|
||||
default_langcode: site_default
|
||||
language_alterable: false
|
||||
language_alterable: true
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
uuid: 1e38d08e-5f5b-4eac-a5ef-abd5dd505641
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- content_translation
|
||||
- user
|
||||
third_party_settings:
|
||||
content_translation:
|
||||
enabled: false
|
||||
bundle_settings:
|
||||
untranslatable_fields_hide: '0'
|
||||
id: user.user
|
||||
target_entity_type_id: user
|
||||
target_bundle: user
|
||||
default_langcode: site_default
|
||||
language_alterable: false
|
|
@ -0,0 +1,9 @@
|
|||
uuid: 18a903ba-d74a-4413-8737-b55f90438a9f
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: en
|
||||
label: English
|
||||
direction: ltr
|
||||
weight: 1
|
||||
locked: false
|
|
@ -7,6 +7,8 @@ url:
|
|||
source: path_prefix
|
||||
prefixes:
|
||||
fr: ''
|
||||
en: en
|
||||
domains:
|
||||
fr: ''
|
||||
en: ''
|
||||
selected_langcode: site_default
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
label: Full
|
|
@ -0,0 +1 @@
|
|||
label: English
|
|
@ -0,0 +1,50 @@
|
|||
label: 'Content blocks'
|
||||
description: 'Find and manage content blocks.'
|
||||
display:
|
||||
default:
|
||||
display_title: Default
|
||||
display_options:
|
||||
title: 'Content blocks'
|
||||
fields:
|
||||
info:
|
||||
label: 'Block description'
|
||||
separator: ', '
|
||||
type:
|
||||
label: 'Block type'
|
||||
separator: ', '
|
||||
changed:
|
||||
label: Updated
|
||||
operations:
|
||||
label: Operations
|
||||
pager:
|
||||
options:
|
||||
tags:
|
||||
next: 'Next ›'
|
||||
previous: '‹ Previous'
|
||||
expose:
|
||||
items_per_page_label: 'Items per page'
|
||||
items_per_page_options_all_label: '- All -'
|
||||
offset_label: Offset
|
||||
exposed_form:
|
||||
options:
|
||||
submit_button: Apply
|
||||
reset_button_label: Reset
|
||||
exposed_sorts_label: 'Sort by'
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
empty:
|
||||
area_text_custom:
|
||||
content: 'There are no content blocks available.'
|
||||
filters:
|
||||
info:
|
||||
expose:
|
||||
label: 'Block description'
|
||||
type:
|
||||
expose:
|
||||
label: 'Block type'
|
||||
page_1:
|
||||
display_title: Page
|
||||
display_options:
|
||||
menu:
|
||||
title: Blocks
|
||||
description: 'Create and edit content blocks.'
|
|
@ -0,0 +1,14 @@
|
|||
attributes:
|
||||
title:
|
||||
label: ''
|
||||
description: ''
|
||||
target:
|
||||
label: ''
|
||||
description: ''
|
||||
class:
|
||||
label: ''
|
||||
description: ''
|
||||
rel:
|
||||
label: Relationship
|
||||
description: ''
|
||||
langcode: fr
|
|
@ -0,0 +1,18 @@
|
|||
uuid: 01745f90-9b0d-401c-b709-04e5201568f7
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- menu_ui
|
||||
third_party_settings:
|
||||
menu_ui:
|
||||
available_menus:
|
||||
- main
|
||||
parent: 'main:'
|
||||
name: Partenaire
|
||||
type: partenaire
|
||||
description: ''
|
||||
help: ''
|
||||
new_revision: true
|
||||
preview_mode: 0
|
||||
display_submitted: false
|
|
@ -0,0 +1,14 @@
|
|||
uuid: 95cfff39-94e5-42b9-afd6-360b1cdb8c90
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- user.role.editeur
|
||||
module:
|
||||
- user
|
||||
id: user_add_role_action.editeur
|
||||
label: 'Ajouter le rôle Editeur aux utilisateurs sélectionnés'
|
||||
type: user
|
||||
plugin: user_add_role_action
|
||||
configuration:
|
||||
rid: editeur
|
|
@ -0,0 +1,14 @@
|
|||
uuid: c19f8942-b617-4096-8e63-1b5cc104299c
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- user.role.editeur
|
||||
module:
|
||||
- user
|
||||
id: user_remove_role_action.editeur
|
||||
label: 'Enlever le rôle Editeur des utilisateurs sélectionnés'
|
||||
type: user
|
||||
plugin: user_remove_role_action
|
||||
configuration:
|
||||
rid: editeur
|
|
@ -0,0 +1,8 @@
|
|||
uuid: 456a2209-793c-4e07-adc3-bee986e33cf2
|
||||
langcode: und
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: entete
|
||||
label: Entête
|
||||
description: ''
|
||||
locked: false
|
|
@ -1,4 +1,5 @@
|
|||
_core:
|
||||
default_config_hash: TpdA4rsOBAawnqeon9A-Ooht_4VO3hHKib79xyHcTyg
|
||||
admin: adminimal_theme
|
||||
langcode: fr
|
||||
admin: adminimal_theme
|
||||
default: stark
|
||||
|
|
|
@ -3,11 +3,17 @@ langcode: fr
|
|||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.logo_link
|
||||
- filter.format.wysiwyg
|
||||
- node.type.partenaire
|
||||
- node.type.static
|
||||
module:
|
||||
- actions_permissions
|
||||
- block_content
|
||||
- content_translation
|
||||
- file
|
||||
- filter
|
||||
- locale
|
||||
- node
|
||||
- system
|
||||
- toolbar
|
||||
|
@ -19,17 +25,25 @@ weight: -7
|
|||
is_admin: null
|
||||
permissions:
|
||||
- 'access administration pages'
|
||||
- 'access content overview'
|
||||
- 'access files overview'
|
||||
- 'access toolbar'
|
||||
- 'administer nodes'
|
||||
- 'administer users'
|
||||
- 'change own username'
|
||||
- 'create content translations'
|
||||
- 'create partenaire content'
|
||||
- 'create static content'
|
||||
- 'edit any logo_link block content'
|
||||
- 'edit any partenaire content'
|
||||
- 'edit any static content'
|
||||
- 'execute entity:save_action menu_link_content'
|
||||
- 'execute entity:save_action node'
|
||||
- 'execute entity:save_action taxonomy_term'
|
||||
- 'execute entity:save_action user'
|
||||
- 'execute node_assign_owner_action node'
|
||||
- 'execute node_make_sticky_action node'
|
||||
- 'execute node_make_unsticky_action node'
|
||||
- 'execute node_promote_action node'
|
||||
- 'execute node_unpromote_action node'
|
||||
- 'execute user_add_role_action user'
|
||||
|
@ -38,7 +52,14 @@ permissions:
|
|||
- 'execute user_unblock_user_action user'
|
||||
- 'execute vbo_cancel_user_action user'
|
||||
- 'execute views_bulk_edit all'
|
||||
- 'revert partenaire revisions'
|
||||
- 'revert static revisions'
|
||||
- 'translate editable entities'
|
||||
- 'translate interface'
|
||||
- 'update content translations'
|
||||
- 'use text format wysiwyg'
|
||||
- 'view any logo_link block content history'
|
||||
- 'view own unpublished content'
|
||||
- 'view partenaire revisions'
|
||||
- 'view static revisions'
|
||||
- 'view the administration theme'
|
||||
|
|
|
@ -0,0 +1,46 @@
|
|||
uuid: 7740ebe5-9200-4336-b6b8-c29afee5f3b4
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- filter.format.wysiwyg
|
||||
- node.type.partenaire
|
||||
- node.type.static
|
||||
module:
|
||||
- actions_permissions
|
||||
- content_translation
|
||||
- filter
|
||||
- locale
|
||||
- node
|
||||
- system
|
||||
- toolbar
|
||||
id: editeur
|
||||
label: Editeur
|
||||
weight: -5
|
||||
is_admin: null
|
||||
permissions:
|
||||
- 'access administration pages'
|
||||
- 'access content overview'
|
||||
- 'access toolbar'
|
||||
- 'administer nodes'
|
||||
- 'create content translations'
|
||||
- 'create partenaire content'
|
||||
- 'create static content'
|
||||
- 'edit any partenaire content'
|
||||
- 'edit any static content'
|
||||
- 'execute entity:save_action node'
|
||||
- 'execute node_assign_owner_action node'
|
||||
- 'execute node_make_sticky_action node'
|
||||
- 'execute node_make_unsticky_action node'
|
||||
- 'execute node_promote_action node'
|
||||
- 'execute node_unpromote_action node'
|
||||
- 'revert partenaire revisions'
|
||||
- 'revert static revisions'
|
||||
- 'translate editable entities'
|
||||
- 'translate interface'
|
||||
- 'update content translations'
|
||||
- 'use text format wysiwyg'
|
||||
- 'view own unpublished content'
|
||||
- 'view partenaire revisions'
|
||||
- 'view static revisions'
|
||||
- 'view the administration theme'
|
|
@ -0,0 +1,552 @@
|
|||
uuid: b3e681d8-4e6a-460b-9eda-b45672206ab9
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_content
|
||||
- user
|
||||
_core:
|
||||
default_config_hash: AcOE_1RLjX4okjWSOk7Pen1IdtPsY0Nbn0HXWG3zMqc
|
||||
id: block_content
|
||||
label: 'Blocs de contenu'
|
||||
module: views
|
||||
description: 'Trouver et gérer les blocs de contenu.'
|
||||
tag: default
|
||||
base_table: block_content_field_data
|
||||
base_field: id
|
||||
display:
|
||||
default:
|
||||
id: default
|
||||
display_title: 'Par défaut'
|
||||
display_plugin: default
|
||||
position: 0
|
||||
display_options:
|
||||
title: 'Blocs de contenu'
|
||||
fields:
|
||||
info:
|
||||
id: info
|
||||
table: block_content_field_data
|
||||
field: info
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: null
|
||||
entity_field: info
|
||||
plugin_id: field
|
||||
label: 'Description du bloc'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: value
|
||||
type: string
|
||||
settings:
|
||||
link_to_entity: true
|
||||
group_column: value
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
type:
|
||||
id: type
|
||||
table: block_content_field_data
|
||||
field: type
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: block_content
|
||||
entity_field: type
|
||||
plugin_id: field
|
||||
label: 'Type de bloc'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: target_id
|
||||
type: entity_reference_label
|
||||
settings:
|
||||
link: false
|
||||
group_column: target_id
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
changed:
|
||||
id: changed
|
||||
table: block_content_field_data
|
||||
field: changed
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: block_content
|
||||
entity_field: changed
|
||||
plugin_id: field
|
||||
label: 'Mis à jour'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
type: timestamp
|
||||
settings:
|
||||
date_format: short
|
||||
custom_date_format: ''
|
||||
timezone: ''
|
||||
tooltip:
|
||||
date_format: long
|
||||
custom_date_format: ''
|
||||
time_diff:
|
||||
enabled: false
|
||||
future_format: '@interval hence'
|
||||
past_format: '@interval ago'
|
||||
granularity: 2
|
||||
refresh: 60
|
||||
operations:
|
||||
id: operations
|
||||
table: block_content
|
||||
field: operations
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: block_content
|
||||
plugin_id: entity_operations
|
||||
label: Actions
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
destination: true
|
||||
pager:
|
||||
type: mini
|
||||
options:
|
||||
offset: 0
|
||||
items_per_page: 50
|
||||
total_pages: null
|
||||
id: 0
|
||||
tags:
|
||||
next: 'Suivant ›'
|
||||
previous: '‹ Précédent'
|
||||
expose:
|
||||
items_per_page: false
|
||||
items_per_page_label: 'Éléments par page'
|
||||
items_per_page_options: '5, 10, 25, 50'
|
||||
items_per_page_options_all: false
|
||||
items_per_page_options_all_label: '- Tout -'
|
||||
offset: false
|
||||
offset_label: Décalage
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
submit_button: Appliquer
|
||||
reset_button: true
|
||||
reset_button_label: Réinitialiser
|
||||
exposed_sorts_label: 'Trier par'
|
||||
expose_sort_order: true
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
access:
|
||||
type: perm
|
||||
options:
|
||||
perm: 'access block library'
|
||||
cache:
|
||||
type: tag
|
||||
options: { }
|
||||
empty:
|
||||
area_text_custom:
|
||||
id: area_text_custom
|
||||
table: views
|
||||
field: area_text_custom
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
plugin_id: text_custom
|
||||
empty: true
|
||||
content: "Il n'y a pas de blocs de contenu disponibles."
|
||||
tokenize: false
|
||||
block_content_listing_empty:
|
||||
id: block_content_listing_empty
|
||||
table: block_content
|
||||
field: block_content_listing_empty
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: block_content
|
||||
plugin_id: block_content_listing_empty
|
||||
label: ''
|
||||
empty: true
|
||||
sorts: { }
|
||||
arguments: { }
|
||||
filters:
|
||||
info:
|
||||
id: info
|
||||
table: block_content_field_data
|
||||
field: info
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: block_content
|
||||
entity_field: info
|
||||
plugin_id: string
|
||||
operator: contains
|
||||
value: ''
|
||||
group: 1
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: info_op
|
||||
label: 'Description du bloc'
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: info_op
|
||||
operator_limit_selection: false
|
||||
operator_list: { }
|
||||
identifier: info
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
anonymous: '0'
|
||||
administrator: '0'
|
||||
is_grouped: false
|
||||
group_info:
|
||||
label: ''
|
||||
description: ''
|
||||
identifier: ''
|
||||
optional: true
|
||||
widget: select
|
||||
multiple: false
|
||||
remember: false
|
||||
default_group: All
|
||||
default_group_multiple: { }
|
||||
group_items: { }
|
||||
type:
|
||||
id: type
|
||||
table: block_content_field_data
|
||||
field: type
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: block_content
|
||||
entity_field: type
|
||||
plugin_id: bundle
|
||||
operator: in
|
||||
value: { }
|
||||
group: 1
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: type_op
|
||||
label: 'Type de bloc'
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: type_op
|
||||
operator_limit_selection: false
|
||||
operator_list: { }
|
||||
identifier: type
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
anonymous: '0'
|
||||
administrator: '0'
|
||||
reduce: false
|
||||
is_grouped: false
|
||||
group_info:
|
||||
label: ''
|
||||
description: ''
|
||||
identifier: ''
|
||||
optional: true
|
||||
widget: select
|
||||
multiple: false
|
||||
remember: false
|
||||
default_group: All
|
||||
default_group_multiple: { }
|
||||
group_items: { }
|
||||
reusable:
|
||||
id: reusable
|
||||
table: block_content_field_data
|
||||
field: reusable
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: block_content
|
||||
entity_field: reusable
|
||||
plugin_id: boolean
|
||||
operator: '='
|
||||
value: '1'
|
||||
group: 1
|
||||
exposed: false
|
||||
expose:
|
||||
operator_id: ''
|
||||
label: ''
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: ''
|
||||
operator_limit_selection: false
|
||||
operator_list: { }
|
||||
identifier: ''
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
is_grouped: false
|
||||
group_info:
|
||||
label: ''
|
||||
description: ''
|
||||
identifier: ''
|
||||
optional: true
|
||||
widget: select
|
||||
multiple: false
|
||||
remember: false
|
||||
default_group: All
|
||||
default_group_multiple: { }
|
||||
group_items: { }
|
||||
style:
|
||||
type: table
|
||||
options:
|
||||
grouping: { }
|
||||
row_class: ''
|
||||
default_row_class: true
|
||||
columns:
|
||||
info: info
|
||||
type: type
|
||||
changed: changed
|
||||
operations: operations
|
||||
default: changed
|
||||
info:
|
||||
info:
|
||||
sortable: true
|
||||
default_sort_order: asc
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
type:
|
||||
sortable: true
|
||||
default_sort_order: asc
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
changed:
|
||||
sortable: true
|
||||
default_sort_order: desc
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
operations:
|
||||
sortable: false
|
||||
default_sort_order: asc
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
override: true
|
||||
sticky: false
|
||||
summary: ''
|
||||
empty_table: true
|
||||
caption: ''
|
||||
description: ''
|
||||
row:
|
||||
type: fields
|
||||
query:
|
||||
type: views_query
|
||||
options:
|
||||
query_comment: ''
|
||||
disable_sql_rewrite: false
|
||||
distinct: false
|
||||
replica: false
|
||||
query_tags: { }
|
||||
relationships: { }
|
||||
header: { }
|
||||
footer: { }
|
||||
display_extenders: { }
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
- user.permissions
|
||||
tags: { }
|
||||
page_1:
|
||||
id: page_1
|
||||
display_title: Page
|
||||
display_plugin: page
|
||||
position: 1
|
||||
display_options:
|
||||
display_extenders: { }
|
||||
path: admin/content/block
|
||||
menu:
|
||||
type: tab
|
||||
title: Blocs
|
||||
description: 'Créer et modifier les blocs de contenu.'
|
||||
weight: 0
|
||||
menu_name: admin
|
||||
parent: system.admin_content
|
||||
context: '0'
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
- user.permissions
|
||||
tags: { }
|
|
@ -0,0 +1,195 @@
|
|||
uuid: da17894d-596f-411f-806c-4927611b3a6a
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.full
|
||||
- node.type.partenaire
|
||||
- system.menu.footer
|
||||
module:
|
||||
- node
|
||||
- user
|
||||
id: partenaires
|
||||
label: Partenaires
|
||||
module: views
|
||||
description: ''
|
||||
tag: ''
|
||||
base_table: node_field_data
|
||||
base_field: nid
|
||||
display:
|
||||
default:
|
||||
id: default
|
||||
display_title: Default
|
||||
display_plugin: default
|
||||
position: 0
|
||||
display_options:
|
||||
title: Partenaires
|
||||
fields:
|
||||
title:
|
||||
id: title
|
||||
table: node_field_data
|
||||
field: title
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: node
|
||||
entity_field: title
|
||||
plugin_id: field
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
make_link: false
|
||||
absolute: false
|
||||
word_boundary: false
|
||||
ellipsis: false
|
||||
strip_tags: false
|
||||
trim: false
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: value
|
||||
type: string
|
||||
settings:
|
||||
link_to_entity: true
|
||||
group_column: value
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
pager:
|
||||
type: none
|
||||
options:
|
||||
offset: 0
|
||||
items_per_page: 0
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
submit_button: Appliquer
|
||||
reset_button: false
|
||||
reset_button_label: Réinitialiser
|
||||
exposed_sorts_label: 'Trier par'
|
||||
expose_sort_order: true
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
access:
|
||||
type: perm
|
||||
options:
|
||||
perm: 'access content'
|
||||
cache:
|
||||
type: tag
|
||||
options: { }
|
||||
empty: { }
|
||||
sorts:
|
||||
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
|
||||
field_poid_value:
|
||||
id: field_poid_value
|
||||
table: node__field_poid
|
||||
field: field_poid_value
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
plugin_id: standard
|
||||
order: ASC
|
||||
expose:
|
||||
label: ''
|
||||
field_identifier: ''
|
||||
exposed: false
|
||||
arguments: { }
|
||||
filters:
|
||||
status:
|
||||
id: status
|
||||
table: node_field_data
|
||||
field: status
|
||||
entity_type: node
|
||||
entity_field: status
|
||||
plugin_id: boolean
|
||||
value: '1'
|
||||
group: 1
|
||||
expose:
|
||||
operator: ''
|
||||
type:
|
||||
id: type
|
||||
table: node_field_data
|
||||
field: type
|
||||
entity_type: node
|
||||
entity_field: type
|
||||
plugin_id: bundle
|
||||
value:
|
||||
partenaire: partenaire
|
||||
style:
|
||||
type: default
|
||||
row:
|
||||
type: 'entity:node'
|
||||
options:
|
||||
view_mode: full
|
||||
query:
|
||||
type: views_query
|
||||
options:
|
||||
query_comment: ''
|
||||
disable_sql_rewrite: false
|
||||
distinct: false
|
||||
replica: false
|
||||
query_tags: { }
|
||||
relationships: { }
|
||||
header: { }
|
||||
footer: { }
|
||||
display_extenders: { }
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- 'user.node_grants:view'
|
||||
- user.permissions
|
||||
tags: { }
|
||||
page_1:
|
||||
id: page_1
|
||||
display_title: Page
|
||||
display_plugin: page
|
||||
position: 1
|
||||
display_options:
|
||||
display_extenders: { }
|
||||
path: partenaires
|
||||
menu:
|
||||
type: normal
|
||||
title: Partenaires
|
||||
menu_name: footer
|
||||
parent: ''
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- 'user.node_grants:view'
|
||||
- user.permissions
|
||||
tags: { }
|
|
@ -0,0 +1,5 @@
|
|||
_core:
|
||||
default_config_hash: 4mKGKyRNSRYDyEwDqx_3zT3VIBOJO08SPoK0AEu4g7s
|
||||
langcode: fr
|
||||
editor_source: //cdnjs.cloudflare.com/ajax/libs/ace/1.2.0/ace.min.js
|
||||
editor_theme: ace/theme/chrome
|
|
@ -1 +1 @@
|
|||
Subproject commit 5a0245b93619fc2e9b3014d5070d49c8958e79ae
|
||||
Subproject commit 47a87c53193ba7b7fb7dfdee68273035c46d9440
|
Loading…
Reference in New Issue