Compare commits
41 Commits
476a80f9b0
...
master
Author | SHA1 | Date | |
---|---|---|---|
62981265f7 | |||
2f49bb4a3c | |||
9232efbb93 | |||
2c594067f9 | |||
a33e5064e2 | |||
106efbee78 | |||
0ff8c02807 | |||
05e199c2c4 | |||
8d9ca03cdd | |||
9ea4d69d50 | |||
b5156d7614 | |||
e100f72f88 | |||
ab75f92224 | |||
1b90434884 | |||
cf3a7ece76 | |||
c7a5ed447f | |||
77eddf6f5a | |||
5fa9f260f3 | |||
ea9457d7d4 | |||
bded893630 | |||
ebe1ba1f90 | |||
5fa535ca16 | |||
1573443fa5 | |||
20531a9ca7 | |||
ac80fa72c6 | |||
8230d3f971 | |||
511fc6314e | |||
c58b53b5b6 | |||
731b7914d7 | |||
8de39a05db | |||
2896483a9b | |||
591559f428 | |||
bba4dc5c04 | |||
b96a114269 | |||
3bc75af9a8 | |||
ab96f4ec2c | |||
35b10a4af9 | |||
cab1ba2084 | |||
f9e9ebbb46 | |||
6bc2251d21 | |||
db49575999 |
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -42,6 +42,9 @@
|
||||
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||
|
||||
# PHPStan's baseline uses tabs instead of spaces.
|
||||
core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php
|
||||
|
||||
# Define binary file attributes.
|
||||
# - Do not treat them as text.
|
||||
# - Include binary diff in patches instead of "binary files differ."
|
||||
|
@ -19,26 +19,33 @@
|
||||
"drupal/address": "1.x-dev@dev",
|
||||
"drupal/administerusersbyrole": "3.x-dev@dev",
|
||||
"drupal/advanced_text_formatter": "^3.0@RC",
|
||||
"drupal/better_exposed_filters": "^6",
|
||||
"drupal/better_exposed_filters": "^7.0",
|
||||
"drupal/betterlogin": "^2.0",
|
||||
"drupal/ckeditor": "^1.0",
|
||||
"drupal/ckeditor_iframe": "^3.0@alpha",
|
||||
"drupal/config_ignore": "^3.2",
|
||||
"drupal/config_update": "^2.0@alpha",
|
||||
"drupal/context": "^5.0@RC",
|
||||
"drupal/core-composer-scaffold": "^9.3",
|
||||
"drupal/core-project-message": "^9.3",
|
||||
"drupal/core-recommended": "^9.5.11",
|
||||
"drupal/core-composer-scaffold": "^10.3",
|
||||
"drupal/core-project-message": "^10.3",
|
||||
"drupal/core-recommended": "^10.3",
|
||||
"drupal/devel": "^5.0",
|
||||
"drupal/file_delete": "^2.0",
|
||||
"drupal/fakeobjects": "^2.0",
|
||||
"drupal/file_delete": "^3.0",
|
||||
"drupal/file_replace": "^1.4",
|
||||
"drupal/filter_perms": "^2.0",
|
||||
"drupal/geocoder": "^3.20 || ^4.0",
|
||||
"drupal/geofield": "^1.22",
|
||||
"drupal/hreflang": "^1.9",
|
||||
"drupal/iframe": "^2.21",
|
||||
"drupal/iframe": "^3.0",
|
||||
"drupal/image_field_caption": "^2.0",
|
||||
"drupal/imce": "^3.0",
|
||||
"drupal/inline_entity_form": "^3.0@RC",
|
||||
"drupal/leaflet": "10.2.29",
|
||||
"drupal/jquery_ui_button": "^2.1",
|
||||
"drupal/jquery_ui_datepicker": "^2.1",
|
||||
"drupal/jquery_ui_slider": "^2.1",
|
||||
"drupal/jquery_ui_touch_punch": "^1.1",
|
||||
"drupal/leaflet": "^10.2",
|
||||
"drupal/leaflet_more_maps": "^2.1",
|
||||
"drupal/leaflet_more_markers": "^1.1",
|
||||
"drupal/link_attributes": "^2.1",
|
||||
@ -47,13 +54,12 @@
|
||||
"drupal/metatag": "^2.0",
|
||||
"drupal/page_manager": "4.x-dev@dev",
|
||||
"drupal/panelizer": "^4.4",
|
||||
"drupal/panels": "^4.6",
|
||||
"drupal/panels": "^4.8",
|
||||
"drupal/paragraphs": "1.x-dev@dev",
|
||||
"drupal/pathologic": "^2.0@alpha",
|
||||
"drupal/perimeter": "2.0.x-dev@dev",
|
||||
"drupal/robotstxt": "^1.4",
|
||||
"drupal/role_delegation": "^1.1",
|
||||
"drupal/selective_better_exposed_filters": "2.x-dev@dev",
|
||||
"drupal/selective_better_exposed_filters": "^3.0",
|
||||
"drupal/seo_checklist": "^5.1",
|
||||
"drupal/smart_date": "^4.0@beta",
|
||||
"drupal/structure_sync": "^2.0",
|
||||
@ -157,8 +163,7 @@
|
||||
},
|
||||
"patches": {
|
||||
"drupal/core": {
|
||||
"Call to a member function getSetting() on null migrate_drupal https://www.drupal.org/project/drupal/issues/2984460": "https://www.drupal.org/files/issues/2020-04-06/2984460-3.patch",
|
||||
"Add Views EntityReference filter to be available for all entity reference fields https://www.drupal.org/project/drupal/issues/2429699" : "https://www.drupal.org/files/issues/2021-12-02/2429699-453-9.3.x.patch"
|
||||
"Call to a member function getSetting() on null migrate_drupal https://www.drupal.org/project/drupal/issues/2984460": "https://www.drupal.org/files/issues/2020-04-06/2984460-3.patch"
|
||||
},
|
||||
"drupal/paragraphs": {
|
||||
"Skip saving empty paragraphs for certain types https://www.drupal.org/project/paragraphs/issues/2877695" : "https://www.drupal.org/files/issues/2021-03-31/2877695-35.patch"
|
||||
@ -168,6 +173,12 @@
|
||||
},
|
||||
"drupal/ctools": {
|
||||
"How to manually pass an argument to a views block through interface https://www.drupal.org/project/ctools/issues/2759445": "https://www.drupal.org/files/issues/2023-01-18/2759445-100.patch"
|
||||
},
|
||||
"drupal/pagerer": {
|
||||
"PHP Fatal error: when migrated to Drupal 10 https://www.drupal.org/project/pagerer/issues/3399771":"https://www.drupal.org/files/issues/2023-11-07/pagerer_php_exception-3399771-1.patch"
|
||||
},
|
||||
"drupal/page_manager": {
|
||||
"devel routing bug fix https://www.drupal.org/project/page_manager/issues/3438993":"https://www.drupal.org/files/issues/2024-08-14/page-manager-3438993-MR34-24.patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
6687
composer.lock
generated
6687
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
This directory contains configuration to be imported into your Drupal site. To make this configuration active, visit admin/config/development/configuration/sync. For information about deploying configuration between servers, see https://www.drupal.org/documentation/administer/config
|
||||
This directory contains configuration to be imported into your Drupal site. To make this configuration active, visit admin/config/development/configuration. For information about deploying configuration between servers, see https://www.drupal.org/documentation/administer/config
|
@ -1,2 +1 @@
|
||||
langcode: fr
|
||||
menu_depth: 4
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: UiTY9bhUKWJOIWDlOKM3akeeyHuJJRspXETsv3SY6jw
|
||||
langcode: fr
|
||||
roles:
|
||||
admin: perm
|
||||
user: unsafe
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw
|
||||
langcode: fr
|
||||
enabled: true
|
||||
timeout: 172800
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos
|
||||
langcode: fr
|
||||
enabled: false
|
||||
timeout: null
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw
|
||||
langcode: fr
|
||||
enabled: true
|
||||
timeout: 172800
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos
|
||||
langcode: fr
|
||||
enabled: false
|
||||
timeout: null
|
||||
|
@ -16,7 +16,7 @@ provider: null
|
||||
plugin: system_breadcrumb_block
|
||||
settings:
|
||||
id: system_breadcrumb_block
|
||||
label: 'Fils d''ariane'
|
||||
label: "Fils d'ariane"
|
||||
label_display: '0'
|
||||
provider: system
|
||||
visibility: { }
|
||||
|
@ -14,7 +14,7 @@ provider: null
|
||||
plugin: local_actions_block
|
||||
settings:
|
||||
id: local_actions_block
|
||||
label: 'Actions d''administration principales'
|
||||
label: "Actions d'administration principales"
|
||||
label_display: '0'
|
||||
provider: core
|
||||
visibility: { }
|
||||
|
@ -14,7 +14,7 @@ provider: null
|
||||
plugin: page_title_block
|
||||
settings:
|
||||
id: page_title_block
|
||||
label: 'Titre de page'
|
||||
label: 'Titre de la page'
|
||||
label_display: '0'
|
||||
provider: core
|
||||
visibility: { }
|
||||
|
@ -1,4 +1,3 @@
|
||||
langcode: fr
|
||||
maxlength_block_class_field: 255
|
||||
field_type: multiple_textfields
|
||||
default_case: standard
|
||||
|
@ -4,5 +4,5 @@ status: true
|
||||
dependencies: { }
|
||||
id: custom
|
||||
label: custom
|
||||
revision: 0
|
||||
revision: false
|
||||
description: ''
|
||||
|
@ -4,5 +4,5 @@ status: true
|
||||
dependencies: { }
|
||||
id: logo_block
|
||||
label: 'logo block'
|
||||
revision: 0
|
||||
revision: false
|
||||
description: ''
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o
|
||||
langcode: fr
|
||||
auto_import: { }
|
||||
auto_export: { }
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk
|
||||
langcode: fr
|
||||
mode: simple
|
||||
ignored_config_entities:
|
||||
- domain_alias.settings
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8
|
||||
langcode: fr
|
||||
default_form: feedback
|
||||
flood:
|
||||
limit: 5
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: NDkHK4I7-fpBSVP6pPMg_MLvHZcjgriRzCSGA4vnpi8
|
||||
langcode: fr
|
||||
verbose: 0
|
||||
types:
|
||||
contact_message: { }
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: X-PFa6GhUhVBudfnAsBqaWn_qhxq0xTtg76HCEoibeQ
|
||||
langcode: fr
|
||||
content_lock_timeout_minutes: '30'
|
||||
content_lock_timeout_on_edit: 0
|
||||
|
@ -8,7 +8,7 @@ id: node.actualite.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: actualite
|
||||
label: 'Promu en page d''accueil'
|
||||
label: "Promu en page d'accueil"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
|
@ -8,7 +8,7 @@ id: node.evenement.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: evenement
|
||||
label: 'Promu en page d''accueil'
|
||||
label: "Promu en page d'accueil"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
|
@ -8,7 +8,7 @@ id: node.iframe.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: iframe
|
||||
label: 'Promu en page d''accueil'
|
||||
label: "Promu en page d'accueil"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
|
@ -8,7 +8,7 @@ id: node.programme.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: programme
|
||||
label: 'Promu en page d''accueil'
|
||||
label: "Promu en page d'accueil"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
|
@ -8,7 +8,7 @@ id: node.projet.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: projet
|
||||
label: 'Promu en page d''accueil'
|
||||
label: "Promu en page d'accueil"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
|
@ -8,7 +8,7 @@ id: node.ressource.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: ressource
|
||||
label: 'Promu en page d''accueil'
|
||||
label: "Promu en page d'accueil"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
|
@ -10,7 +10,7 @@ id: node.static.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: static
|
||||
label: 'Promu en page d''accueil'
|
||||
label: "Promu en page d'accueil"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
|
@ -8,7 +8,7 @@ id: node.theme.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: theme
|
||||
label: 'Promu en page d''accueil'
|
||||
label: "Promu en page d'accueil"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
|
@ -9,6 +9,7 @@ dependencies:
|
||||
- field.field.node.evenement.field_fichier
|
||||
- field.field.node.evenement.field_image
|
||||
- field.field.node.evenement.field_intro
|
||||
- field.field.node.evenement.field_last_date_only
|
||||
- field.field.node.evenement.field_lien
|
||||
- field.field.node.evenement.field_memo
|
||||
- field.field.node.evenement.field_organisateur
|
||||
@ -42,7 +43,7 @@ third_party_settings:
|
||||
label: Tabs
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 20
|
||||
weight: 1
|
||||
format_type: tabs
|
||||
format_settings:
|
||||
classes: ''
|
||||
@ -77,7 +78,7 @@ third_party_settings:
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 20
|
||||
weight: 2
|
||||
format_type: details_sidebar
|
||||
format_settings:
|
||||
classes: ''
|
||||
@ -318,7 +319,7 @@ content:
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
weight: -5
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
@ -326,6 +327,7 @@ content:
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
field_last_date_only: true
|
||||
langcode: true
|
||||
path: true
|
||||
sticky: true
|
||||
|
@ -28,7 +28,6 @@ dependencies:
|
||||
- datetime
|
||||
- field_group
|
||||
- file
|
||||
- filefield_sources
|
||||
- image
|
||||
- imce
|
||||
- link
|
||||
@ -224,24 +223,6 @@ content:
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings:
|
||||
filefield_sources:
|
||||
filefield_sources:
|
||||
sources:
|
||||
upload: true
|
||||
reference: true
|
||||
imce: false
|
||||
remote: false
|
||||
clipboard: false
|
||||
attach: false
|
||||
source_imce:
|
||||
imce_mode: 0
|
||||
source_reference:
|
||||
autocomplete: '1'
|
||||
search_all_fields: '0'
|
||||
source_attach:
|
||||
path: file_attach
|
||||
absolute: 0
|
||||
attach_mode: move
|
||||
imce:
|
||||
enabled: false
|
||||
field_image:
|
||||
@ -252,24 +233,6 @@ content:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings:
|
||||
filefield_sources:
|
||||
filefield_sources:
|
||||
sources:
|
||||
upload: true
|
||||
reference: true
|
||||
imce: false
|
||||
remote: false
|
||||
clipboard: false
|
||||
attach: false
|
||||
source_imce:
|
||||
imce_mode: 1
|
||||
source_reference:
|
||||
autocomplete: '1'
|
||||
search_all_fields: '0'
|
||||
source_attach:
|
||||
path: sites/default/files
|
||||
absolute: 1
|
||||
attach_mode: copy
|
||||
imce:
|
||||
enabled: false
|
||||
field_lien:
|
||||
|
@ -7,6 +7,7 @@ dependencies:
|
||||
_core:
|
||||
default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI
|
||||
id: user.register
|
||||
label: 'S''inscrire'
|
||||
label: "S'inscrire"
|
||||
description: ''
|
||||
targetEntityType: user
|
||||
cache: true
|
||||
|
@ -42,6 +42,7 @@ content:
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: medium
|
||||
from_to: both
|
||||
separator: '-'
|
||||
third_party_settings: { }
|
||||
weight: 114
|
||||
|
@ -10,6 +10,7 @@ dependencies:
|
||||
- field.field.node.evenement.field_fichier
|
||||
- field.field.node.evenement.field_image
|
||||
- field.field.node.evenement.field_intro
|
||||
- field.field.node.evenement.field_last_date_only
|
||||
- field.field.node.evenement.field_lien
|
||||
- field.field.node.evenement.field_memo
|
||||
- field.field.node.evenement.field_organisateur
|
||||
@ -78,6 +79,7 @@ hidden:
|
||||
field_fichier: true
|
||||
field_image: true
|
||||
field_intro: true
|
||||
field_last_date_only: true
|
||||
field_lien: true
|
||||
field_memo: true
|
||||
field_organisateur: true
|
||||
|
@ -9,6 +9,7 @@ dependencies:
|
||||
- field.field.node.evenement.field_fichier
|
||||
- field.field.node.evenement.field_image
|
||||
- field.field.node.evenement.field_intro
|
||||
- field.field.node.evenement.field_last_date_only
|
||||
- field.field.node.evenement.field_lien
|
||||
- field.field.node.evenement.field_memo
|
||||
- field.field.node.evenement.field_organisateur
|
||||
@ -39,7 +40,16 @@ content:
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 101
|
||||
weight: 1
|
||||
region: content
|
||||
computed_date_unique:
|
||||
type: datetime_default
|
||||
label: hidden
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: medium
|
||||
third_party_settings: { }
|
||||
weight: -5
|
||||
region: content
|
||||
field_date:
|
||||
type: datetime_default
|
||||
@ -48,7 +58,7 @@ content:
|
||||
timezone_override: ''
|
||||
format_type: medium
|
||||
third_party_settings: { }
|
||||
weight: 109
|
||||
weight: 7
|
||||
region: content
|
||||
field_evenements_lies:
|
||||
type: entity_reference_label
|
||||
@ -56,7 +66,7 @@ content:
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 115
|
||||
weight: 13
|
||||
region: content
|
||||
field_fichier:
|
||||
type: file_default
|
||||
@ -64,7 +74,7 @@ content:
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 110
|
||||
weight: 8
|
||||
region: content
|
||||
field_image:
|
||||
type: image
|
||||
@ -75,14 +85,14 @@ content:
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 111
|
||||
weight: 9
|
||||
region: content
|
||||
field_intro:
|
||||
type: text_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 102
|
||||
weight: 2
|
||||
region: content
|
||||
field_lien:
|
||||
type: link
|
||||
@ -94,21 +104,21 @@ content:
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
weight: 113
|
||||
weight: 11
|
||||
region: content
|
||||
field_memo:
|
||||
type: basic_string
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 118
|
||||
weight: 16
|
||||
region: content
|
||||
field_organisateur:
|
||||
type: text_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 108
|
||||
weight: 6
|
||||
region: content
|
||||
field_partenaires:
|
||||
type: entity_reference_revisions_entity_view
|
||||
@ -117,7 +127,7 @@ content:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 112
|
||||
weight: 10
|
||||
region: content
|
||||
field_programme:
|
||||
type: entity_reference_label
|
||||
@ -125,7 +135,7 @@ content:
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 104
|
||||
weight: 4
|
||||
region: content
|
||||
field_projet:
|
||||
type: entity_reference_label
|
||||
@ -133,7 +143,7 @@ content:
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 116
|
||||
weight: 14
|
||||
region: content
|
||||
field_promu_en_page_programme:
|
||||
type: boolean
|
||||
@ -143,7 +153,7 @@ content:
|
||||
format_custom_false: ''
|
||||
format_custom_true: ''
|
||||
third_party_settings: { }
|
||||
weight: 119
|
||||
weight: 17
|
||||
region: content
|
||||
field_ressources_liees:
|
||||
type: entity_reference_label
|
||||
@ -151,7 +161,7 @@ content:
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 114
|
||||
weight: 12
|
||||
region: content
|
||||
field_sous_titre:
|
||||
type: string
|
||||
@ -159,7 +169,7 @@ content:
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 107
|
||||
weight: 5
|
||||
region: content
|
||||
field_theme:
|
||||
type: entity_reference_label
|
||||
@ -167,7 +177,7 @@ content:
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 117
|
||||
weight: 15
|
||||
region: content
|
||||
field_type_evenement:
|
||||
type: entity_reference_label
|
||||
@ -175,13 +185,14 @@ content:
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 103
|
||||
weight: 3
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 100
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
field_last_date_only: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
|
@ -10,6 +10,7 @@ dependencies:
|
||||
- field.field.node.evenement.field_fichier
|
||||
- field.field.node.evenement.field_image
|
||||
- field.field.node.evenement.field_intro
|
||||
- field.field.node.evenement.field_last_date_only
|
||||
- field.field.node.evenement.field_lien
|
||||
- field.field.node.evenement.field_memo
|
||||
- field.field.node.evenement.field_organisateur
|
||||
@ -69,6 +70,7 @@ hidden:
|
||||
field_evenements_lies: true
|
||||
field_fichier: true
|
||||
field_intro: true
|
||||
field_last_date_only: true
|
||||
field_lien: true
|
||||
field_memo: true
|
||||
field_organisateur: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: AJ4KPUipTz1VsDPfMT_D9pamgbfXUJBgvYVel4P1DHE
|
||||
id: block.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: block
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg
|
||||
id: block_content.full
|
||||
label: Full
|
||||
description: ''
|
||||
targetEntityType: block_content
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: X-u-oHfskJg3f8koTCKJndfJyBWavJ5aWeHGYn2arnE
|
||||
id: contact_message.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: contact_message
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: T6IiNXJhdrBudWJ_guxnUz3p71T0lFcidLSTM9VlFl8
|
||||
id: file.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: file
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: TTHbJnnmzx02KP2FNkAlzqP_BFdKZwAVb8hfUbRbxuk
|
||||
id: menu_link_content.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: menu_link_content
|
||||
cache: true
|
||||
|
@ -6,5 +6,6 @@ dependencies:
|
||||
- node
|
||||
id: node.accroche_ss_image
|
||||
label: 'accroche ss image'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: ElrtInxGjZd7GaapJ5O9n-ugi2hG2IxFivtgn0tHOsk
|
||||
id: node.full
|
||||
label: 'Contenu complet'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: vlYzr-rp2f9NMp-Qlr4sFjlqRq-90mco5-afLNGwCrU
|
||||
id: node.rss
|
||||
label: RSS
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: fVFfJv_GzBRE-wpRHbfD5a3VjnhbEOXG6lvRd3uaccY
|
||||
id: node.search_index
|
||||
label: 'Index de recherche'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: 6GCOQ-jP2RbdbHA5YWQ6bT8CfGbqrBYKOSC_XY4E3ZM
|
||||
id: node.search_result
|
||||
label: 'Résultat de recherche mettant en évidence la saisie'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: Mz9qWr1kUYK0mjRAGDsr5XS6PvtZ24en_7ndt-pyWe4
|
||||
id: node.teaser
|
||||
label: Accroche
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -6,5 +6,6 @@ dependencies:
|
||||
- node
|
||||
id: node.third
|
||||
label: 'third column'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: vIX64lRX14_lPePewHfWVFSyTfJt0Yh-Lja05UgP8N0
|
||||
id: node.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
|
@ -6,5 +6,6 @@ dependencies:
|
||||
- paragraphs
|
||||
id: paragraph.accroche
|
||||
label: accroche
|
||||
description: ''
|
||||
targetEntityType: paragraph
|
||||
cache: true
|
||||
|
@ -6,5 +6,6 @@ dependencies:
|
||||
- paragraphs
|
||||
id: paragraph.admin
|
||||
label: admin
|
||||
description: ''
|
||||
targetEntityType: paragraph
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg
|
||||
id: paragraph.preview
|
||||
label: Preview
|
||||
description: ''
|
||||
targetEntityType: paragraph
|
||||
cache: true
|
||||
|
@ -6,5 +6,6 @@ dependencies:
|
||||
- path_alias
|
||||
id: path_alias.token
|
||||
label: Token
|
||||
description: ''
|
||||
targetEntityType: path_alias
|
||||
cache: true
|
||||
|
@ -7,6 +7,7 @@ dependencies:
|
||||
_core:
|
||||
default_config_hash: '-PPKjsNQPvoIDjOuUAvlLocYD976MNjb9Zpgyz5_BWE'
|
||||
id: taxonomy_term.full
|
||||
label: 'Page d''un terme de taxonomie'
|
||||
label: "Page d'un terme de taxonomie"
|
||||
description: ''
|
||||
targetEntityType: taxonomy_term
|
||||
cache: true
|
||||
|
@ -6,5 +6,6 @@ dependencies:
|
||||
- taxonomy
|
||||
id: taxonomy_term.third_column
|
||||
label: 'third column'
|
||||
description: ''
|
||||
targetEntityType: taxonomy_term
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: AQZt3mTM-HGFLxai2IPOFFyGtOVC-P26IQaOLYmI1b8
|
||||
id: taxonomy_term.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: taxonomy_term
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: 71CSAr_LNPcgu6D6jI4INl1KATkahmeyUFBETAWya8g
|
||||
id: user.compact
|
||||
label: Compact
|
||||
description: ''
|
||||
targetEntityType: user
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: mQIF_foYjmnVSr9MpcD4CTaJE_FpO1AyDd_DskztGhM
|
||||
id: user.full
|
||||
label: 'Compte utilisateur'
|
||||
description: ''
|
||||
targetEntityType: user
|
||||
cache: true
|
||||
|
@ -8,5 +8,6 @@ _core:
|
||||
default_config_hash: Ta5_n_jXyfP3WcRw_Rmp1QPg-aSHbXzg3_Qr5UE1ieY
|
||||
id: user.token
|
||||
label: 'Jeton (token)'
|
||||
description: ''
|
||||
targetEntityType: user
|
||||
cache: true
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc
|
||||
langcode: fr
|
||||
module:
|
||||
actions_permissions: 0
|
||||
address: 0
|
||||
@ -20,7 +19,7 @@ module:
|
||||
breakpoint: 0
|
||||
bulkdelete: 0
|
||||
checklistapi: 0
|
||||
ckeditor: 0
|
||||
ckeditor5: 0
|
||||
ckeditor_iframe: 0
|
||||
config: 0
|
||||
config_devel: 0
|
||||
@ -34,7 +33,6 @@ module:
|
||||
context: 0
|
||||
context_ui: 0
|
||||
contextual: 0
|
||||
cshs: 0
|
||||
ctools: 0
|
||||
ctools_block: 0
|
||||
ctools_views: 0
|
||||
@ -119,10 +117,11 @@ module:
|
||||
path_alias: 0
|
||||
path_alias_xt: 0
|
||||
pathologic: 0
|
||||
perimeter: 0
|
||||
persistent_login: 0
|
||||
phpass: 0
|
||||
popsu_link_block: 0
|
||||
popsu_programme: 0
|
||||
popsu_uniqdate: 0
|
||||
redirect: 0
|
||||
redis: 0
|
||||
responsive_image: 0
|
||||
@ -148,7 +147,6 @@ module:
|
||||
user: 0
|
||||
video_embed_dailymotion: 0
|
||||
video_embed_field: 0
|
||||
video_embed_wysiwyg: 0
|
||||
views_argument_token: 0
|
||||
views_bulk_edit: 0
|
||||
views_bulk_operations: 0
|
||||
@ -156,7 +154,6 @@ module:
|
||||
views_ef_fieldset: 0
|
||||
views_ui: 0
|
||||
extlink: 1
|
||||
filefield_sources: 1
|
||||
menu_admin_per_menu: 1
|
||||
pathauto: 1
|
||||
selective_better_exposed_filters: 1
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM
|
||||
langcode: fr
|
||||
definitions:
|
||||
contact__site_page:
|
||||
menu_name: footer
|
||||
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58
|
||||
langcode: fr
|
||||
row_limit: 1000
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: 8SYa5OOpQGdg4wnttb0LFNuG6GmivsS2qNv9sTH9gDI
|
||||
langcode: fr
|
||||
page_alter: false
|
||||
raw_names: false
|
||||
error_handlers:
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: IDzCy0l7vH5sENShziSE_TwGo7oDfS1yB4c26KU6WnE
|
||||
langcode: fr
|
||||
toolbar_items:
|
||||
- devel.cache_clear
|
||||
- devel.phpinfo
|
||||
|
@ -1,76 +1,48 @@
|
||||
uuid: a4e62f3c-179b-40bd-b5ff-bad393554328
|
||||
uuid: deddb1b4-05d6-4c9b-821d-cf8862c09983
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- filter.format.wysiwyg
|
||||
module:
|
||||
- ckeditor
|
||||
_core:
|
||||
default_config_hash: 45tCDsVx8RKDcrtyfVeP88jcBXzIxLtadjP2kF_DIjs
|
||||
- ckeditor5
|
||||
format: wysiwyg
|
||||
editor: ckeditor
|
||||
editor: ckeditor5
|
||||
settings:
|
||||
toolbar:
|
||||
rows:
|
||||
-
|
||||
-
|
||||
name: Formats
|
||||
items:
|
||||
- Styles
|
||||
- Bold
|
||||
- Italic
|
||||
- Underline
|
||||
-
|
||||
name: Liens
|
||||
items:
|
||||
- DrupalLink
|
||||
- DrupalUnlink
|
||||
-
|
||||
name: Listes
|
||||
items:
|
||||
- BulletedList
|
||||
- NumberedList
|
||||
-
|
||||
name: Média
|
||||
items:
|
||||
- Blockquote
|
||||
- DrupalImage
|
||||
- video_embed
|
||||
-
|
||||
name: Outils
|
||||
items:
|
||||
- Source
|
||||
-
|
||||
name: Copy/Paste
|
||||
items:
|
||||
- Copy
|
||||
- Cut
|
||||
- Paste
|
||||
- PasteText
|
||||
- PasteFromWord
|
||||
-
|
||||
name: iframe
|
||||
items:
|
||||
- Iframe
|
||||
items:
|
||||
- heading
|
||||
- bold
|
||||
- underline
|
||||
- italic
|
||||
- link
|
||||
- bulletedList
|
||||
- numberedList
|
||||
- blockQuote
|
||||
- drupalInsertImage
|
||||
- sourceEditing
|
||||
plugins:
|
||||
drupallink:
|
||||
ckeditor5_heading:
|
||||
enabled_headings:
|
||||
- heading2
|
||||
- heading3
|
||||
- heading4
|
||||
- heading5
|
||||
- heading6
|
||||
ckeditor5_list:
|
||||
properties:
|
||||
reversed: true
|
||||
startIndex: true
|
||||
ckeditor5_sourceEditing:
|
||||
allowed_tags: { }
|
||||
linkit_extension:
|
||||
linkit_enabled: true
|
||||
linkit_profile: default
|
||||
stylescombo:
|
||||
styles: h4.inter-titre|Inter-titre
|
||||
video_embed:
|
||||
defaults:
|
||||
children:
|
||||
autoplay: false
|
||||
responsive: false
|
||||
width: '854'
|
||||
height: '480'
|
||||
image_upload:
|
||||
status: true
|
||||
scheme: public
|
||||
directory: wysiwyg-images
|
||||
max_size: ''
|
||||
directory: inline-images
|
||||
max_size: null
|
||||
max_dimensions:
|
||||
width: null
|
||||
height: null
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: k024s6lEcCjGqAq_82KNi-RRCCc37Jxo5frFNChAqao
|
||||
langcode: fr
|
||||
login_with_username: false
|
||||
require_username_on_registration: false
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: Ed6LXVlKotwVS4tx7_rnsL-6NlBoD-PLu3KFPAvpNMc
|
||||
langcode: fr
|
||||
file_scheme: public
|
||||
upload_directory: embed_buttons
|
||||
|
@ -3,17 +3,26 @@ _core:
|
||||
langcode: fr
|
||||
extlink_target: false
|
||||
extlink_target_no_override: false
|
||||
extlink_title_no_override: false
|
||||
extlink_nofollow: false
|
||||
extlink_follow_no_override: false
|
||||
extlink_subdomains: true
|
||||
extlink_alert: false
|
||||
extlink_alert_text: 'Ce lien vous dirige vers un site externe. Nous ne sommes pas responsables de son contenu.'
|
||||
extlink_additional_link_classes: ''
|
||||
extlink_additional_mailto_classes: ''
|
||||
extlink_additional_tel_classes: ''
|
||||
extlink_exclude: ''
|
||||
extlink_include: ''
|
||||
extlink_exclude_noreferrer: ''
|
||||
extlink_class: ext
|
||||
extlink_label: '(le lien est externe)'
|
||||
extlink_img_class: false
|
||||
extlink_css_exclude: ''
|
||||
extlink_css_include: ''
|
||||
extlink_css_explicit: ''
|
||||
extlink_mailto_class: mailto
|
||||
extlink_mailto_label: '(link sends email)'
|
||||
extlink_tel_class: ''
|
||||
extlink_tel_label: '(link is a phone number)'
|
||||
extlink_prevent_orphan: false
|
||||
|
@ -0,0 +1,21 @@
|
||||
uuid: 16f921b2-5e9e-4230-98c2-c8d5cf0fe09a
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_last_date_only
|
||||
- node.type.evenement
|
||||
module:
|
||||
- datetime
|
||||
id: node.evenement.field_last_date_only
|
||||
field_name: field_last_date_only
|
||||
entity_type: node
|
||||
bundle: evenement
|
||||
label: 'last date only'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: datetime
|
@ -10,7 +10,7 @@ id: node.evenement.field_type_evenement
|
||||
field_name: field_type_evenement
|
||||
entity_type: node
|
||||
bundle: evenement
|
||||
label: 'Type d''événement'
|
||||
label: "Type d'événement"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
|
@ -11,7 +11,7 @@ id: node.programme.body
|
||||
field_name: body
|
||||
entity_type: node
|
||||
bundle: programme
|
||||
label: 'Texte d''introduction'
|
||||
label: "Texte d'introduction"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
|
@ -11,7 +11,7 @@ id: node.projet.body
|
||||
field_name: body
|
||||
entity_type: node
|
||||
bundle: projet
|
||||
label: 'Texte d''introduction'
|
||||
label: "Texte d'introduction"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
|
@ -11,7 +11,7 @@ id: paragraph.equipes.field_texte_intro
|
||||
field_name: field_texte_intro
|
||||
entity_type: paragraph
|
||||
bundle: equipes
|
||||
label: 'Texte d''introduction'
|
||||
label: "Texte d'introduction"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
|
@ -9,7 +9,7 @@ id: paragraph.equipes.field_type_equipe
|
||||
field_name: field_type_equipe
|
||||
entity_type: paragraph
|
||||
bundle: equipes
|
||||
label: 'Type d''équipe'
|
||||
label: "Type d'équipe"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0
|
||||
langcode: fr
|
||||
purge_batch_size: 50
|
||||
|
20
config/sync/field.storage.node.field_last_date_only.yml
Normal file
20
config/sync/field.storage.node.field_last_date_only.yml
Normal file
@ -0,0 +1,20 @@
|
||||
uuid: f29abaf8-e11e-4a19-8e1b-1b5487159376
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- datetime
|
||||
- node
|
||||
id: node.field_last_date_only
|
||||
field_name: field_last_date_only
|
||||
entity_type: node
|
||||
type: datetime
|
||||
settings:
|
||||
datetime_type: datetime
|
||||
module: datetime
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: zZhJs6wF6FMXjS8njswFvmbk2XEGcj0nLI-mZCfAoFs
|
||||
langcode: fr
|
||||
field_prefix: field_
|
||||
|
@ -1,9 +1,15 @@
|
||||
_core:
|
||||
default_config_hash: _5293QOM-Perj4qDT33F4EmNlI9Ge0bNd_WYrZilDPA
|
||||
langcode: fr
|
||||
description:
|
||||
type: textfield
|
||||
length: 128
|
||||
icon:
|
||||
directory: core/modules/file/icons
|
||||
make_unused_managed_files_temporary: false
|
||||
filename_sanitization:
|
||||
transliterate: false
|
||||
replace_whitespace: false
|
||||
replace_non_alphanumeric: false
|
||||
deduplicate_separators: false
|
||||
lowercase: false
|
||||
replacement_character: '-'
|
||||
|
@ -8,6 +8,12 @@ name: 'Texte brut'
|
||||
format: plain_text
|
||||
weight: 10
|
||||
filters:
|
||||
filter_autop:
|
||||
id: filter_autop
|
||||
provider: filter
|
||||
status: true
|
||||
weight: 0
|
||||
settings: { }
|
||||
filter_html_escape:
|
||||
id: filter_html_escape
|
||||
provider: filter
|
||||
@ -21,9 +27,3 @@ filters:
|
||||
weight: 0
|
||||
settings:
|
||||
filter_url_length: 72
|
||||
filter_autop:
|
||||
id: filter_autop
|
||||
provider: filter
|
||||
status: true
|
||||
weight: 0
|
||||
settings: { }
|
||||
|
@ -6,7 +6,6 @@ dependencies:
|
||||
- editor
|
||||
- linkit
|
||||
- pathologic
|
||||
- video_embed_wysiwyg
|
||||
_core:
|
||||
default_config_hash: w3wAkgsV6hn7P_cXCSnV-_1B_HOVJ7qwjv2DZID3B7g
|
||||
name: wysiwyg
|
||||
@ -19,30 +18,23 @@ filters:
|
||||
status: true
|
||||
weight: -50
|
||||
settings: { }
|
||||
filter_html_image_secure:
|
||||
id: filter_html_image_secure
|
||||
filter_align:
|
||||
id: filter_align
|
||||
provider: filter
|
||||
status: true
|
||||
weight: -48
|
||||
status: false
|
||||
weight: -40
|
||||
settings: { }
|
||||
filter_url:
|
||||
id: filter_url
|
||||
provider: filter
|
||||
status: true
|
||||
weight: -43
|
||||
settings:
|
||||
filter_url_length: 72
|
||||
filter_autop:
|
||||
id: filter_autop
|
||||
provider: filter
|
||||
status: true
|
||||
status: false
|
||||
weight: -49
|
||||
settings: { }
|
||||
filter_htmlcorrector:
|
||||
id: filter_htmlcorrector
|
||||
filter_caption:
|
||||
id: filter_caption
|
||||
provider: filter
|
||||
status: true
|
||||
weight: -47
|
||||
status: false
|
||||
weight: -39
|
||||
settings: { }
|
||||
filter_html:
|
||||
id: filter_html
|
||||
@ -53,31 +45,30 @@ filters:
|
||||
allowed_html: '<em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h5 id> <h6 id> <u> <a href hreflang !href accesskey id rel target title data-entity-type data-entity-uuid data-entity-substitution> <p> <h1> <pre> <h4 id class="inter-titre"> <img src alt data-entity-type data-entity-uuid data-entity-substitution data-align data-caption> <iframe>'
|
||||
filter_html_help: true
|
||||
filter_html_nofollow: false
|
||||
filter_align:
|
||||
id: filter_align
|
||||
provider: filter
|
||||
status: false
|
||||
weight: -40
|
||||
settings: { }
|
||||
filter_caption:
|
||||
id: filter_caption
|
||||
provider: filter
|
||||
status: false
|
||||
weight: -39
|
||||
settings: { }
|
||||
filter_html_escape:
|
||||
id: filter_html_escape
|
||||
provider: filter
|
||||
status: false
|
||||
weight: -41
|
||||
settings: { }
|
||||
linkit:
|
||||
id: linkit
|
||||
provider: linkit
|
||||
filter_html_image_secure:
|
||||
id: filter_html_image_secure
|
||||
provider: filter
|
||||
status: true
|
||||
weight: -45
|
||||
settings:
|
||||
title: true
|
||||
weight: -48
|
||||
settings: { }
|
||||
filter_htmlcorrector:
|
||||
id: filter_htmlcorrector
|
||||
provider: filter
|
||||
status: true
|
||||
weight: -47
|
||||
settings: { }
|
||||
filter_image_lazy_load:
|
||||
id: filter_image_lazy_load
|
||||
provider: filter
|
||||
status: true
|
||||
weight: -49
|
||||
settings: { }
|
||||
filter_pathologic:
|
||||
id: filter_pathologic
|
||||
provider: pathologic
|
||||
@ -89,9 +80,17 @@ filters:
|
||||
protocol_style: full
|
||||
local_paths: ''
|
||||
keep_language_prefix: false
|
||||
video_embed_wysiwyg:
|
||||
id: video_embed_wysiwyg
|
||||
provider: video_embed_wysiwyg
|
||||
filter_url:
|
||||
id: filter_url
|
||||
provider: filter
|
||||
status: false
|
||||
weight: -43
|
||||
settings:
|
||||
filter_url_length: 72
|
||||
linkit:
|
||||
id: linkit
|
||||
provider: linkit
|
||||
status: true
|
||||
weight: -44
|
||||
settings: { }
|
||||
weight: -45
|
||||
settings:
|
||||
title: true
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: lbxA85k_ynsRFrQ1JCNbgazSNG5GTs5aoOSL0W-UsvM
|
||||
langcode: fr
|
||||
fallback_format: plain_text
|
||||
always_show_fallback_choice: false
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: 5P0QjCOMc-OzCEJUXsMfJWVEj_K97A4OFOhGqnb5Seg
|
||||
langcode: fr
|
||||
geocoder_presave_disabled: false
|
||||
cache: true
|
||||
|
@ -1,13 +1,12 @@
|
||||
_core:
|
||||
default_config_hash: MkRrI2YYk2oy2dBC48Sfb-SPN2Nf9xNMJedYjbsBUFw
|
||||
langcode: fr
|
||||
protect_all_forms: false
|
||||
unprotected_forms:
|
||||
- user_login_form
|
||||
- search_form
|
||||
- search_block_form
|
||||
- views_exposed_form
|
||||
- honeypot_settings_form
|
||||
protect_all_forms: false
|
||||
log: true
|
||||
element_name: url
|
||||
time_limit: 5
|
||||
@ -21,3 +20,4 @@ form_settings:
|
||||
node_fil_form: false
|
||||
node_page_form: false
|
||||
node_static_form: false
|
||||
langcode: fr
|
||||
|
@ -1,5 +1,4 @@
|
||||
_core:
|
||||
default_config_hash: AP0rUkD9J76UrK28UKE15IsUXCzjSfCwJKBujS7ox1M
|
||||
langcode: fr
|
||||
x_default: true
|
||||
defer_to_content_translation: false
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: 7CnygMhc8yrEJGdPf_5QRmPsMvr4QoXlsmMo3te3nbw
|
||||
langcode: fr
|
||||
preview_image: core/modules/image/sample.png
|
||||
allow_insecure_derivatives: false
|
||||
suppress_itok_output: false
|
||||
|
@ -1,20 +0,0 @@
|
||||
uuid: 3cb9724e-13c8-49ac-beea-451de2249407
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- video_embed_wysiwyg
|
||||
_core:
|
||||
default_config_hash: eQ9aeNMJhpII0KPnOnS9JWMGgHLrMrmY3yDBuwswS4I
|
||||
name: video_embed_wysiwyg_preview
|
||||
label: 'Video Embed Wysiwyg: Thumbnail Preview'
|
||||
effects:
|
||||
ba339f97-d07b-476d-9058-6c86c78329a1:
|
||||
uuid: ba339f97-d07b-476d-9058-6c86c78329a1
|
||||
id: image_scale
|
||||
weight: 1
|
||||
data:
|
||||
width: null
|
||||
height: 270
|
||||
upscale: false
|
@ -9,8 +9,8 @@ label: 'Admin profile'
|
||||
description: 'Configuration for site administrators'
|
||||
conf:
|
||||
extensions: '*'
|
||||
maxsize: !!float 0
|
||||
quota: !!float 0
|
||||
maxsize: 0.0
|
||||
quota: 0.0
|
||||
maxwidth: 0
|
||||
maxheight: 0
|
||||
replace: 0
|
||||
|
@ -9,8 +9,8 @@ label: 'Editor profile'
|
||||
description: 'Configuration for site editors'
|
||||
conf:
|
||||
extensions: 'jpg png gif pdf docx jpg jpeg ods doc'
|
||||
maxsize: !!float 2
|
||||
quota: !!float 50
|
||||
maxsize: 2.0
|
||||
quota: 50.0
|
||||
maxwidth: 1024
|
||||
maxheight: 1024
|
||||
replace: 0
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: 4FhrEwOM9yJ8neEoN77sxroTRBUXqRwap0KSJtFnYJs
|
||||
langcode: fr
|
||||
abs_urls: false
|
||||
admin_theme: false
|
||||
roles_profiles:
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: EMWe7Yu4Q5eD-NUfNuQAWGBvYUNZPIinztEtONSmsDc
|
||||
langcode: fr
|
||||
map:
|
||||
'no': nb
|
||||
pt: pt-pt
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: uEePITI9tV6WqzmsTb7MfPCi5yPWXSxAN1xeLcYFQbM
|
||||
langcode: fr
|
||||
session:
|
||||
parameter: language
|
||||
url:
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: dqouFqVseNJNvEjsoYKxbinFOITuCxYhi4y2OTNQP_8
|
||||
langcode: fr
|
||||
all:
|
||||
- language_interface
|
||||
- language_content
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: pefQIx7YdI1zQU_NSZMEY6gyZyFqvH3mhAFVYSeZjdg
|
||||
langcode: fr
|
||||
cache_strings: true
|
||||
translate_english: false
|
||||
javascript:
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: UA1LGT2916TE3VyHCdi_cD-GPCb6ilm9KluygCKnqOI
|
||||
langcode: fr
|
||||
send: false
|
||||
log: true
|
||||
verbose: true
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: IhwTepsVwtbtbcT5GzQKhCXDCRvbk3MNkWqPiuiZ10s
|
||||
langcode: fr
|
||||
theme: current
|
||||
defaults:
|
||||
sender: php_mail
|
||||
|
@ -1,6 +1,5 @@
|
||||
_core:
|
||||
default_config_hash: YGueb7ImKHSG1RRmIB1iqPHVGXTmI2yvCcB-RX7FPeY
|
||||
langcode: fr
|
||||
site_id: '4'
|
||||
url_http: 'http://analytics.figureslibres.io/'
|
||||
url_https: 'https://analytics.figureslibres.io/'
|
||||
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: ENUzSsLjtl0THWvptK2LZ7BJtRbb032hiy3VTvjR7Pw
|
||||
langcode: fr
|
||||
override_parent_selector: false
|
||||
|
@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: W0cgFPhPJ3gAdqm06-az48BLf5MVcoZVS0HdByoofi0
|
||||
langcode: fr
|
||||
use_admin_theme: true
|
||||
|
@ -10,8 +10,8 @@ third_party_settings:
|
||||
parent: ''
|
||||
name: Actualité
|
||||
type: actualite
|
||||
description: ''
|
||||
help: ''
|
||||
description: null
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 1
|
||||
display_submitted: false
|
||||
|
@ -10,8 +10,8 @@ third_party_settings:
|
||||
parent: ''
|
||||
name: Évènement
|
||||
type: evenement
|
||||
description: ''
|
||||
help: ''
|
||||
description: null
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 1
|
||||
display_submitted: false
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user