Compare commits
9 Commits
13df12b92c
...
fa077a52ed
Author | SHA1 | Date | |
---|---|---|---|
fa077a52ed | |||
7ce3444e3a | |||
fa9520a6f6 | |||
a452f0fe6a | |||
a55ef5fbb4 | |||
8abad34306 | |||
48d07a5c3a | |||
0df7c1293d | |||
7a3c5ee38b |
@ -37,6 +37,7 @@
|
|||||||
"drupal/quick_node_clone": "^1.18",
|
"drupal/quick_node_clone": "^1.18",
|
||||||
"drupal/simple_sitemap": "^4.1",
|
"drupal/simple_sitemap": "^4.1",
|
||||||
"drupal/social_media_links": "^2.9",
|
"drupal/social_media_links": "^2.9",
|
||||||
|
"drupal/structure_sync": "^2.0",
|
||||||
"drupal/views_autocomplete_filters": "^2.0",
|
"drupal/views_autocomplete_filters": "^2.0",
|
||||||
"drupal/views_block_area": "^1.0@beta",
|
"drupal/views_block_area": "^1.0@beta",
|
||||||
"drupal/viewsreference": "^2.0@beta",
|
"drupal/viewsreference": "^2.0@beta",
|
||||||
|
87
composer.lock
generated
@ -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": "9560a6f5de3794225f71e23951e5f1f8",
|
"content-hash": "a834c486480c36ee6cb474b733b8b034",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
@ -7251,6 +7251,87 @@
|
|||||||
"source": "https://git.drupalcode.org/project/sophron"
|
"source": "https://git.drupalcode.org/project/sophron"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/structure_sync",
|
||||||
|
"version": "2.0.8",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/structure_sync.git",
|
||||||
|
"reference": "2.0.8"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/structure_sync-2.0.8.zip",
|
||||||
|
"reference": "2.0.8",
|
||||||
|
"shasum": "3f1bd24d7f048cdd9f49e178af9fa47d291d3525"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^8 || ^9 || ^10 || ^11",
|
||||||
|
"php": ">=7.1"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"drush/drush": "^9 || ^10 || ^11 || ^12 || ^13"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "2.0.8",
|
||||||
|
"datestamp": "1728580642",
|
||||||
|
"security-coverage": {
|
||||||
|
"status": "covered",
|
||||||
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"drush": {
|
||||||
|
"services": {
|
||||||
|
"drush.services.yml": "^9 || ^10 || ^11 || ^12 || ^13"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
"license": [
|
||||||
|
"GPL-2.0-or-later"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "colan",
|
||||||
|
"homepage": "https://www.drupal.org/user/58704"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fidovdbos",
|
||||||
|
"homepage": "https://www.drupal.org/user/1494332"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "joachim",
|
||||||
|
"homepage": "https://www.drupal.org/user/107701"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "louis-cuny",
|
||||||
|
"homepage": "https://www.drupal.org/user/3606332"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mparker17",
|
||||||
|
"homepage": "https://www.drupal.org/user/536298"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "spiderman",
|
||||||
|
"homepage": "https://www.drupal.org/user/1631"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "timKruijsen",
|
||||||
|
"homepage": "https://www.drupal.org/user/3513437"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "vinlaurens",
|
||||||
|
"homepage": "https://www.drupal.org/user/2945689"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Tool for syncing structural data that is stored as content.",
|
||||||
|
"homepage": "https://www.drupal.org/project/structure_sync",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/structure_sync"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/synonyms",
|
"name": "drupal/synonyms",
|
||||||
"version": "2.1.3",
|
"version": "2.1.3",
|
||||||
@ -13040,7 +13121,7 @@
|
|||||||
},
|
},
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {},
|
"platform": [],
|
||||||
"platform-dev": {},
|
"platform-dev": [],
|
||||||
"plugin-api-version": "2.6.0"
|
"plugin-api-version": "2.6.0"
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,9 @@ langcode: fr
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
- block_class
|
||||||
- language
|
- language
|
||||||
|
- system
|
||||||
theme:
|
theme:
|
||||||
- quartiers_de_demain
|
- quartiers_de_demain
|
||||||
id: quartiers_de_demain_selecteurdelangue
|
id: quartiers_de_demain_selecteurdelangue
|
||||||
@ -17,4 +19,8 @@ settings:
|
|||||||
label: 'Sélecteur de langue'
|
label: 'Sélecteur de langue'
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
provider: language
|
provider: language
|
||||||
visibility: { }
|
visibility:
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
negate: true
|
||||||
|
pages: "/actualites\r\n/ressources"
|
||||||
|
8
config/sync/block_content.type.link.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
uuid: 19a0fbf2-ca25-45d7-b5dd-812acab719cf
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: link
|
||||||
|
label: Link
|
||||||
|
revision: 0
|
||||||
|
description: ''
|
17
config/sync/config_pages.type.intro_partenaires.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
uuid: 9dcf4c0f-3d4f-4ae9-abb1-c023f55e4ce7
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: intro_partenaires
|
||||||
|
label: 'Intro partenaires'
|
||||||
|
token: true
|
||||||
|
context:
|
||||||
|
show_warning: true
|
||||||
|
group:
|
||||||
|
language: true
|
||||||
|
fallback:
|
||||||
|
language: ''
|
||||||
|
menu:
|
||||||
|
path: /edit/intro-partenaires
|
||||||
|
weight: 0
|
||||||
|
description: ''
|
@ -0,0 +1,38 @@
|
|||||||
|
uuid: fa11d5c4-5120-4fb2-a580-dba21e05dec5
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block_content.type.link
|
||||||
|
- field.field.block_content.link.field_link
|
||||||
|
module:
|
||||||
|
- link
|
||||||
|
id: block_content.link.default
|
||||||
|
targetEntityType: block_content
|
||||||
|
bundle: link
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_link:
|
||||||
|
type: link_default
|
||||||
|
weight: 26
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
placeholder_url: ''
|
||||||
|
placeholder_title: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
info:
|
||||||
|
type: string_textfield
|
||||||
|
weight: -5
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
langcode:
|
||||||
|
type: language_select
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
include_locked: true
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden: { }
|
@ -0,0 +1,24 @@
|
|||||||
|
uuid: fdf01813-696c-4493-8d1f-2d987d5f54ad
|
||||||
|
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
|
@ -11,6 +11,7 @@ dependencies:
|
|||||||
- field.field.node.actualite.field_liens
|
- field.field.node.actualite.field_liens
|
||||||
- field.field.node.actualite.field_poid
|
- field.field.node.actualite.field_poid
|
||||||
- field.field.node.actualite.field_site
|
- field.field.node.actualite.field_site
|
||||||
|
- field.field.node.actualite.field_tous_les_sites
|
||||||
- field.field.node.actualite.field_type_d_actualite
|
- field.field.node.actualite.field_type_d_actualite
|
||||||
- image.style.thumbnail
|
- image.style.thumbnail
|
||||||
- node.type.actualite
|
- node.type.actualite
|
||||||
@ -27,6 +28,7 @@ third_party_settings:
|
|||||||
field_group:
|
field_group:
|
||||||
group_details:
|
group_details:
|
||||||
children:
|
children:
|
||||||
|
- field_type_d_actualite
|
||||||
- status
|
- status
|
||||||
- promote
|
- promote
|
||||||
- field_a_la_une
|
- field_a_la_une
|
||||||
@ -39,7 +41,7 @@ third_party_settings:
|
|||||||
label: Details
|
label: Details
|
||||||
region: content
|
region: content
|
||||||
parent_name: ''
|
parent_name: ''
|
||||||
weight: 8
|
weight: 2
|
||||||
format_type: details_sidebar
|
format_type: details_sidebar
|
||||||
format_settings:
|
format_settings:
|
||||||
classes: ''
|
classes: ''
|
||||||
@ -50,6 +52,75 @@ third_party_settings:
|
|||||||
description: ''
|
description: ''
|
||||||
required_fields: true
|
required_fields: true
|
||||||
weight: -100
|
weight: -100
|
||||||
|
group_tabs:
|
||||||
|
children:
|
||||||
|
- group_principal
|
||||||
|
- group_liens
|
||||||
|
- group_media
|
||||||
|
label: Tabs
|
||||||
|
region: content
|
||||||
|
parent_name: ''
|
||||||
|
weight: 1
|
||||||
|
format_type: tabs
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
direction: horizontal
|
||||||
|
width_breakpoint: 640
|
||||||
|
group_liens:
|
||||||
|
children:
|
||||||
|
- field_tous_les_sites
|
||||||
|
- field_site
|
||||||
|
- field_liens
|
||||||
|
label: Liens
|
||||||
|
region: content
|
||||||
|
parent_name: group_tabs
|
||||||
|
weight: 21
|
||||||
|
format_type: tab
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
formatter: closed
|
||||||
|
description: ''
|
||||||
|
required_fields: true
|
||||||
|
group_media:
|
||||||
|
children:
|
||||||
|
- field_images
|
||||||
|
- field_fichiers
|
||||||
|
label: Media
|
||||||
|
region: content
|
||||||
|
parent_name: group_tabs
|
||||||
|
weight: 22
|
||||||
|
format_type: tab
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
formatter: closed
|
||||||
|
description: ''
|
||||||
|
required_fields: true
|
||||||
|
group_principal:
|
||||||
|
children:
|
||||||
|
- field_date
|
||||||
|
- body
|
||||||
|
label: Principal
|
||||||
|
region: content
|
||||||
|
parent_name: group_tabs
|
||||||
|
weight: 20
|
||||||
|
format_type: tab
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
formatter: closed
|
||||||
|
description: ''
|
||||||
|
required_fields: true
|
||||||
id: node.actualite.default
|
id: node.actualite.default
|
||||||
targetEntityType: node
|
targetEntityType: node
|
||||||
bundle: actualite
|
bundle: actualite
|
||||||
@ -67,13 +138,13 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
created:
|
created:
|
||||||
type: datetime_timestamp
|
type: datetime_timestamp
|
||||||
weight: 13
|
weight: 7
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_a_la_une:
|
field_a_la_une:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 10
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
@ -86,14 +157,14 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_fichiers:
|
field_fichiers:
|
||||||
type: file_generic
|
type: file_generic
|
||||||
weight: 5
|
weight: 25
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_images:
|
field_images:
|
||||||
type: image_image
|
type: image_image
|
||||||
weight: 7
|
weight: 24
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
@ -101,7 +172,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_liens:
|
field_liens:
|
||||||
type: link_default
|
type: link_default
|
||||||
weight: 6
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
placeholder_url: ''
|
placeholder_url: ''
|
||||||
@ -109,14 +180,14 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_poid:
|
field_poid:
|
||||||
type: number
|
type: number
|
||||||
weight: 11
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_site:
|
field_site:
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
weight: 2
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
@ -124,6 +195,13 @@ content:
|
|||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_tous_les_sites:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
field_type_d_actualite:
|
field_type_d_actualite:
|
||||||
type: autocomplete_deluxe
|
type: autocomplete_deluxe
|
||||||
weight: 1
|
weight: 1
|
||||||
@ -143,30 +221,30 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
path:
|
path:
|
||||||
type: path
|
type: path
|
||||||
weight: 14
|
weight: 8
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
promote:
|
promote:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 9
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
simple_sitemap:
|
simple_sitemap:
|
||||||
weight: 15
|
weight: 9
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
simple_sitemap_index_now:
|
simple_sitemap_index_now:
|
||||||
weight: 16
|
weight: 10
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
status:
|
status:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 8
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
@ -179,14 +257,9 @@ content:
|
|||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
translation:
|
|
||||||
weight: 9
|
|
||||||
region: content
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
uid:
|
uid:
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
weight: 12
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
@ -197,3 +270,4 @@ content:
|
|||||||
hidden:
|
hidden:
|
||||||
langcode: true
|
langcode: true
|
||||||
sticky: true
|
sticky: true
|
||||||
|
translation: true
|
||||||
|
@ -12,6 +12,7 @@ dependencies:
|
|||||||
- field.field.node.ressource.field_mots_clefs
|
- field.field.node.ressource.field_mots_clefs
|
||||||
- field.field.node.ressource.field_site
|
- field.field.node.ressource.field_site
|
||||||
- field.field.node.ressource.field_sous_titre
|
- field.field.node.ressource.field_sous_titre
|
||||||
|
- field.field.node.ressource.field_tous_les_sites
|
||||||
- field.field.node.ressource.field_type_de_ressource
|
- field.field.node.ressource.field_type_de_ressource
|
||||||
- image.style.thumbnail
|
- image.style.thumbnail
|
||||||
- node.type.ressource
|
- node.type.ressource
|
||||||
@ -37,7 +38,7 @@ third_party_settings:
|
|||||||
label: Details
|
label: Details
|
||||||
region: content
|
region: content
|
||||||
parent_name: ''
|
parent_name: ''
|
||||||
weight: 6
|
weight: 8
|
||||||
format_type: details_sidebar
|
format_type: details_sidebar
|
||||||
format_settings:
|
format_settings:
|
||||||
classes: ''
|
classes: ''
|
||||||
@ -48,6 +49,75 @@ third_party_settings:
|
|||||||
description: ''
|
description: ''
|
||||||
required_fields: true
|
required_fields: true
|
||||||
weight: -100
|
weight: -100
|
||||||
|
group_tabs:
|
||||||
|
children:
|
||||||
|
- group_principal
|
||||||
|
- group_liens
|
||||||
|
- group_media
|
||||||
|
label: Tabs
|
||||||
|
region: content
|
||||||
|
parent_name: ''
|
||||||
|
weight: 1
|
||||||
|
format_type: tabs
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
direction: horizontal
|
||||||
|
width_breakpoint: 640
|
||||||
|
group_liens:
|
||||||
|
children:
|
||||||
|
- field_tous_les_sites
|
||||||
|
- field_site
|
||||||
|
- field_liens
|
||||||
|
label: Liens
|
||||||
|
region: content
|
||||||
|
parent_name: group_tabs
|
||||||
|
weight: 21
|
||||||
|
format_type: tab
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
formatter: closed
|
||||||
|
description: ''
|
||||||
|
required_fields: true
|
||||||
|
group_principal:
|
||||||
|
children:
|
||||||
|
- field_sous_titre
|
||||||
|
- body
|
||||||
|
label: Principal
|
||||||
|
region: content
|
||||||
|
parent_name: group_tabs
|
||||||
|
weight: 20
|
||||||
|
format_type: tab
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
formatter: open
|
||||||
|
description: ''
|
||||||
|
required_fields: true
|
||||||
|
group_media:
|
||||||
|
children:
|
||||||
|
- field_images
|
||||||
|
- field_documents
|
||||||
|
label: Média
|
||||||
|
region: content
|
||||||
|
parent_name: group_tabs
|
||||||
|
weight: 22
|
||||||
|
format_type: tab
|
||||||
|
format_settings:
|
||||||
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
|
id: ''
|
||||||
|
label_as_html: false
|
||||||
|
formatter: closed
|
||||||
|
description: ''
|
||||||
|
required_fields: true
|
||||||
id: node.ressource.default
|
id: node.ressource.default
|
||||||
targetEntityType: node
|
targetEntityType: node
|
||||||
bundle: ressource
|
bundle: ressource
|
||||||
@ -79,14 +149,14 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_documents:
|
field_documents:
|
||||||
type: file_generic
|
type: file_generic
|
||||||
weight: 5
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_images:
|
field_images:
|
||||||
type: image_image
|
type: image_image
|
||||||
weight: 4
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
@ -94,7 +164,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_liens:
|
field_liens:
|
||||||
type: link_default
|
type: link_default
|
||||||
weight: 6
|
weight: 46
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
placeholder_url: ''
|
placeholder_url: ''
|
||||||
@ -112,7 +182,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_site:
|
field_site:
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
weight: 2
|
weight: 45
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
@ -122,12 +192,19 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_sous_titre:
|
field_sous_titre:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: 1
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_tous_les_sites:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 44
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
field_type_de_ressource:
|
field_type_de_ressource:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 39
|
weight: 39
|
||||||
|
@ -0,0 +1,29 @@
|
|||||||
|
uuid: 75b7884d-1fa3-41fe-b0b4-ffc7f3fcbbca
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block_content.type.link
|
||||||
|
- field.field.block_content.link.field_link
|
||||||
|
module:
|
||||||
|
- link
|
||||||
|
id: block_content.link.default
|
||||||
|
targetEntityType: block_content
|
||||||
|
bundle: link
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_link:
|
||||||
|
type: link
|
||||||
|
label: visually_hidden
|
||||||
|
settings:
|
||||||
|
trim_length: 80
|
||||||
|
url_only: false
|
||||||
|
url_plain: false
|
||||||
|
rel: ''
|
||||||
|
target: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
langcode: true
|
||||||
|
search_api_excerpt: true
|
@ -0,0 +1,23 @@
|
|||||||
|
uuid: 4696309b-c78c-455c-8b3d-0aacd032ea5f
|
||||||
|
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
|
@ -11,6 +11,7 @@ dependencies:
|
|||||||
- field.field.node.actualite.field_liens
|
- field.field.node.actualite.field_liens
|
||||||
- field.field.node.actualite.field_poid
|
- field.field.node.actualite.field_poid
|
||||||
- field.field.node.actualite.field_site
|
- field.field.node.actualite.field_site
|
||||||
|
- field.field.node.actualite.field_tous_les_sites
|
||||||
- field.field.node.actualite.field_type_d_actualite
|
- field.field.node.actualite.field_type_d_actualite
|
||||||
- image.style.wide
|
- image.style.wide
|
||||||
- node.type.actualite
|
- node.type.actualite
|
||||||
@ -82,6 +83,16 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 2
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
|
field_tous_les_sites:
|
||||||
|
type: boolean
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
format: default
|
||||||
|
format_custom_false: ''
|
||||||
|
format_custom_true: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 106
|
||||||
|
region: content
|
||||||
field_type_d_actualite:
|
field_type_d_actualite:
|
||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
label: visually_hidden
|
label: visually_hidden
|
||||||
|
@ -12,6 +12,7 @@ dependencies:
|
|||||||
- field.field.node.actualite.field_liens
|
- field.field.node.actualite.field_liens
|
||||||
- field.field.node.actualite.field_poid
|
- field.field.node.actualite.field_poid
|
||||||
- field.field.node.actualite.field_site
|
- field.field.node.actualite.field_site
|
||||||
|
- field.field.node.actualite.field_tous_les_sites
|
||||||
- field.field.node.actualite.field_type_d_actualite
|
- field.field.node.actualite.field_type_d_actualite
|
||||||
- image.style.wide
|
- image.style.wide
|
||||||
- node.type.actualite
|
- node.type.actualite
|
||||||
@ -104,6 +105,7 @@ hidden:
|
|||||||
created: true
|
created: true
|
||||||
field_a_la_une: true
|
field_a_la_une: true
|
||||||
field_poid: true
|
field_poid: true
|
||||||
|
field_tous_les_sites: true
|
||||||
langcode: true
|
langcode: true
|
||||||
links: true
|
links: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -12,6 +12,7 @@ dependencies:
|
|||||||
- field.field.node.actualite.field_liens
|
- field.field.node.actualite.field_liens
|
||||||
- field.field.node.actualite.field_poid
|
- field.field.node.actualite.field_poid
|
||||||
- field.field.node.actualite.field_site
|
- field.field.node.actualite.field_site
|
||||||
|
- field.field.node.actualite.field_tous_les_sites
|
||||||
- field.field.node.actualite.field_type_d_actualite
|
- field.field.node.actualite.field_type_d_actualite
|
||||||
- image.style.wide
|
- image.style.wide
|
||||||
- node.type.actualite
|
- node.type.actualite
|
||||||
@ -87,6 +88,7 @@ hidden:
|
|||||||
field_fichiers: true
|
field_fichiers: true
|
||||||
field_liens: true
|
field_liens: true
|
||||||
field_poid: true
|
field_poid: true
|
||||||
|
field_tous_les_sites: true
|
||||||
langcode: true
|
langcode: true
|
||||||
links: true
|
links: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -12,6 +12,7 @@ dependencies:
|
|||||||
- field.field.node.ressource.field_mots_clefs
|
- field.field.node.ressource.field_mots_clefs
|
||||||
- field.field.node.ressource.field_site
|
- field.field.node.ressource.field_site
|
||||||
- field.field.node.ressource.field_sous_titre
|
- field.field.node.ressource.field_sous_titre
|
||||||
|
- field.field.node.ressource.field_tous_les_sites
|
||||||
- field.field.node.ressource.field_type_de_ressource
|
- field.field.node.ressource.field_type_de_ressource
|
||||||
- image.style.wide
|
- image.style.wide
|
||||||
- node.type.ressource
|
- node.type.ressource
|
||||||
@ -106,6 +107,16 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 12
|
weight: 12
|
||||||
region: content
|
region: content
|
||||||
|
field_tous_les_sites:
|
||||||
|
type: boolean
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
format: default
|
||||||
|
format_custom_false: ''
|
||||||
|
format_custom_true: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 106
|
||||||
|
region: content
|
||||||
field_type_de_ressource:
|
field_type_de_ressource:
|
||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
label: visually_hidden
|
label: visually_hidden
|
||||||
|
@ -13,6 +13,7 @@ dependencies:
|
|||||||
- field.field.node.ressource.field_mots_clefs
|
- field.field.node.ressource.field_mots_clefs
|
||||||
- field.field.node.ressource.field_site
|
- field.field.node.ressource.field_site
|
||||||
- field.field.node.ressource.field_sous_titre
|
- field.field.node.ressource.field_sous_titre
|
||||||
|
- field.field.node.ressource.field_tous_les_sites
|
||||||
- field.field.node.ressource.field_type_de_ressource
|
- field.field.node.ressource.field_type_de_ressource
|
||||||
- image.style.wide
|
- image.style.wide
|
||||||
- node.type.ressource
|
- node.type.ressource
|
||||||
@ -78,6 +79,7 @@ hidden:
|
|||||||
field_documents: true
|
field_documents: true
|
||||||
field_mots_clefs: true
|
field_mots_clefs: true
|
||||||
field_sous_titre: true
|
field_sous_titre: true
|
||||||
|
field_tous_les_sites: true
|
||||||
field_type_de_ressource: true
|
field_type_de_ressource: true
|
||||||
langcode: true
|
langcode: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -13,6 +13,7 @@ dependencies:
|
|||||||
- field.field.node.ressource.field_mots_clefs
|
- field.field.node.ressource.field_mots_clefs
|
||||||
- field.field.node.ressource.field_site
|
- field.field.node.ressource.field_site
|
||||||
- field.field.node.ressource.field_sous_titre
|
- field.field.node.ressource.field_sous_titre
|
||||||
|
- field.field.node.ressource.field_tous_les_sites
|
||||||
- field.field.node.ressource.field_type_de_ressource
|
- field.field.node.ressource.field_type_de_ressource
|
||||||
- image.style.wide
|
- image.style.wide
|
||||||
- node.type.ressource
|
- node.type.ressource
|
||||||
@ -89,7 +90,7 @@ content:
|
|||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
label: visually_hidden
|
label: visually_hidden
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 6
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
@ -120,6 +121,7 @@ content:
|
|||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
created: true
|
created: true
|
||||||
|
field_tous_les_sites: true
|
||||||
field_type_de_ressource: true
|
field_type_de_ressource: true
|
||||||
langcode: true
|
langcode: true
|
||||||
links: true
|
links: true
|
||||||
|
@ -108,6 +108,7 @@ module:
|
|||||||
smart_trim: 0
|
smart_trim: 0
|
||||||
smtp: 0
|
smtp: 0
|
||||||
social_media_links: 0
|
social_media_links: 0
|
||||||
|
structure_sync: 0
|
||||||
system: 0
|
system: 0
|
||||||
taxonomy: 0
|
taxonomy: 0
|
||||||
telephone: 0
|
telephone: 0
|
||||||
|
23
config/sync/field.field.block_content.link.field_link.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
uuid: a4e5f0a0-3de0-42c0-a4ed-e2a1887e145f
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block_content.type.link
|
||||||
|
- field.storage.block_content.field_link
|
||||||
|
module:
|
||||||
|
- link
|
||||||
|
id: block_content.link.field_link
|
||||||
|
field_name: field_link
|
||||||
|
entity_type: block_content
|
||||||
|
bundle: link
|
||||||
|
label: Link
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
title: 1
|
||||||
|
link_type: 17
|
||||||
|
field_type: link
|
@ -0,0 +1,24 @@
|
|||||||
|
uuid: 0b4a632b-37e0-4d31-88a7-c375de6aa2b7
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- config_pages.type.intro_partenaires
|
||||||
|
- field.storage.config_pages.field_intro
|
||||||
|
- filter.format.wysiwyg
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: config_pages.intro_partenaires.field_intro
|
||||||
|
field_name: field_intro
|
||||||
|
entity_type: config_pages
|
||||||
|
bundle: intro_partenaires
|
||||||
|
label: Intro
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
allowed_formats:
|
||||||
|
- wysiwyg
|
||||||
|
field_type: text_long
|
@ -10,7 +10,7 @@ id: node.actualite.field_site
|
|||||||
field_name: field_site
|
field_name: field_site
|
||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: actualite
|
bundle: actualite
|
||||||
label: Site
|
label: Site(s)
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
|
@ -0,0 +1,23 @@
|
|||||||
|
uuid: b590b728-2151-49ac-b542-fbbaa0b1343a
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_tous_les_sites
|
||||||
|
- node.type.actualite
|
||||||
|
id: node.actualite.field_tous_les_sites
|
||||||
|
field_name: field_tous_les_sites
|
||||||
|
entity_type: node
|
||||||
|
bundle: actualite
|
||||||
|
label: 'Tous les sites'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
on_label: oui
|
||||||
|
off_label: non
|
||||||
|
field_type: boolean
|
@ -10,7 +10,7 @@ id: node.ressource.field_site
|
|||||||
field_name: field_site
|
field_name: field_site
|
||||||
entity_type: node
|
entity_type: node
|
||||||
bundle: ressource
|
bundle: ressource
|
||||||
label: Site
|
label: Site(s)
|
||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
|
@ -0,0 +1,23 @@
|
|||||||
|
uuid: 5ca39b7a-a663-4e36-bee4-57022e22b6c6
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_tous_les_sites
|
||||||
|
- node.type.ressource
|
||||||
|
id: node.ressource.field_tous_les_sites
|
||||||
|
field_name: field_tous_les_sites
|
||||||
|
entity_type: node
|
||||||
|
bundle: ressource
|
||||||
|
label: 'Tous les sites'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
on_label: oui
|
||||||
|
off_label: non
|
||||||
|
field_type: boolean
|
19
config/sync/field.storage.block_content.field_link.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
uuid: 6bd9cb8e-662d-436c-9a42-134aa4149786
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- block_content
|
||||||
|
- link
|
||||||
|
id: block_content.field_link
|
||||||
|
field_name: field_link
|
||||||
|
entity_type: block_content
|
||||||
|
type: link
|
||||||
|
settings: { }
|
||||||
|
module: link
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
19
config/sync/field.storage.config_pages.field_intro.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
uuid: 531da152-ef47-4070-ab9c-8af2363d087e
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- config_pages
|
||||||
|
- text
|
||||||
|
id: config_pages.field_intro
|
||||||
|
field_name: field_intro
|
||||||
|
entity_type: config_pages
|
||||||
|
type: text_long
|
||||||
|
settings: { }
|
||||||
|
module: text
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
@ -12,7 +12,7 @@ settings:
|
|||||||
target_type: node
|
target_type: node
|
||||||
module: core
|
module: core
|
||||||
locked: false
|
locked: false
|
||||||
cardinality: 1
|
cardinality: -1
|
||||||
translatable: true
|
translatable: true
|
||||||
indexes: { }
|
indexes: { }
|
||||||
persist_with_no_fields: false
|
persist_with_no_fields: false
|
||||||
|
18
config/sync/field.storage.node.field_tous_les_sites.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
uuid: a327636e-e42c-4625-87cc-33fcbda0432b
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: node.field_tous_les_sites
|
||||||
|
field_name: field_tous_les_sites
|
||||||
|
entity_type: node
|
||||||
|
type: boolean
|
||||||
|
settings: { }
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
11
config/sync/language.content_settings.block_content.link.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
uuid: ed559255-d60a-46b9-911b-9bbe4a928ff7
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block_content.type.link
|
||||||
|
id: block_content.link
|
||||||
|
target_entity_type_id: block_content
|
||||||
|
target_bundle: link
|
||||||
|
default_langcode: site_default
|
||||||
|
language_alterable: false
|
@ -0,0 +1 @@
|
|||||||
|
label: 'Intro partners'
|
14
config/sync/structure_sync.data.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
blocks:
|
||||||
|
-
|
||||||
|
info: 'Lien actus'
|
||||||
|
langcode: fr
|
||||||
|
uuid: 764294aa-409f-4668-88bf-dc71e186915c
|
||||||
|
bundle: link
|
||||||
|
revision_id: null
|
||||||
|
rev_id_current: null
|
||||||
|
fields:
|
||||||
|
field_link:
|
||||||
|
-
|
||||||
|
uri: 'internal:/actualites'
|
||||||
|
title: 'Voir toutes les actualités'
|
||||||
|
options: { }
|
@ -14,6 +14,7 @@ dependencies:
|
|||||||
- actions_permissions
|
- actions_permissions
|
||||||
- block_content
|
- block_content
|
||||||
- config_pages
|
- config_pages
|
||||||
|
- config_translation
|
||||||
- content_lock
|
- content_lock
|
||||||
- content_translation
|
- content_translation
|
||||||
- file
|
- file
|
||||||
@ -65,6 +66,7 @@ permissions:
|
|||||||
- 'edit any static content'
|
- 'edit any static content'
|
||||||
- 'edit deroulement config page entity'
|
- 'edit deroulement config page entity'
|
||||||
- 'edit diaporama_home config page entity'
|
- 'edit diaporama_home config page entity'
|
||||||
|
- 'edit intro_partenaires config page entity'
|
||||||
- 'execute entity:save_action menu_link_content'
|
- 'execute entity:save_action menu_link_content'
|
||||||
- 'execute entity:save_action node'
|
- 'execute entity:save_action node'
|
||||||
- 'execute entity:save_action taxonomy_term'
|
- 'execute entity:save_action taxonomy_term'
|
||||||
@ -85,6 +87,7 @@ permissions:
|
|||||||
- 'revert ressource revisions'
|
- 'revert ressource revisions'
|
||||||
- 'revert site revisions'
|
- 'revert site revisions'
|
||||||
- 'revert static revisions'
|
- 'revert static revisions'
|
||||||
|
- 'translate configuration'
|
||||||
- 'translate editable entities'
|
- 'translate editable entities'
|
||||||
- 'translate interface'
|
- 'translate interface'
|
||||||
- 'translate static node'
|
- 'translate static node'
|
||||||
|
@ -17,3 +17,4 @@ permissions:
|
|||||||
- 'access devel information'
|
- 'access devel information'
|
||||||
- 'view deroulement config page entity'
|
- 'view deroulement config page entity'
|
||||||
- 'view diaporama_home config page entity'
|
- 'view diaporama_home config page entity'
|
||||||
|
- 'view intro_partenaires config page entity'
|
||||||
|
@ -19,3 +19,4 @@ permissions:
|
|||||||
- 'opt-in or out of matomo tracking'
|
- 'opt-in or out of matomo tracking'
|
||||||
- 'view deroulement config page entity'
|
- 'view deroulement config page entity'
|
||||||
- 'view diaporama_home config page entity'
|
- 'view diaporama_home config page entity'
|
||||||
|
- 'view intro_partenaires config page entity'
|
||||||
|
@ -12,6 +12,7 @@ dependencies:
|
|||||||
module:
|
module:
|
||||||
- actions_permissions
|
- actions_permissions
|
||||||
- config_pages
|
- config_pages
|
||||||
|
- config_translation
|
||||||
- content_lock
|
- content_lock
|
||||||
- content_translation
|
- content_translation
|
||||||
- filter
|
- filter
|
||||||
@ -48,6 +49,7 @@ permissions:
|
|||||||
- 'edit any static content'
|
- 'edit any static content'
|
||||||
- 'edit deroulement config page entity'
|
- 'edit deroulement config page entity'
|
||||||
- 'edit diaporama_home config page entity'
|
- 'edit diaporama_home config page entity'
|
||||||
|
- 'edit intro_partenaires config page entity'
|
||||||
- 'execute entity:save_action node'
|
- 'execute entity:save_action node'
|
||||||
- 'execute node_assign_owner_action node'
|
- 'execute node_assign_owner_action node'
|
||||||
- 'execute node_make_sticky_action node'
|
- 'execute node_make_sticky_action node'
|
||||||
@ -59,6 +61,7 @@ permissions:
|
|||||||
- 'revert ressource revisions'
|
- 'revert ressource revisions'
|
||||||
- 'revert site revisions'
|
- 'revert site revisions'
|
||||||
- 'revert static revisions'
|
- 'revert static revisions'
|
||||||
|
- 'translate configuration'
|
||||||
- 'translate editable entities'
|
- 'translate editable entities'
|
||||||
- 'translate interface'
|
- 'translate interface'
|
||||||
- 'translate static node'
|
- 'translate static node'
|
||||||
|
@ -4,6 +4,7 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- core.entity_view_mode.node.full
|
- core.entity_view_mode.node.full
|
||||||
|
- field.storage.node.body
|
||||||
- field.storage.node.field_date
|
- field.storage.node.field_date
|
||||||
- field.storage.node.field_site
|
- field.storage.node.field_site
|
||||||
- node.type.actualite
|
- node.type.actualite
|
||||||
@ -15,7 +16,9 @@ dependencies:
|
|||||||
- datetime_range
|
- datetime_range
|
||||||
- node
|
- node
|
||||||
- taxonomy
|
- taxonomy
|
||||||
|
- text
|
||||||
- user
|
- user
|
||||||
|
- views_block_area
|
||||||
id: actus
|
id: actus
|
||||||
label: Actus
|
label: Actus
|
||||||
module: views
|
module: views
|
||||||
@ -272,6 +275,68 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
body:
|
||||||
|
id: body
|
||||||
|
table: node__body
|
||||||
|
field: body
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: ''
|
||||||
|
exclude: true
|
||||||
|
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: false
|
||||||
|
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: text_default
|
||||||
|
settings: { }
|
||||||
|
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:
|
pager:
|
||||||
type: some
|
type: some
|
||||||
options:
|
options:
|
||||||
@ -412,7 +477,12 @@ display:
|
|||||||
plugin_id: standard
|
plugin_id: standard
|
||||||
required: false
|
required: false
|
||||||
header: { }
|
header: { }
|
||||||
footer: { }
|
footer:
|
||||||
|
views_block_area:
|
||||||
|
id: views_block_area
|
||||||
|
table: views
|
||||||
|
field: views_block_area
|
||||||
|
plugin_id: views_block_area
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
@ -422,6 +492,7 @@ display:
|
|||||||
- 'user.node_grants:view'
|
- 'user.node_grants:view'
|
||||||
- user.permissions
|
- user.permissions
|
||||||
tags:
|
tags:
|
||||||
|
- 'config:field.storage.node.body'
|
||||||
- 'config:field.storage.node.field_date'
|
- 'config:field.storage.node.field_date'
|
||||||
- 'config:field.storage.node.field_site'
|
- 'config:field.storage.node.field_site'
|
||||||
block_1:
|
block_1:
|
||||||
@ -540,7 +611,19 @@ display:
|
|||||||
defaults:
|
defaults:
|
||||||
filters: false
|
filters: false
|
||||||
filter_groups: false
|
filter_groups: false
|
||||||
|
footer: false
|
||||||
display_description: ''
|
display_description: ''
|
||||||
|
footer:
|
||||||
|
views_block_area:
|
||||||
|
id: views_block_area
|
||||||
|
table: views
|
||||||
|
field: views_block_area
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: views_block_area
|
||||||
|
block_id: 'block_content:764294aa-409f-4668-88bf-dc71e186915c'
|
||||||
|
empty: false
|
||||||
display_extenders:
|
display_extenders:
|
||||||
matomo:
|
matomo:
|
||||||
enabled: false
|
enabled: false
|
||||||
@ -562,6 +645,7 @@ display:
|
|||||||
- 'user.node_grants:view'
|
- 'user.node_grants:view'
|
||||||
- user.permissions
|
- user.permissions
|
||||||
tags:
|
tags:
|
||||||
|
- 'config:field.storage.node.body'
|
||||||
- 'config:field.storage.node.field_date'
|
- 'config:field.storage.node.field_date'
|
||||||
- 'config:field.storage.node.field_site'
|
- 'config:field.storage.node.field_site'
|
||||||
block_2:
|
block_2:
|
||||||
@ -718,6 +802,7 @@ display:
|
|||||||
- 'user.node_grants:view'
|
- 'user.node_grants:view'
|
||||||
- user.permissions
|
- user.permissions
|
||||||
tags:
|
tags:
|
||||||
|
- 'config:field.storage.node.body'
|
||||||
- 'config:field.storage.node.field_date'
|
- 'config:field.storage.node.field_date'
|
||||||
- 'config:field.storage.node.field_site'
|
- 'config:field.storage.node.field_site'
|
||||||
page_1:
|
page_1:
|
||||||
@ -928,7 +1013,7 @@ display:
|
|||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: field_date_value_op
|
operator_id: field_date_value_op
|
||||||
label: Date
|
label: 'Par année'
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: field_date_value_op
|
operator: field_date_value_op
|
||||||
@ -1013,6 +1098,62 @@ display:
|
|||||||
default_group: All
|
default_group: All
|
||||||
default_group_multiple: { }
|
default_group_multiple: { }
|
||||||
group_items: { }
|
group_items: { }
|
||||||
|
combine:
|
||||||
|
id: combine
|
||||||
|
table: views
|
||||||
|
field: combine
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: combine
|
||||||
|
operator: contains
|
||||||
|
value: ''
|
||||||
|
group: 1
|
||||||
|
exposed: true
|
||||||
|
expose:
|
||||||
|
operator_id: combine_op
|
||||||
|
label: 'Dans le texte'
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: combine_op
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
identifier: combine
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
anonymous: '0'
|
||||||
|
admin: '0'
|
||||||
|
root: '0'
|
||||||
|
editeur: '0'
|
||||||
|
placeholder: ''
|
||||||
|
autocomplete_filter: 0
|
||||||
|
autocomplete_min_chars: '0'
|
||||||
|
autocomplete_items: '10'
|
||||||
|
autocomplete_field: ''
|
||||||
|
autocomplete_raw_suggestion: 1
|
||||||
|
autocomplete_raw_dropdown: 1
|
||||||
|
autocomplete_dependent: 0
|
||||||
|
autocomplete_contextual: 0
|
||||||
|
autocomplete_autosubmit: 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: { }
|
||||||
|
fields:
|
||||||
|
title: title
|
||||||
|
title_1: title_1
|
||||||
|
body: body
|
||||||
filter_groups:
|
filter_groups:
|
||||||
operator: AND
|
operator: AND
|
||||||
groups:
|
groups:
|
||||||
@ -1077,5 +1218,6 @@ display:
|
|||||||
- 'user.node_grants:view'
|
- 'user.node_grants:view'
|
||||||
- user.permissions
|
- user.permissions
|
||||||
tags:
|
tags:
|
||||||
|
- 'config:field.storage.node.body'
|
||||||
- 'config:field.storage.node.field_date'
|
- 'config:field.storage.node.field_date'
|
||||||
- 'config:field.storage.node.field_site'
|
- 'config:field.storage.node.field_site'
|
||||||
|
@ -7,6 +7,8 @@ dependencies:
|
|||||||
- field.storage.node.field_groupe
|
- field.storage.node.field_groupe
|
||||||
- node.type.partenaire
|
- node.type.partenaire
|
||||||
- system.menu.footer
|
- system.menu.footer
|
||||||
|
content:
|
||||||
|
- 'config_pages:intro_partenaires:e509f5cb-8f8d-4ba7-a399-e6ff7f54e5ae'
|
||||||
module:
|
module:
|
||||||
- node
|
- node
|
||||||
- options
|
- options
|
||||||
@ -25,7 +27,7 @@ display:
|
|||||||
display_plugin: default
|
display_plugin: default
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
title: 'Les partenaires'
|
title: 'Le comité des partenaires'
|
||||||
fields:
|
fields:
|
||||||
field_groupe:
|
field_groupe:
|
||||||
id: field_groupe
|
id: field_groupe
|
||||||
@ -187,7 +189,20 @@ display:
|
|||||||
replica: false
|
replica: false
|
||||||
query_tags: { }
|
query_tags: { }
|
||||||
relationships: { }
|
relationships: { }
|
||||||
header: { }
|
header:
|
||||||
|
entity_config_pages:
|
||||||
|
id: entity_config_pages
|
||||||
|
table: views
|
||||||
|
field: entity_config_pages
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: entity
|
||||||
|
empty: false
|
||||||
|
target: e509f5cb-8f8d-4ba7-a399-e6ff7f54e5ae
|
||||||
|
view_mode: full
|
||||||
|
tokenize: true
|
||||||
|
bypass_access: false
|
||||||
footer: { }
|
footer: { }
|
||||||
display_extenders:
|
display_extenders:
|
||||||
matomo:
|
matomo:
|
||||||
|
@ -4,6 +4,8 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- core.entity_view_mode.node.teaser
|
- core.entity_view_mode.node.teaser
|
||||||
|
- field.storage.node.body
|
||||||
|
- field.storage.node.field_sous_titre
|
||||||
- field.storage.node.field_type_de_ressource
|
- field.storage.node.field_type_de_ressource
|
||||||
- node.type.ressource
|
- node.type.ressource
|
||||||
- system.menu.entete
|
- system.menu.entete
|
||||||
@ -12,6 +14,7 @@ dependencies:
|
|||||||
module:
|
module:
|
||||||
- node
|
- node
|
||||||
- taxonomy
|
- taxonomy
|
||||||
|
- text
|
||||||
- user
|
- user
|
||||||
id: ressources
|
id: ressources
|
||||||
label: Ressources
|
label: Ressources
|
||||||
@ -158,6 +161,196 @@ display:
|
|||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
body:
|
||||||
|
id: body
|
||||||
|
table: node__body
|
||||||
|
field: body
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: ''
|
||||||
|
exclude: true
|
||||||
|
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: false
|
||||||
|
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: text_default
|
||||||
|
settings: { }
|
||||||
|
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
|
||||||
|
field_sous_titre:
|
||||||
|
id: field_sous_titre
|
||||||
|
table: node__field_sous_titre
|
||||||
|
field: field_sous_titre
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: ''
|
||||||
|
exclude: true
|
||||||
|
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: false
|
||||||
|
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: false
|
||||||
|
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
|
||||||
|
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: true
|
||||||
|
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: false
|
||||||
|
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:
|
pager:
|
||||||
type: none
|
type: none
|
||||||
options:
|
options:
|
||||||
@ -299,7 +492,7 @@ display:
|
|||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: field_mots_clefs_target_id_op
|
operator_id: field_mots_clefs_target_id_op
|
||||||
label: 'par mots clefs'
|
label: 'par mot-clé'
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: field_mots_clefs_target_id_op
|
operator: field_mots_clefs_target_id_op
|
||||||
@ -341,6 +534,62 @@ display:
|
|||||||
hierarchy_depth: 0
|
hierarchy_depth: 0
|
||||||
required_depth: 0
|
required_depth: 0
|
||||||
none_label: '- Please select -'
|
none_label: '- Please select -'
|
||||||
|
combine:
|
||||||
|
id: combine
|
||||||
|
table: views
|
||||||
|
field: combine
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: combine
|
||||||
|
operator: contains
|
||||||
|
value: ''
|
||||||
|
group: 1
|
||||||
|
exposed: true
|
||||||
|
expose:
|
||||||
|
operator_id: combine_op
|
||||||
|
label: 'Dans le texte'
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: combine_op
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
identifier: combine
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
anonymous: '0'
|
||||||
|
admin: '0'
|
||||||
|
root: '0'
|
||||||
|
editeur: '0'
|
||||||
|
placeholder: ''
|
||||||
|
autocomplete_filter: 0
|
||||||
|
autocomplete_min_chars: '0'
|
||||||
|
autocomplete_items: '10'
|
||||||
|
autocomplete_field: ''
|
||||||
|
autocomplete_raw_suggestion: 1
|
||||||
|
autocomplete_raw_dropdown: 1
|
||||||
|
autocomplete_dependent: 0
|
||||||
|
autocomplete_contextual: 0
|
||||||
|
autocomplete_autosubmit: 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: { }
|
||||||
|
fields:
|
||||||
|
body: body
|
||||||
|
field_sous_titre: field_sous_titre
|
||||||
|
title: title
|
||||||
style:
|
style:
|
||||||
type: default
|
type: default
|
||||||
options:
|
options:
|
||||||
@ -387,6 +636,8 @@ display:
|
|||||||
- 'user.node_grants:view'
|
- 'user.node_grants:view'
|
||||||
- user.permissions
|
- user.permissions
|
||||||
tags:
|
tags:
|
||||||
|
- 'config:field.storage.node.body'
|
||||||
|
- 'config:field.storage.node.field_sous_titre'
|
||||||
- 'config:field.storage.node.field_type_de_ressource'
|
- 'config:field.storage.node.field_type_de_ressource'
|
||||||
page_1:
|
page_1:
|
||||||
id: page_1
|
id: page_1
|
||||||
@ -434,4 +685,6 @@ display:
|
|||||||
- 'user.node_grants:view'
|
- 'user.node_grants:view'
|
||||||
- user.permissions
|
- user.permissions
|
||||||
tags:
|
tags:
|
||||||
|
- 'config:field.storage.node.body'
|
||||||
|
- 'config:field.storage.node.field_sous_titre'
|
||||||
- 'config:field.storage.node.field_type_de_ressource'
|
- 'config:field.storage.node.field_type_de_ressource'
|
||||||
|
@ -1725,8 +1725,6 @@ footer {
|
|||||||
#actus-caroussel .content-actus .views-row .node-type-actualite .content-wrapper-actu .field_title a {
|
#actus-caroussel .content-actus .views-row .node-type-actualite .content-wrapper-actu .field_title a {
|
||||||
color: rgb(7, 50, 194);
|
color: rgb(7, 50, 194);
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
pointer-events: none;
|
|
||||||
cursor: default;
|
|
||||||
}
|
}
|
||||||
#actus-caroussel .content-actus .views-row .node-type-actualite .content-wrapper-actu .field_title h2 {
|
#actus-caroussel .content-actus .views-row .node-type-actualite .content-wrapper-actu .field_title h2 {
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
@ -3306,6 +3304,8 @@ body {
|
|||||||
#page-node .content_container .node-type-actualite div .field_body {
|
#page-node .content_container .node-type-actualite div .field_body {
|
||||||
order: 2;
|
order: 2;
|
||||||
padding-bottom: 2rem;
|
padding-bottom: 2rem;
|
||||||
|
opacity: 1 !important;
|
||||||
|
display: block !important;
|
||||||
}
|
}
|
||||||
#page-node .content_container .node-type-actualite div .field_body p {
|
#page-node .content_container .node-type-actualite div .field_body p {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
@ -3336,9 +3336,6 @@ body {
|
|||||||
padding-right: 0.2rem;
|
padding-right: 0.2rem;
|
||||||
padding-left: 0.2rem;
|
padding-left: 0.2rem;
|
||||||
}
|
}
|
||||||
#page-node .content_container .node-type-actualite div .field_field_liens a:not(.ext) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
#page-node .content_container .node-type-actualite div .field_field_images {
|
#page-node .content_container .node-type-actualite div .field_field_images {
|
||||||
order: 5;
|
order: 5;
|
||||||
}
|
}
|
||||||
@ -4404,8 +4401,6 @@ main {
|
|||||||
}
|
}
|
||||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_title a {
|
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_title a {
|
||||||
color: rgb(7, 50, 194);
|
color: rgb(7, 50, 194);
|
||||||
pointer-events: none;
|
|
||||||
cursor: default;
|
|
||||||
}
|
}
|
||||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_sous_titre {
|
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_sous_titre {
|
||||||
color: rgb(7, 50, 194);
|
color: rgb(7, 50, 194);
|
||||||
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 2.2 KiB |
@ -7,8 +7,29 @@
|
|||||||
width="90.490662"
|
width="90.490662"
|
||||||
height="90.491997"
|
height="90.491997"
|
||||||
viewBox="0 0 90.490662 90.491995"
|
viewBox="0 0 90.490662 90.491995"
|
||||||
|
sodipodi:docname="prev-blanc.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
xmlns:svg="http://www.w3.org/2000/svg">
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview1"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1">
|
||||||
|
<inkscape:page
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
width="90.490662"
|
||||||
|
height="90.491997"
|
||||||
|
id="page2"
|
||||||
|
margin="0"
|
||||||
|
bleed="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
<defs
|
<defs
|
||||||
id="defs1">
|
id="defs1">
|
||||||
<clipPath
|
<clipPath
|
||||||
@ -22,7 +43,10 @@
|
|||||||
</defs>
|
</defs>
|
||||||
<g
|
<g
|
||||||
id="g1"
|
id="g1"
|
||||||
transform="translate(-1178.8006,-9024.7622)">
|
transform="translate(-1178.8006,-9024.7622)"
|
||||||
|
inkscape:export-filename="next-blanc.svg"
|
||||||
|
inkscape:export-xdpi="300"
|
||||||
|
inkscape:export-ydpi="300">
|
||||||
<g
|
<g
|
||||||
id="g696">
|
id="g696">
|
||||||
<path
|
<path
|
||||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 2.2 KiB |
@ -7,8 +7,29 @@
|
|||||||
width="90.490662"
|
width="90.490662"
|
||||||
height="90.491997"
|
height="90.491997"
|
||||||
viewBox="0 0 90.490662 90.491995"
|
viewBox="0 0 90.490662 90.491995"
|
||||||
|
sodipodi:docname="prev-blanc.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
xmlns:svg="http://www.w3.org/2000/svg">
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview1"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1">
|
||||||
|
<inkscape:page
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
width="90.490662"
|
||||||
|
height="90.491997"
|
||||||
|
id="page2"
|
||||||
|
margin="0"
|
||||||
|
bleed="0" />
|
||||||
|
</sodipodi:namedview>
|
||||||
<defs
|
<defs
|
||||||
id="defs1">
|
id="defs1">
|
||||||
<clipPath
|
<clipPath
|
||||||
@ -22,7 +43,10 @@
|
|||||||
</defs>
|
</defs>
|
||||||
<g
|
<g
|
||||||
id="g1"
|
id="g1"
|
||||||
transform="translate(-1178.8006,-9024.7622)">
|
transform="translate(-1178.8006,-9024.7622)"
|
||||||
|
inkscape:export-filename="prev-blanc.svg"
|
||||||
|
inkscape:export-xdpi="300"
|
||||||
|
inkscape:export-ydpi="300">
|
||||||
<g
|
<g
|
||||||
id="g696">
|
id="g696">
|
||||||
<path
|
<path
|
||||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.1 KiB |
@ -42,6 +42,8 @@
|
|||||||
.field_body {
|
.field_body {
|
||||||
order: 2;
|
order: 2;
|
||||||
padding-bottom: 2rem;
|
padding-bottom: 2rem;
|
||||||
|
opacity:1 !important;
|
||||||
|
display: block !important;
|
||||||
p{
|
p{
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
@ -75,9 +77,9 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:not(.ext){
|
// a:not(.ext){
|
||||||
display: none;
|
// display: none;
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
.field_field_images{
|
.field_field_images{
|
||||||
|
@ -218,8 +218,8 @@
|
|||||||
}
|
}
|
||||||
a{
|
a{
|
||||||
color: $blue_QDD;
|
color: $blue_QDD;
|
||||||
pointer-events: none;
|
// pointer-events: none;
|
||||||
cursor: default;
|
// cursor: default;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.field_field_sous_titre{
|
.field_field_sous_titre{
|
||||||
|
@ -203,8 +203,8 @@
|
|||||||
a{
|
a{
|
||||||
color: $blue_QDD;
|
color: $blue_QDD;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
pointer-events: none;
|
// pointer-events: none;
|
||||||
cursor: default;
|
// cursor: default;
|
||||||
}
|
}
|
||||||
h2{
|
h2{
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
|