Compare commits

53 Commits

Author SHA1 Message Date
62981265f7 fixed duplicated events nodes in views 2025-05-26 14:53:21 +02:00
2f49bb4a3c Merge branch 'master' of gitea-figureslibres.io:bachir/popsu-d9 2025-05-06 11:35:23 +02:00
9232efbb93 disable js prevent cut copy paste 2025-05-06 11:34:55 +02:00
2c594067f9 background clor theme 2025-05-06 11:21:50 +02:00
a33e5064e2 background clor body mission photo 2025-05-06 09:54:37 +02:00
106efbee78 background clor body mission photo 2025-05-06 09:40:15 +02:00
0ff8c02807 css titre mision photo dans menu 2025-05-06 09:28:37 +02:00
05e199c2c4 centre de ressource filtres bug fix 2025-04-29 09:44:27 +02:00
8d9ca03cdd body baground color 2025-04-17 16:20:54 +02:00
9ea4d69d50 border img ressources 2025-04-17 16:01:00 +02:00
b5156d7614 responsive font size, carroussel ressources 2025-04-17 13:21:53 +02:00
e100f72f88 responsive burger 2025-04-17 12:22:03 +02:00
ab75f92224 responsive display flex archives 2025-04-17 12:06:00 +02:00
1b90434884 position logo transition, ajout page projet css background color 2025-04-17 11:56:06 +02:00
cf3a7ece76 margin-bottom menu noir 2025-04-14 16:26:58 +02:00
c7a5ed447f 2 couleur cartouches ressources 2025-04-14 16:18:50 +02:00
77eddf6f5a couleur popsu transition cartouche ressources 2025-04-14 16:05:01 +02:00
5fa9f260f3 fond blanc page programme, position block third exode urbain 2025-04-14 15:20:30 +02:00
ea9457d7d4 padding header 2025-04-10 10:55:31 +02:00
bded893630 mission photographique 2025-04-09 17:56:17 +02:00
ebe1ba1f90 projet evenements lié masquer archives 2025-04-09 17:38:01 +02:00
5fa535ca16 ressource filtre programme fix 2025-04-09 15:44:22 +02:00
1573443fa5 responsive header 2025-03-18 11:00:56 +01:00
20531a9ca7 favicon 2025-03-18 11:00:56 +01:00
ac80fa72c6 restored programme page 2025-03-15 20:17:12 +01:00
8230d3f971 updates & reinstalled jquery_ui modules 2025-03-12 10:50:53 +01:00
511fc6314e more updates 2025-03-12 09:51:18 +01:00
c58b53b5b6 pagerer bugfix 2025-03-11 21:47:13 +01:00
731b7914d7 removed obsolete core patch 2025-03-11 21:35:14 +01:00
8de39a05db centre de ressources pagerer bugfix 2025-03-11 20:24:24 +01:00
2896483a9b updated to drupal 10.4 2025-03-11 20:12:40 +01:00
591559f428 ckeditor5 linkit bugfix 2025-03-11 19:33:55 +01:00
bba4dc5c04 switched to ckeditor5 2025-03-11 19:29:56 +01:00
b96a114269 removed perimeter 2025-03-11 18:24:35 +01:00
3bc75af9a8 removed filefield_source & perimeter 2025-03-11 18:22:27 +01:00
ab96f4ec2c removed filefield_source 2025-03-11 18:17:14 +01:00
35b10a4af9 updated drush to 11 2025-03-11 14:22:42 +01:00
cab1ba2084 removed drupal/console 2025-03-11 14:10:46 +01:00
f9e9ebbb46 removed formatter_suite 2025-03-11 13:35:06 +01:00
6bc2251d21 removed cshs 2025-03-11 09:49:26 +01:00
db49575999 updated custom module compatibility for d10 2025-03-11 09:49:11 +01:00
476a80f9b0 updates 2025-03-10 22:10:49 +01:00
c9f7dee33b updates 2025-03-10 22:00:02 +01:00
5294fd1155 updates 2025-03-10 21:53:33 +01:00
e05c39d79c leaflet bugfix 2025-03-10 21:44:55 +01:00
fb232f92de updates 2025-03-10 21:22:15 +01:00
34b2e914b5 gitsubmodule update, updates, profile update 2025-03-10 20:10:09 +01:00
6cad0c8030 updates 2025-03-10 19:57:18 +01:00
00250f57e3 updates 2025-03-10 19:45:32 +01:00
4727ccf41f contrib modules upgrade 2025-03-10 14:44:18 +01:00
11b6e2cecd css header-top-left img max height 2025-03-10 14:26:45 +01:00
ff8e64fe83 css header-top-left img max height 2025-03-10 14:26:45 +01:00
522eab200e ressource diaporama field caption 2025-03-10 14:16:37 +01:00
347 changed files with 6323 additions and 6559 deletions

3
.gitattributes vendored
View File

@ -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."

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "web/profiles/d8-starterkit-profile"]
path = web/profiles/d8-starterkit-profile
url = https://figureslibres.io/gogs/bachir/drupal-starterkit-profile.git
url = https://figureslibres.io/gitea/bachir/drupal-starterkit-profile.git

View File

@ -19,25 +19,32 @@
"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/block_class": "^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/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/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",
@ -47,17 +54,17 @@
"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",
"drupal/twig_xdebug": "^1.2",
"drupal/upgrade_status": "^4.3",
"drupal/video_embed_dailymotion": "^2.0",
"drupal/video_embed_field": "^2.4",
"drupal/views_argument_token": "2.0.x-dev@dev",
@ -156,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"
@ -167,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"
}
}
}

8742
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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

View File

@ -1,2 +1 @@
langcode: fr
menu_depth: 4

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: UiTY9bhUKWJOIWDlOKM3akeeyHuJJRspXETsv3SY6jw
langcode: fr
roles:
admin: perm
user: unsafe

View File

@ -1,5 +1,4 @@
_core:
default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw
langcode: fr
enabled: true
timeout: 172800

View File

@ -1,5 +1,4 @@
_core:
default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos
langcode: fr
enabled: false
timeout: null

View File

@ -1,5 +1,4 @@
_core:
default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw
langcode: fr
enabled: true
timeout: 172800

View File

@ -1,5 +1,4 @@
_core:
default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos
langcode: fr
enabled: false
timeout: null

View File

@ -7,8 +7,9 @@ max_timeout: 172800
padding: 20
role_logout: false
redirect_url: /
include_destination: true
no_dialog: true
message: 'Your session is about to expire. Do you want to reset it?'
message: 'We are about to log you out for inactivity. If we do, you will lose any unsaved work. Do you need more time?'
inactivity_message: 'You have been logged out due to inactivity.'
inactivity_message_type: status
modal_width: 450

View File

@ -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: { }

View File

@ -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: { }

View File

@ -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: { }

View File

@ -1,8 +1,8 @@
langcode: fr
maxlength_block_class_field: 255
field_type: multiple_textfields
default_case: standard
allow_only_letters_and_numbers: false
block_classes_stored: { }
enable_attributes: true
enable_auto_complete: true
qty_classes_per_block: 10
@ -13,6 +13,7 @@ enable_id_replacement: true
weight_attributes: null
weight_class: null
weight_id: null
maxlength_attributes: 255
attribute_keys_stored: '[]'
attribute_value_stored: '[]'
attributes_inline: '[]'

View File

@ -4,5 +4,5 @@ status: true
dependencies: { }
id: custom
label: custom
revision: 0
revision: false
description: ''

View File

@ -4,5 +4,5 @@ status: true
dependencies: { }
id: logo_block
label: 'logo block'
revision: 0
revision: false
description: ''

View File

@ -1,5 +1,4 @@
_core:
default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o
langcode: fr
auto_import: { }
auto_export: { }

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk
langcode: fr
mode: simple
ignored_config_entities:
- domain_alias.settings

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8
langcode: fr
default_form: feedback
flood:
limit: 5

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: NDkHK4I7-fpBSVP6pPMg_MLvHZcjgriRzCSGA4vnpi8
langcode: fr
verbose: 0
types:
contact_message: { }

View File

@ -1,5 +1,4 @@
_core:
default_config_hash: X-PFa6GhUhVBudfnAsBqaWn_qhxq0xTtg76HCEoibeQ
langcode: fr
content_lock_timeout_minutes: '30'
content_lock_timeout_on_edit: 0

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -7,6 +7,7 @@ dependencies:
_core:
default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI
id: user.register
label: 'S''inscrire'
label: "S'inscrire"
description: ''
targetEntityType: user
cache: true

View File

@ -42,6 +42,7 @@ content:
settings:
timezone_override: ''
format_type: medium
from_to: both
separator: '-'
third_party_settings: { }
weight: 114

View File

@ -21,15 +21,8 @@ dependencies:
- node.type.actualite
module:
- image
- panelizer
- smart_date
- user
third_party_settings:
panelizer:
enable: false
custom: false
allow: false
default: default
id: node.actualite.teaser
targetEntityType: node
bundle: actualite

View File

@ -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
@ -23,15 +24,8 @@ dependencies:
- field.field.node.evenement.field_type_evenement
- node.type.evenement
module:
- panelizer
- smart_date
- user
third_party_settings:
panelizer:
enable: false
custom: false
allow: false
default: default
id: node.evenement.accroche_ss_image
targetEntityType: node
bundle: evenement
@ -85,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

View File

@ -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
@ -27,15 +28,8 @@ dependencies:
- file
- image
- link
- panelizer
- text
- user
third_party_settings:
panelizer:
enable: false
custom: false
allow: false
default: default
id: node.evenement.default
targetEntityType: node
bundle: evenement
@ -46,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
@ -55,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
@ -63,7 +66,7 @@ content:
settings:
link: true
third_party_settings: { }
weight: 115
weight: 13
region: content
field_fichier:
type: file_default
@ -71,7 +74,7 @@ content:
settings:
use_description_as_link_text: true
third_party_settings: { }
weight: 110
weight: 8
region: content
field_image:
type: image
@ -82,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
@ -101,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
@ -124,7 +127,7 @@ content:
view_mode: default
link: ''
third_party_settings: { }
weight: 112
weight: 10
region: content
field_programme:
type: entity_reference_label
@ -132,7 +135,7 @@ content:
settings:
link: true
third_party_settings: { }
weight: 104
weight: 4
region: content
field_projet:
type: entity_reference_label
@ -140,7 +143,7 @@ content:
settings:
link: true
third_party_settings: { }
weight: 116
weight: 14
region: content
field_promu_en_page_programme:
type: boolean
@ -150,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
@ -158,7 +161,7 @@ content:
settings:
link: true
third_party_settings: { }
weight: 114
weight: 12
region: content
field_sous_titre:
type: string
@ -166,7 +169,7 @@ content:
settings:
link_to_entity: false
third_party_settings: { }
weight: 107
weight: 5
region: content
field_theme:
type: entity_reference_label
@ -174,7 +177,7 @@ content:
settings:
link: true
third_party_settings: { }
weight: 117
weight: 15
region: content
field_type_evenement:
type: entity_reference_label
@ -182,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

View File

@ -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
@ -25,14 +26,7 @@ dependencies:
- node.type.evenement
module:
- image
- panelizer
- user
third_party_settings:
panelizer:
enable: false
custom: false
allow: false
default: default
id: node.evenement.teaser
targetEntityType: node
bundle: evenement
@ -76,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

View File

@ -7,14 +7,7 @@ dependencies:
- node.type.iframe
module:
- iframe
- panelizer
- user
third_party_settings:
panelizer:
enable: false
custom: false
allow: false
default: default
id: node.iframe.default
targetEntityType: node
bundle: iframe

View File

@ -17,15 +17,8 @@ dependencies:
module:
- entity_reference_revisions
- image
- panelizer
- text
- user
third_party_settings:
panelizer:
enable: false
custom: false
allow: false
default: default
id: node.programme.default
targetEntityType: node
bundle: programme

View File

@ -16,15 +16,8 @@ dependencies:
- field.field.node.programme.field_textes
- node.type.programme
module:
- panelizer
- text
- user
third_party_settings:
panelizer:
enable: false
custom: false
allow: false
default: default
id: node.programme.teaser
targetEntityType: node
bundle: programme

View File

@ -26,15 +26,8 @@ dependencies:
- field.field.node.projet.field_ville
- node.type.projet
module:
- panelizer
- text
- user
third_party_settings:
panelizer:
enable: false
custom: false
allow: false
default: default
id: node.projet.accroche_ss_image
targetEntityType: node
bundle: projet

View File

@ -29,15 +29,8 @@ dependencies:
- entity_reference_revisions
- image
- options
- panelizer
- text
- user
third_party_settings:
panelizer:
enable: false
custom: false
allow: false
default: default
id: node.projet.default
targetEntityType: node
bundle: projet

View File

@ -28,15 +28,8 @@ dependencies:
- node.type.projet
module:
- image
- panelizer
- text
- user
third_party_settings:
panelizer:
enable: false
custom: false
allow: false
default: default
id: node.projet.teaser
targetEntityType: node
bundle: projet

View File

@ -27,16 +27,10 @@ dependencies:
- datetime
- file
- image
- panelizer
- image_field_caption
- text
- user
- video_embed_field
third_party_settings:
panelizer:
enable: false
custom: false
allow: false
default: default
id: node.ressource.default
targetEntityType: node
bundle: ressource
@ -109,11 +103,11 @@ content:
weight: 12
region: content
field_image:
type: image
type: image_caption
label: hidden
settings:
image_link: ''
image_style: ''
image_link: ''
image_loading:
attribute: lazy
third_party_settings: { }

View File

@ -27,15 +27,8 @@ dependencies:
- node.type.ressource
module:
- image
- panelizer
- text
- user
third_party_settings:
panelizer:
enable: false
custom: false
allow: false
default: default
id: node.ressource.teaser
targetEntityType: node
bundle: ressource

View File

@ -27,15 +27,8 @@ dependencies:
- node.type.ressource
module:
- image
- panelizer
- text
- user
third_party_settings:
panelizer:
enable: false
custom: false
allow: false
default: default
id: node.ressource.third
targetEntityType: node
bundle: ressource

View File

@ -17,15 +17,8 @@ dependencies:
module:
- entity_reference_revisions
- file
- panelizer
- text
- user
third_party_settings:
panelizer:
enable: false
custom: false
allow: false
default: default
_core:
default_config_hash: oGSMA6gtfWJ1AlOJQfaQ3Qpi7ZarWaHqInUX9DaJLzo
id: node.static.default

View File

@ -19,15 +19,8 @@ dependencies:
- entity_reference_revisions
- file
- link
- panelizer
- text
- user
third_party_settings:
panelizer:
enable: false
custom: false
allow: false
default: default
_core:
default_config_hash: oGSMA6gtfWJ1AlOJQfaQ3Qpi7ZarWaHqInUX9DaJLzo
id: node.static.full

View File

@ -17,14 +17,7 @@ dependencies:
- node.type.static
module:
- entity_reference_revisions
- panelizer
- user
third_party_settings:
panelizer:
enable: false
custom: false
allow: false
default: default
_core:
default_config_hash: oGSMA6gtfWJ1AlOJQfaQ3Qpi7ZarWaHqInUX9DaJLzo
id: node.static.teaser

View File

@ -22,15 +22,8 @@ dependencies:
- node.type.theme
module:
- image
- panelizer
- text
- user
third_party_settings:
panelizer:
enable: false
custom: false
allow: false
default: default
id: node.theme.teaser
targetEntityType: node
bundle: theme

View File

@ -8,14 +8,7 @@ dependencies:
- taxonomy.vocabulary.collection
module:
- image
- panelizer
- text
third_party_settings:
panelizer:
enable: false
custom: false
allow: false
default: default
id: taxonomy_term.collection.default
targetEntityType: taxonomy_term
bundle: collection

View File

@ -10,117 +10,7 @@ dependencies:
- taxonomy.vocabulary.collection
module:
- image
- panelizer
- text
third_party_settings:
panelizer:
enable: false
custom: false
allow: false
default: default
displays:
default:
id: panels_variant
label: Master
weight: 0
uuid: a8e0bd0c-c292-46dd-aa98-5d34dc9d7b61
blocks:
7fa724d2-1402-45cf-a2c9-d4563e0d96f1:
id: 'entity_field:taxonomy_term:description'
label: Description
label_display: '0'
provider: ctools_block
context_mapping:
entity: '@panelizer.entity_context:entity'
formatter:
type: text_default
weight: 0
region: content
label: hidden
settings: { }
third_party_settings: { }
region: content
weight: 0
uuid: 7fa724d2-1402-45cf-a2c9-d4563e0d96f1
9d97303f-88fe-4ca4-95dd-083d9b67c8f9:
id: 'entity_field:taxonomy_term:field_image'
label: Image
label_display: '0'
provider: ctools_block
context_mapping:
entity: '@panelizer.entity_context:entity'
formatter:
type: image
weight: 0
region: content
label: visually_hidden
settings:
image_link: content
image_style: large
image_loading:
attribute: lazy
third_party_settings: { }
region: content
weight: 1
uuid: 9d97303f-88fe-4ca4-95dd-083d9b67c8f9
90c181f9-7945-4075-a55b-b97707831952:
id: 'entity_field:taxonomy_term:field_programmes'
label: Programmes
label_display: '0'
provider: ctools_block
context_mapping:
entity: '@panelizer.entity_context:entity'
formatter:
type: entity_reference_label
weight: 0
region: content
label: visually_hidden
settings:
link: true
third_party_settings: { }
region: content
weight: 2
uuid: 90c181f9-7945-4075-a55b-b97707831952
ab56cd42-fca7-41ea-a4b1-63152a891bc8:
id: 'entity_field:taxonomy_term:name'
label: Nom
label_display: '0'
provider: ctools_block
context_mapping:
entity: '@panelizer.entity_context:entity'
formatter:
type: string
weight: 0
label: visually_hidden
settings:
link_to_entity: false
third_party_settings: { }
region: content
weight: -1
uuid: ab56cd42-fca7-41ea-a4b1-63152a891bc8
84b1f41f-4a47-4e93-99c3-28eff93434b4:
id: 'views_block:collection-block_1'
label: ''
label_display: visible
provider: views
context_mapping: { }
views_label: ''
items_per_page: none
arguments:
tid:
type: taxonomy
value: '[@panelizer.entity_context:entity:tid]'
region: content
weight: -2
uuid: 84b1f41f-4a47-4e93-99c3-28eff93434b4
page_title: '[term:tid]'
layout: layout_onecol
layout_settings: { }
builder: standard
storage_type: panelizer_default
storage_id: 'taxonomy_term:collection:third_column:default'
static_context: { }
pattern: panelizer
id: taxonomy_term.collection.third_column
targetEntityType: taxonomy_term
bundle: collection

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: AJ4KPUipTz1VsDPfMT_D9pamgbfXUJBgvYVel4P1DHE
id: block.token
label: 'Jeton (token)'
description: ''
targetEntityType: block
cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg
id: block_content.full
label: Full
description: ''
targetEntityType: block_content
cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: X-u-oHfskJg3f8koTCKJndfJyBWavJ5aWeHGYn2arnE
id: contact_message.token
label: 'Jeton (token)'
description: ''
targetEntityType: contact_message
cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: T6IiNXJhdrBudWJ_guxnUz3p71T0lFcidLSTM9VlFl8
id: file.token
label: 'Jeton (token)'
description: ''
targetEntityType: file
cache: true

View File

@ -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

View File

@ -6,5 +6,6 @@ dependencies:
- node
id: node.accroche_ss_image
label: 'accroche ss image'
description: ''
targetEntityType: node
cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: ElrtInxGjZd7GaapJ5O9n-ugi2hG2IxFivtgn0tHOsk
id: node.full
label: 'Contenu complet'
description: ''
targetEntityType: node
cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: vlYzr-rp2f9NMp-Qlr4sFjlqRq-90mco5-afLNGwCrU
id: node.rss
label: RSS
description: ''
targetEntityType: node
cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: fVFfJv_GzBRE-wpRHbfD5a3VjnhbEOXG6lvRd3uaccY
id: node.search_index
label: 'Index de recherche'
description: ''
targetEntityType: node
cache: true

View File

@ -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

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: Mz9qWr1kUYK0mjRAGDsr5XS6PvtZ24en_7ndt-pyWe4
id: node.teaser
label: Accroche
description: ''
targetEntityType: node
cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- node
id: node.third
label: 'third column'
description: ''
targetEntityType: node
cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: vIX64lRX14_lPePewHfWVFSyTfJt0Yh-Lja05UgP8N0
id: node.token
label: 'Jeton (token)'
description: ''
targetEntityType: node
cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- paragraphs
id: paragraph.accroche
label: accroche
description: ''
targetEntityType: paragraph
cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- paragraphs
id: paragraph.admin
label: admin
description: ''
targetEntityType: paragraph
cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg
id: paragraph.preview
label: Preview
description: ''
targetEntityType: paragraph
cache: true

View File

@ -6,5 +6,6 @@ dependencies:
- path_alias
id: path_alias.token
label: Token
description: ''
targetEntityType: path_alias
cache: true

View File

@ -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

View File

@ -6,5 +6,6 @@ dependencies:
- taxonomy
id: taxonomy_term.third_column
label: 'third column'
description: ''
targetEntityType: taxonomy_term
cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: AQZt3mTM-HGFLxai2IPOFFyGtOVC-P26IQaOLYmI1b8
id: taxonomy_term.token
label: 'Jeton (token)'
description: ''
targetEntityType: taxonomy_term
cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: 71CSAr_LNPcgu6D6jI4INl1KATkahmeyUFBETAWya8g
id: user.compact
label: Compact
description: ''
targetEntityType: user
cache: true

View File

@ -8,5 +8,6 @@ _core:
default_config_hash: mQIF_foYjmnVSr9MpcD4CTaJE_FpO1AyDd_DskztGhM
id: user.full
label: 'Compte utilisateur'
description: ''
targetEntityType: user
cache: true

View File

@ -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

View File

@ -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
@ -57,6 +55,7 @@ module:
field_group: 0
field_ui: 0
file: 0
file_delete: 0
file_replace: 0
filter: 0
filter_perms: 0
@ -82,6 +81,7 @@ module:
jquery_ui_droppable: 0
jquery_ui_slider: 0
jquery_ui_touch_punch: 0
js_cookie: 0
language: 0
layout_discovery: 0
leaflet: 0
@ -111,17 +111,17 @@ module:
page_manager: 0
page_manager_ui: 0
pagerer: 0
panelizer: 0
panels: 0
panels_ipe: 0
path: 0
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
@ -143,10 +143,10 @@ module:
translation_views: 0
twig_xdebug: 0
update: 0
upgrade_status: 0
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
@ -154,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

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM
langcode: fr
definitions:
contact__site_page:
menu_name: footer

View File

@ -1,4 +1,3 @@
_core:
default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58
langcode: fr
row_limit: 1000

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: 8SYa5OOpQGdg4wnttb0LFNuG6GmivsS2qNv9sTH9gDI
langcode: fr
page_alter: false
raw_names: false
error_handlers:

View File

@ -1,6 +1,5 @@
_core:
default_config_hash: IDzCy0l7vH5sENShziSE_TwGo7oDfS1yB4c26KU6WnE
langcode: fr
toolbar_items:
- devel.cache_clear
- devel.phpinfo

View File

@ -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
- 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

View File

@ -1,5 +1,4 @@
_core:
default_config_hash: k024s6lEcCjGqAq_82KNi-RRCCc37Jxo5frFNChAqao
langcode: fr
login_with_username: false
require_username_on_registration: false

View File

@ -1,5 +1,4 @@
_core:
default_config_hash: Ed6LXVlKotwVS4tx7_rnsL-6NlBoD-PLu3KFPAvpNMc
langcode: fr
file_scheme: public
upload_directory: embed_buttons

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -43,6 +43,6 @@ settings:
width: null
height: null
caption: ''
caption_field: 0
caption_field: 1
caption_field_required: 0
field_type: image

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,3 @@
_core:
default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0
langcode: fr
purge_batch_size: 50

View 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

View File

@ -1,4 +1,3 @@
_core:
default_config_hash: zZhJs6wF6FMXjS8njswFvmbk2XEGcj0nLI-mZCfAoFs
langcode: fr
field_prefix: field_

View File

@ -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: '-'

View File

@ -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: { }

View File

@ -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

View File

@ -1,5 +1,4 @@
_core:
default_config_hash: lbxA85k_ynsRFrQ1JCNbgazSNG5GTs5aoOSL0W-UsvM
langcode: fr
fallback_format: plain_text
always_show_fallback_choice: false

Some files were not shown because too many files have changed in this diff Show More