switched to ckeditor5, plu C modules

This commit is contained in:
Bachir Soussi Chiadmi 2024-08-12 16:03:53 +02:00
parent 5bc14ec286
commit b4082df0d7
51 changed files with 860 additions and 266 deletions

View File

@ -96,7 +96,7 @@
"drupal/core-composer-scaffold": "9.5.9", "drupal/core-composer-scaffold": "9.5.9",
"drupal/core-project-message": "9.5.9", "drupal/core-project-message": "9.5.9",
"drupal/core-recommended": "9.5.9", "drupal/core-recommended": "9.5.9",
"drupal/ctools": "^3.6", "drupal/ctools": "^4.0",
"drupal/debug_bar": "^1.4", "drupal/debug_bar": "^1.4",
"drupal/devel": "^4.1", "drupal/devel": "^4.1",
"drupal/devel_entity_updates": "^3", "drupal/devel_entity_updates": "^3",
@ -129,7 +129,7 @@
"drupal/mimemail": "^1.x-dev", "drupal/mimemail": "^1.x-dev",
"drupal/modules_weight": "^1.8", "drupal/modules_weight": "^1.8",
"drupal/pagerer": "^2.3", "drupal/pagerer": "^2.3",
"drupal/password_policy": "^3.0", "drupal/password_policy": "^4.0",
"drupal/payment": "^2.1", "drupal/payment": "^2.1",
"drupal/pdf_api": "^2.3", "drupal/pdf_api": "^2.3",
"drupal/permissions_filter": "^1.1", "drupal/permissions_filter": "^1.1",

143
composer.lock generated
View File

@ -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": "0d1bcbda894d103220da21abefb71746", "content-hash": "887dac0bd2b95fbc87075c3b657eb82d",
"packages": [ "packages": [
{ {
"name": "alchemy/zippy", "name": "alchemy/zippy",
@ -3767,35 +3767,32 @@
}, },
{ {
"name": "drupal/checklistapi", "name": "drupal/checklistapi",
"version": "2.1.1", "version": "2.1.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/checklistapi.git", "url": "https://git.drupalcode.org/project/checklistapi.git",
"reference": "2.1.1" "reference": "2.1.6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/checklistapi-2.1.1.zip", "url": "https://ftp.drupal.org/files/projects/checklistapi-2.1.6.zip",
"reference": "2.1.1", "reference": "2.1.6",
"shasum": "69acb461c13aa7d37a91da078c3ceb0818543b87" "shasum": "64f439b7dd09336c4b32480edf1796cbc911d9b4"
}, },
"require": { "require": {
"drupal/core": "^9.3 || ^10", "drupal/core": "^9.3 || ^10 || ^11",
"php": ">=5.6.0" "php": ">=7.3.0"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "2.1.1", "version": "2.1.6",
"datestamp": "1659116985", "datestamp": "1713801912",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
} }
}, },
"branch-alias": {
"dev-master": "1.x-dev"
},
"drush": { "drush": {
"services": { "services": {
"drush.services.yml": "^10" "drush.services.yml": "^10"
@ -3809,9 +3806,17 @@
"authors": [ "authors": [
{ {
"name": "Travis Carden", "name": "Travis Carden",
"homepage": "https://www.drupal.org/user/236758", "homepage": "https://www.drupal.org/user/3550392",
"email": "travis.carden@gmail.com" "email": "travis.carden@gmail.com"
}, },
{
"name": "Rajeshreeputra",
"homepage": "https://www.drupal.org/user/3418561"
},
{
"name": "TravisCarden",
"homepage": "https://www.drupal.org/user/236758"
},
{ {
"name": "VladimirAus", "name": "VladimirAus",
"homepage": "https://www.drupal.org/user/673120" "homepage": "https://www.drupal.org/user/673120"
@ -6845,26 +6850,26 @@
}, },
{ {
"name": "drupal/ctools", "name": "drupal/ctools",
"version": "3.11.0", "version": "4.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/ctools.git", "url": "https://git.drupalcode.org/project/ctools.git",
"reference": "8.x-3.11" "reference": "4.1.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.11.zip", "url": "https://ftp.drupal.org/files/projects/ctools-4.1.0.zip",
"reference": "8.x-3.11", "reference": "4.1.0",
"shasum": "67da670df43155d1e15c80c7b0e326b3049ac5a2" "shasum": "69f5889cf557df9e55519390e6a95cfa31b67874"
}, },
"require": { "require": {
"drupal/core": "^9.3 || ^10" "drupal/core": "^9.5 || ^10 || ^11"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-3.11", "version": "4.1.0",
"datestamp": "1660167573", "datestamp": "1718144949",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -11569,27 +11574,26 @@
}, },
{ {
"name": "drupal/password_policy", "name": "drupal/password_policy",
"version": "3.1.0", "version": "4.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/password_policy.git", "url": "https://git.drupalcode.org/project/password_policy.git",
"reference": "8.x-3.1" "reference": "4.0.2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/password_policy-8.x-3.1.zip", "url": "https://ftp.drupal.org/files/projects/password_policy-4.0.2.zip",
"reference": "8.x-3.1", "reference": "4.0.2",
"shasum": "d5e79ce4949c74080b4a6f655aa7ae914c663019" "shasum": "28159e43602ff42871c8fdd71afb63cb5890bef7"
}, },
"require": { "require": {
"drupal/core": "^8 || ^9", "drupal/core": "^9.1 || ^10 || ^11"
"drupal/ctools": "^3.1"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-3.1", "version": "4.0.2",
"datestamp": "1639661368", "datestamp": "1722537412",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -11609,6 +11613,10 @@
"name": "deekayen", "name": "deekayen",
"homepage": "https://www.drupal.org/user/972" "homepage": "https://www.drupal.org/user/972"
}, },
{
"name": "Kristen Pol",
"homepage": "https://www.drupal.org/user/8389"
},
{ {
"name": "miglius", "name": "miglius",
"homepage": "https://www.drupal.org/user/18741" "homepage": "https://www.drupal.org/user/18741"
@ -11624,6 +11632,10 @@
{ {
"name": "shrop", "name": "shrop",
"homepage": "https://www.drupal.org/user/14767" "homepage": "https://www.drupal.org/user/14767"
},
{
"name": "vishalkhode",
"homepage": "https://www.drupal.org/user/2439156"
} }
], ],
"description": "Sets up constraints and expiration of passwords.", "description": "Sets up constraints and expiration of passwords.",
@ -11684,31 +11696,34 @@
}, },
{ {
"name": "drupal/pathauto", "name": "drupal/pathauto",
"version": "1.9.0", "version": "1.13.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/pathauto.git", "url": "https://git.drupalcode.org/project/pathauto.git",
"reference": "8.x-1.9" "reference": "8.x-1.13"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.9.zip", "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.13.zip",
"reference": "8.x-1.9", "reference": "8.x-1.13",
"shasum": "f075ebff595c9b8b62333d65ad29020330e0ea9d" "shasum": "e64b5a82cf1b8ab48bce400b21ae6fc99c8078fd"
}, },
"require": { "require": {
"drupal/core": "^8.8 || ^9", "drupal/core": "^9.4 || ^10 || ^11",
"drupal/ctools": "*", "drupal/ctools": "*",
"drupal/token": "*" "drupal/token": "*"
}, },
"require-dev": {
"drupal/forum": "*"
},
"suggest": { "suggest": {
"drupal/redirect": "When installed Pathauto will provide a new \"Update Action\" in case your URLs change. This is the recommended update action and is considered the best practice for SEO and usability." "drupal/redirect": "When installed Pathauto will provide a new \"Update Action\" in case your URLs change. This is the recommended update action and is considered the best practice for SEO and usability."
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.9", "version": "8.x-1.13",
"datestamp": "1644822949", "datestamp": "1722507672",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -14128,26 +14143,29 @@
}, },
{ {
"name": "drupal/token", "name": "drupal/token",
"version": "1.11.0", "version": "1.15.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/token.git", "url": "https://git.drupalcode.org/project/token.git",
"reference": "8.x-1.11" "reference": "8.x-1.15"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/token-8.x-1.11.zip", "url": "https://ftp.drupal.org/files/projects/token-8.x-1.15.zip",
"reference": "8.x-1.11", "reference": "8.x-1.15",
"shasum": "da264b36d1f88eb0c74bf84e18e8789854f98400" "shasum": "5916fbccc86458a5f51e71f832ac70ff4c84ebdf"
}, },
"require": { "require": {
"drupal/core": "^9.2 || ^10" "drupal/core": "^9.2 || ^10 || ^11"
},
"require-dev": {
"drupal/book": "*"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.11", "version": "8.x-1.15",
"datestamp": "1659471813", "datestamp": "1722206211",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -14155,7 +14173,7 @@
}, },
"drush": { "drush": {
"services": { "services": {
"drush.services.yml": "^9 || ^10" "drush.services.yml": ">=9"
} }
} }
}, },
@ -14685,30 +14703,31 @@
}, },
{ {
"name": "drupal/video_embed_field", "name": "drupal/video_embed_field",
"version": "2.4.0", "version": "2.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/video_embed_field.git", "url": "https://git.drupalcode.org/project/video_embed_field.git",
"reference": "8.x-2.4" "reference": "8.x-2.5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.4.zip", "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.5.zip",
"reference": "8.x-2.4", "reference": "8.x-2.5",
"shasum": "96b14bb93c1bb6a07b84315a4f87367870f8b574" "shasum": "997ed67b6873e822fe628f87f65bd6da67e7350c"
}, },
"require": { "require": {
"drupal/core": "^8.8 || ^9" "drupal/core": "^9.2 || ^10"
}, },
"require-dev": { "require-dev": {
"drupal/colorbox": "^1.0", "drupal/ckeditor": "^1",
"drupal/colorbox": "^2",
"drupal/video_embed_media": "*" "drupal/video_embed_media": "*"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-2.4", "version": "8.x-2.5",
"datestamp": "1587686337", "datestamp": "1671413311",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -14717,12 +14736,12 @@
}, },
"notification-url": "https://packages.drupal.org/8/downloads", "notification-url": "https://packages.drupal.org/8/downloads",
"license": [ "license": [
"GPL-2.0+" "GPL-2.0-or-later"
], ],
"authors": [ "authors": [
{ {
"name": "Sam152", "name": "abhinesh",
"homepage": "https://www.drupal.org/user/1485048" "homepage": "https://www.drupal.org/user/3645979"
}, },
{ {
"name": "jec006", "name": "jec006",
@ -14731,6 +14750,10 @@
{ {
"name": "plopesc", "name": "plopesc",
"homepage": "https://www.drupal.org/user/282415" "homepage": "https://www.drupal.org/user/282415"
},
{
"name": "Sam152",
"homepage": "https://www.drupal.org/user/1485048"
} }
], ],
"description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.", "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",

View File

@ -9,8 +9,9 @@ no_individual_logout_threshold: true
role_logout: true role_logout: true
role_logout_max: true role_logout_max: true
redirect_url: / redirect_url: /
include_destination: true
no_dialog: 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: '' inactivity_message: ''
inactivity_message_type: status inactivity_message_type: status
modal_width: 450 modal_width: 450

View File

@ -25,11 +25,7 @@ module:
breakpoint: 0 breakpoint: 0
bulkdelete: 0 bulkdelete: 0
checklistapi: 0 checklistapi: 0
ckeditor: 0 ckeditor5: 0
ckeditor_codemirror: 0
ckeditor_font: 0
ckeditor_uploadimage: 0
colorbutton: 0
commerce: 0 commerce: 0
commerce_cart: 0 commerce_cart: 0
commerce_cart_api: 0 commerce_cart_api: 0
@ -157,7 +153,6 @@ module:
options: 0 options: 0
page_cache: 0 page_cache: 0
pagerer: 0 pagerer: 0
panelbutton: 0
path: 0 path: 0
path_alias: 0 path_alias: 0
path_alias_xt: 0 path_alias_xt: 0
@ -226,7 +221,6 @@ module:
user_history: 0 user_history: 0
vde_drush: 0 vde_drush: 0
video_embed_field: 0 video_embed_field: 0
video_embed_wysiwyg: 0
views_bulk_edit: 0 views_bulk_edit: 0
views_bulk_operations: 0 views_bulk_operations: 0
views_conditional: 0 views_conditional: 0

View File

@ -1,87 +1,56 @@
uuid: ea629e5d-5d2a-4851-9587-c90de9fafa5f uuid: 56efc351-aaf7-4d9f-b10f-69884d689462
langcode: fr langcode: fr
status: true status: true
dependencies: dependencies:
config: config:
- filter.format.full_html - filter.format.full_html
module: module:
- ckeditor - ckeditor5
format: full_html format: full_html
editor: ckeditor editor: ckeditor5
settings: settings:
toolbar: toolbar:
rows:
-
-
name: Formats
items: items:
- Format - heading
- Styles - underline
- Underline - strikethrough
- Strike - bold
- Bold - italic
- Italic - blockQuote
- Blockquote - link
- - bulletedList
name: color - numberedList
items: - drupalInsertImage
- TextColor - sourceEditing
- BGColor - alignment
-
name: Liens
items:
- DrupalLink
- DrupalUnlink
-
name: Listes
items:
- BulletedList
- NumberedList
-
name: Média
items:
- DrupalImage
-
name: Outils
items:
- Source
-
name: align
items:
- JustifyLeft
- JustifyCenter
- JustifyRight
- JustifyBlock
plugins: plugins:
drupallink: ckeditor5_heading:
linkit_enabled: true enabled_headings:
linkit_profile: default - heading2
stylescombo: - heading3
styles: '' - heading4
codemirror: - heading5
enable: true - heading6
mode: htmlmixed ckeditor5_sourceEditing:
theme: monokai allowed_tags: { }
startupMode: wysiwyg ckeditor5_list:
options: reversed: true
lineNumbers: true startIndex: true
lineWrapping: true ckeditor5_alignment:
matchBrackets: true enabled_alignments:
autoCloseTags: true - left
autoCloseBrackets: true - center
enableSearchTools: true - right
enableCodeFolding: true - justify
enableCodeFormatting: true ckeditor5_imageResize:
autoFormatOnStart: true allow_resize: true
autoFormatOnModeChange: true editor_advanced_link_link:
autoFormatOnUncomment: true enabled_attributes: { }
colorbutton:
colors: ''
image_upload: image_upload:
status: true status: true
scheme: public scheme: public
directory: inline-images directory: inline-images
max_size: '' max_size: ''
max_dimensions: max_dimensions:
width: null width: 0
height: null height: 0

View File

@ -1,85 +1,41 @@
uuid: 3ee84454-2996-4dd0-85cb-037da45a7137 uuid: a786d05f-0af2-4ceb-a899-ae15d35f7cc1
langcode: fr langcode: fr
status: true status: true
dependencies: dependencies:
config: config:
- filter.format.wysiwyg - filter.format.wysiwyg
module: module:
- ckeditor - ckeditor5
_core:
default_config_hash: 45tCDsVx8RKDcrtyfVeP88jcBXzIxLtadjP2kF_DIjs
format: wysiwyg format: wysiwyg
editor: ckeditor editor: ckeditor5
settings: settings:
toolbar: toolbar:
rows:
-
-
name: Formats
items: items:
- Styles - bold
- Bold - italic
- Italic - underline
- Underline - specialCharacters
- - link
name: misc - bulletedList
items: - numberedList
- SpecialChar - blockQuote
- - drupalInsertImage
name: Liens - sourceEditing
items:
- DrupalLink
- DrupalUnlink
-
name: Listes
items:
- BulletedList
- NumberedList
-
name: Média
items:
- Blockquote
- DrupalImage
-
name: Outils
items:
- Source
-
name: Copy/Paste
items:
- Copy
- Cut
- Paste
- PasteText
- PasteFromWord
plugins: plugins:
drupallink: ckeditor5_sourceEditing:
linkit_enabled: true allowed_tags: { }
linkit_profile: default ckeditor5_list:
stylescombo: reversed: true
styles: h4.inter-titre|Inter-titre startIndex: true
codemirror: ckeditor5_imageResize:
enable: true allow_resize: true
mode: htmlmixed editor_advanced_link_link:
theme: monokai enabled_attributes: { }
startupMode: wysiwyg
options:
lineNumbers: true
lineWrapping: true
matchBrackets: true
autoCloseTags: true
autoCloseBrackets: true
enableSearchTools: true
enableCodeFolding: true
enableCodeFormatting: true
autoFormatOnStart: true
autoFormatOnModeChange: true
autoFormatOnUncomment: true
image_upload: image_upload:
status: true status: true
scheme: public scheme: public
directory: wysiwyg-images directory: inline-images
max_size: '' max_size: ''
max_dimensions: max_dimensions:
width: null width: 0
height: null height: 0

View File

@ -44,7 +44,7 @@ filters:
status: false status: false
weight: -10 weight: -10
settings: settings:
allowed_html: '<a href hreflang data-entity-type data-entity-uuid data-entity-substitution> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <img src alt data-entity-type data-entity-uuid data-entity-substitution> <s> <p> <h1> <pre> <u> <span>' allowed_html: ''
filter_html_help: true filter_html_help: true
filter_html_nofollow: false filter_html_nofollow: false
linkit: linkit:

View File

@ -15,7 +15,7 @@ filters:
editor_file_reference: editor_file_reference:
id: editor_file_reference id: editor_file_reference
provider: editor provider: editor
status: true status: false
weight: -50 weight: -50
settings: { } settings: { }
filter_html_image_secure: filter_html_image_secure:
@ -49,7 +49,7 @@ filters:
status: false status: false
weight: -43 weight: -43
settings: settings:
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> <img src alt data-entity-type data-entity-uuid data-entity-substitution> <p> <h1> <pre> <h4 id class="inter-titre">' allowed_html: ''
filter_html_help: true filter_html_help: true
filter_html_nofollow: false filter_html_nofollow: false
filter_align: filter_align:
@ -73,7 +73,7 @@ filters:
filter_url_to_video: filter_url_to_video:
id: filter_url_to_video id: filter_url_to_video
provider: url_to_video_filter provider: url_to_video_filter
status: true status: false
weight: -46 weight: -46
settings: settings:
youtube: '1' youtube: '1'

View File

@ -1,20 +0,0 @@
uuid: eb26938e-bfd2-44eb-8428-898d612cfcce
langcode: en
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

View File

@ -1,2 +1,2 @@
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: 'You have been logged out due to inactivity.'

View File

@ -1,2 +1,2 @@
settings: settings:
label: 'Titre de page' label: 'Titre de la page'

View File

@ -1,2 +1,2 @@
settings: settings:
label: 'Titre de page' label: 'Titre de la page'

View File

@ -0,0 +1 @@
label: 'Onglet du profil utilisateur'

View File

@ -9,7 +9,8 @@ popup_info:
popup_link: /privacy-policy popup_link: /privacy-policy
disagree_button_label: 'Non, merci.' disagree_button_label: 'Non, merci.'
withdraw_message: withdraw_message:
value: '<h2>Nous utilisons des cookies sur ce site pour améliorer votre expérience d''utilisateur.</h2><p>Vous avez consenti à l''ajout de cookies.</p>' value: '<h2>Sur ce site, nous améliorons votre expérience d''utilisation à l''aide de cookies</h2><p>Vous avez consenti à l''utilisation de ces cookies.</p>'
withdraw_action_button_label: 'Retirer le consentement' withdraw_action_button_label: 'Retirer le consentement'
withdraw_tab_button_label: 'Paramètres de confidentialité' withdraw_tab_button_label: 'Paramètres de confidentialité'
save_preferences_button_label: 'Enregistrer les préférences'
accept_all_categories_button_label: 'Accepter tous les cookies' accept_all_categories_button_label: 'Accepter tous les cookies'

View File

@ -0,0 +1 @@
label: Approbation

View File

@ -1,7 +1,7 @@
label: 'Bloc du panier' label: 'Bloc du panier'
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -1,7 +1,7 @@
label: 'Formulaire du panier' label: 'Formulaire du panier'
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -1,7 +1,7 @@
label: Paniers label: Paniers
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -1,7 +1,7 @@
label: 'Checkout Order Summary' label: 'Checkout Order Summary'
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -25,5 +25,5 @@ display:
total_price__number: total_price__number:
label: 'Prix total' label: 'Prix total'
separator: ', ' separator: ', '
display_title: Maître display_title: Principal
label: 'Eléments de la commande' label: 'Eléments de la commande'

View File

@ -1,7 +1,7 @@
label: Commandes label: Commandes
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -1,7 +1,7 @@
label: Produits label: Produits
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -1,7 +1,7 @@
label: Boutiques label: Boutiques
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -1,6 +1,6 @@
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -1,6 +1,6 @@
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -1,6 +1,6 @@
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -1,6 +1,6 @@
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -1,6 +1,6 @@
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -1,6 +1,6 @@
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -1,7 +1,7 @@
label: Message label: Message
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -1,6 +1,6 @@
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -1,7 +1,7 @@
label: Rediriger label: Rediriger
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -1,7 +1,7 @@
label: Newsletters label: Newsletters
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -1,6 +1,6 @@
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -1,6 +1,6 @@
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -1,6 +1,6 @@
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -1,6 +1,6 @@
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -1,6 +1,6 @@
display: display:
default: default:
display_title: Maître display_title: Principal
display_options: display_options:
exposed_form: exposed_form:
options: options:

View File

@ -10,7 +10,7 @@ type: 'canonical_entities:node'
pattern: 'blabla/[node:title]' pattern: 'blabla/[node:title]'
selection_criteria: selection_criteria:
d0ad31d5-4ed3-40f7-84ed-297271c60fc7: d0ad31d5-4ed3-40f7-84ed-297271c60fc7:
id: node_type id: 'entity_bundle:node'
negate: false negate: false
uuid: d0ad31d5-4ed3-40f7-84ed-297271c60fc7 uuid: d0ad31d5-4ed3-40f7-84ed-297271c60fc7
context_mapping: context_mapping:

View File

@ -10,7 +10,7 @@ type: 'canonical_entities:node'
pattern: 'newsletter/[node:simplenews_issue]/[node:title]' pattern: 'newsletter/[node:simplenews_issue]/[node:title]'
selection_criteria: selection_criteria:
efc914c4-688c-412a-a745-e61a7c1535ae: efc914c4-688c-412a-a745-e61a7c1535ae:
id: node_type id: 'entity_bundle:node'
negate: false negate: false
uuid: efc914c4-688c-412a-a745-e61a7c1535ae uuid: efc914c4-688c-412a-a745-e61a7c1535ae
context_mapping: context_mapping:

View File

@ -10,7 +10,7 @@ type: 'canonical_entities:node'
pattern: 'thematique/[node:title]' pattern: 'thematique/[node:title]'
selection_criteria: selection_criteria:
a7ecad62-8643-4783-9b2e-56f739bfa1b1: a7ecad62-8643-4783-9b2e-56f739bfa1b1:
id: node_type id: 'entity_bundle:node'
negate: false negate: false
uuid: a7ecad62-8643-4783-9b2e-56f739bfa1b1 uuid: a7ecad62-8643-4783-9b2e-56f739bfa1b1
context_mapping: context_mapping:

View File

@ -3297,51 +3297,63 @@ display:
sort_options: false sort_options: false
rewrite: rewrite:
filter_rewrite_values: '' filter_rewrite_values: ''
filter_rewrite_values_key: false
collapsible: false collapsible: false
is_secondary: false is_secondary: false
collapsible_disable_automatic_open: false
roles_target_id: roles_target_id:
plugin_id: default plugin_id: default
advanced: advanced:
sort_options: false sort_options: false
rewrite: rewrite:
filter_rewrite_values: '' filter_rewrite_values: ''
filter_rewrite_values_key: false
collapsible: false collapsible: false
is_secondary: false is_secondary: false
collapsible_disable_automatic_open: false
mail: mail:
plugin_id: default plugin_id: default
advanced: advanced:
placeholder_text: '' placeholder_text: ''
collapsible: false collapsible: false
is_secondary: false is_secondary: false
collapsible_disable_automatic_open: false
uid: uid:
plugin_id: default plugin_id: default
advanced: advanced:
placeholder_text: '' placeholder_text: ''
rewrite: rewrite:
filter_rewrite_values: '' filter_rewrite_values: ''
filter_rewrite_values_key: false
collapsible: false collapsible: false
is_secondary: false is_secondary: false
collapsible_disable_automatic_open: false
field_company_target_id: field_company_target_id:
plugin_id: default plugin_id: default
advanced: advanced:
placeholder_text: '' placeholder_text: ''
rewrite: rewrite:
filter_rewrite_values: '' filter_rewrite_values: ''
filter_rewrite_values_key: false
collapsible: false collapsible: false
is_secondary: false is_secondary: false
collapsible_disable_automatic_open: false
field_showroom_target_id: field_showroom_target_id:
plugin_id: default plugin_id: default
advanced: advanced:
placeholder_text: '' placeholder_text: ''
rewrite: rewrite:
filter_rewrite_values: '' filter_rewrite_values: ''
filter_rewrite_values_key: false
collapsible: false collapsible: false
is_secondary: false is_secondary: false
collapsible_disable_automatic_open: false
field_memo_value: field_memo_value:
plugin_id: default plugin_id: default
advanced: advanced:
collapsible: false collapsible: false
is_secondary: false is_secondary: false
collapsible_disable_automatic_open: false
filters: filters:
status: status:
id: status id: status

View File

@ -0,0 +1,88 @@
uuid: ea629e5d-5d2a-4851-9587-c90de9fafa5f
langcode: fr
status: true
dependencies:
config:
- filter.format.full_html
module:
- ckeditor
format: full_html
editor: ckeditor
settings:
toolbar:
rows:
-
-
name: Formats
items:
- Format
- Styles
- Underline
- Strike
- Bold
- Italic
- Blockquote
-
name: color
items:
- TextColor
- BGColor
-
name: Liens
items:
- DrupalLink
- DrupalUnlink
-
name: Listes
items:
- BulletedList
- NumberedList
-
name: Média
items:
- DrupalImage
-
name: Outils
items:
- Source
-
name: align
items:
- JustifyLeft
- JustifyCenter
- JustifyRight
- JustifyBlock
plugins:
drupallink:
linkit_enabled: true
linkit_profile: default
stylescombo:
styles: ''
codemirror:
enable: true
mode: htmlmixed
theme: monokai
startupMode: wysiwyg
options:
lineNumbers: true
lineWrapping: true
matchBrackets: true
autoCloseTags: true
autoCloseBrackets: true
enableSearchTools: true
enableCodeFolding: true
enableCodeFormatting: true
autoFormatOnStart: true
autoFormatOnModeChange: true
autoFormatOnUncomment: true
colorbutton:
colors: ''
image_upload:
status: true
scheme: public
directory: inline-images
max_size: ''
max_dimensions:
width: null
height: null

View File

@ -0,0 +1,88 @@
uuid: ea629e5d-5d2a-4851-9587-c90de9fafa5f
langcode: fr
status: true
dependencies:
config:
- filter.format.full_html
module:
- ckeditor
format: full_html
editor: ckeditor
settings:
toolbar:
rows:
-
-
name: Formats
items:
- Format
- Styles
- Underline
- Strike
- Bold
- Italic
- Blockquote
-
name: color
items:
- TextColor
- BGColor
-
name: Liens
items:
- DrupalLink
- DrupalUnlink
-
name: Listes
items:
- BulletedList
- NumberedList
-
name: Média
items:
- DrupalImage
-
name: Outils
items:
- Source
-
name: align
items:
- JustifyLeft
- JustifyCenter
- JustifyRight
- JustifyBlock
plugins:
drupallink:
linkit_enabled: true
linkit_profile: default
stylescombo:
styles: ''
codemirror:
enable: true
mode: htmlmixed
theme: monokai
startupMode: wysiwyg
options:
lineNumbers: true
lineWrapping: true
matchBrackets: true
autoCloseTags: true
autoCloseBrackets: true
enableSearchTools: true
enableCodeFolding: true
enableCodeFormatting: true
autoFormatOnStart: true
autoFormatOnModeChange: true
autoFormatOnUncomment: true
colorbutton:
colors: ''
image_upload:
status: true
scheme: public
directory: inline-images
max_size: ''
max_dimensions:
width: null
height: null

View File

@ -0,0 +1,64 @@
uuid: dc6ccc6a-84e3-4ecb-8362-d341ee42f843
langcode: fr
status: true
dependencies:
module:
- editor
- linkit
- url_to_video_filter
name: 'full html'
format: full_html
weight: -9
filters:
filter_htmlcorrector:
id: filter_htmlcorrector
provider: filter
status: true
weight: 10
settings: { }
filter_html_image_secure:
id: filter_html_image_secure
provider: filter
status: true
weight: 9
settings: { }
filter_url_to_video:
id: filter_url_to_video
provider: url_to_video_filter
status: false
weight: 0
settings:
youtube: '1'
youtube_webp_preview: '0'
vimeo: '1'
autoload: '0'
editor_file_reference:
id: editor_file_reference
provider: editor
status: true
weight: 0
settings: { }
filter_html:
id: filter_html
provider: filter
status: false
weight: -10
settings:
allowed_html: '<a href hreflang data-entity-type data-entity-uuid data-entity-substitution> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <img src alt data-entity-type data-entity-uuid data-entity-substitution> <s> <p> <h1> <pre> <u> <span>'
filter_html_help: true
filter_html_nofollow: false
linkit:
id: linkit
provider: linkit
status: false
weight: -11
settings:
title: false
filter_url:
id: filter_url
provider: filter
status: true
weight: 0
settings:
filter_url_length: 72

View File

@ -0,0 +1,64 @@
uuid: dc6ccc6a-84e3-4ecb-8362-d341ee42f843
langcode: fr
status: true
dependencies:
module:
- editor
- linkit
- url_to_video_filter
name: 'full html'
format: full_html
weight: -9
filters:
filter_htmlcorrector:
id: filter_htmlcorrector
provider: filter
status: true
weight: 10
settings: { }
filter_html_image_secure:
id: filter_html_image_secure
provider: filter
status: true
weight: 9
settings: { }
filter_url_to_video:
id: filter_url_to_video
provider: url_to_video_filter
status: false
weight: 0
settings:
youtube: '1'
youtube_webp_preview: '0'
vimeo: '1'
autoload: '0'
editor_file_reference:
id: editor_file_reference
provider: editor
status: true
weight: 0
settings: { }
filter_html:
id: filter_html
provider: filter
status: false
weight: -10
settings:
allowed_html: '<a href hreflang data-entity-type data-entity-uuid data-entity-substitution> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <img src alt data-entity-type data-entity-uuid data-entity-substitution> <s> <p> <h1> <pre> <u> <span>'
filter_html_help: true
filter_html_nofollow: false
linkit:
id: linkit
provider: linkit
status: false
weight: -11
settings:
title: false
filter_url:
id: filter_url
provider: filter
status: true
weight: 0
settings:
filter_url_length: 72

@ -1 +1 @@
Subproject commit bcc229ffe88b52ce904730c11eff93343eb5bd65 Subproject commit 7689cb4897d1be24dec43c09f318519c6f50022a

86
wysiwyg-editor-after.yml Normal file
View File

@ -0,0 +1,86 @@
uuid: 3ee84454-2996-4dd0-85cb-037da45a7137
langcode: fr
status: true
dependencies:
config:
- filter.format.wysiwyg
module:
- ckeditor
_core:
default_config_hash: 45tCDsVx8RKDcrtyfVeP88jcBXzIxLtadjP2kF_DIjs
format: wysiwyg
editor: ckeditor
settings:
toolbar:
rows:
-
-
name: Formats
items:
- Styles
- Bold
- Italic
- Underline
-
name: misc
items:
- SpecialChar
-
name: Liens
items:
- DrupalLink
- DrupalUnlink
-
name: Listes
items:
- BulletedList
- NumberedList
-
name: Média
items:
- Blockquote
- DrupalImage
-
name: Outils
items:
- Source
-
name: Copy/Paste
items:
- Copy
- Cut
- Paste
- PasteText
- PasteFromWord
plugins:
drupallink:
linkit_enabled: true
linkit_profile: default
stylescombo:
styles: h4.inter-titre|Inter-titre
codemirror:
enable: true
mode: htmlmixed
theme: monokai
startupMode: wysiwyg
options:
lineNumbers: true
lineWrapping: true
matchBrackets: true
autoCloseTags: true
autoCloseBrackets: true
enableSearchTools: true
enableCodeFolding: true
enableCodeFormatting: true
autoFormatOnStart: true
autoFormatOnModeChange: true
autoFormatOnUncomment: true
image_upload:
status: true
scheme: public
directory: wysiwyg-images
max_size: ''
max_dimensions:
width: null
height: null

86
wysiwyg-editor-before.yml Normal file
View File

@ -0,0 +1,86 @@
uuid: 3ee84454-2996-4dd0-85cb-037da45a7137
langcode: fr
status: true
dependencies:
config:
- filter.format.wysiwyg
module:
- ckeditor
_core:
default_config_hash: 45tCDsVx8RKDcrtyfVeP88jcBXzIxLtadjP2kF_DIjs
format: wysiwyg
editor: ckeditor
settings:
toolbar:
rows:
-
-
name: Formats
items:
- Styles
- Bold
- Italic
- Underline
-
name: misc
items:
- SpecialChar
-
name: Liens
items:
- DrupalLink
- DrupalUnlink
-
name: Listes
items:
- BulletedList
- NumberedList
-
name: Média
items:
- Blockquote
- DrupalImage
-
name: Outils
items:
- Source
-
name: Copy/Paste
items:
- Copy
- Cut
- Paste
- PasteText
- PasteFromWord
plugins:
drupallink:
linkit_enabled: true
linkit_profile: default
stylescombo:
styles: h4.inter-titre|Inter-titre
codemirror:
enable: true
mode: htmlmixed
theme: monokai
startupMode: wysiwyg
options:
lineNumbers: true
lineWrapping: true
matchBrackets: true
autoCloseTags: true
autoCloseBrackets: true
enableSearchTools: true
enableCodeFolding: true
enableCodeFormatting: true
autoFormatOnStart: true
autoFormatOnModeChange: true
autoFormatOnUncomment: true
image_upload:
status: true
scheme: public
directory: wysiwyg-images
max_size: ''
max_dimensions:
width: null
height: null

90
wysiwyg-format-after.yml Normal file
View File

@ -0,0 +1,90 @@
uuid: 617540dc-4990-4a6a-bb99-2532278c2c26
langcode: fr
status: true
dependencies:
module:
- editor
- linkit
- url_to_video_filter
_core:
default_config_hash: w3wAkgsV6hn7P_cXCSnV-_1B_HOVJ7qwjv2DZID3B7g
name: wysiwyg
format: wysiwyg
weight: -10
filters:
editor_file_reference:
id: editor_file_reference
provider: editor
status: true
weight: -50
settings: { }
filter_html_image_secure:
id: filter_html_image_secure
provider: filter
status: true
weight: -48
settings: { }
filter_url:
id: filter_url
provider: filter
status: true
weight: -45
settings:
filter_url_length: 72
filter_autop:
id: filter_autop
provider: filter
status: true
weight: -49
settings: { }
filter_htmlcorrector:
id: filter_htmlcorrector
provider: filter
status: true
weight: -47
settings: { }
filter_html:
id: filter_html
provider: filter
status: false
weight: -43
settings:
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> <img src alt data-entity-type data-entity-uuid data-entity-substitution> <p> <h1> <pre> <h4 id class="inter-titre">'
filter_html_help: true
filter_html_nofollow: false
filter_align:
id: filter_align
provider: filter
status: false
weight: -41
settings: { }
filter_caption:
id: filter_caption
provider: filter
status: false
weight: -40
settings: { }
filter_html_escape:
id: filter_html_escape
provider: filter
status: false
weight: -42
settings: { }
filter_url_to_video:
id: filter_url_to_video
provider: url_to_video_filter
status: true
weight: -46
settings:
youtube: '1'
youtube_webp_preview: '0'
vimeo: '1'
autoload: '0'
linkit:
id: linkit
provider: linkit
status: true
weight: -44
settings:
title: false

90
wysiwyg-format-before.yml Normal file
View File

@ -0,0 +1,90 @@
uuid: 617540dc-4990-4a6a-bb99-2532278c2c26
langcode: fr
status: true
dependencies:
module:
- editor
- linkit
- url_to_video_filter
_core:
default_config_hash: w3wAkgsV6hn7P_cXCSnV-_1B_HOVJ7qwjv2DZID3B7g
name: wysiwyg
format: wysiwyg
weight: -10
filters:
editor_file_reference:
id: editor_file_reference
provider: editor
status: true
weight: -50
settings: { }
filter_html_image_secure:
id: filter_html_image_secure
provider: filter
status: true
weight: -48
settings: { }
filter_url:
id: filter_url
provider: filter
status: true
weight: -45
settings:
filter_url_length: 72
filter_autop:
id: filter_autop
provider: filter
status: true
weight: -49
settings: { }
filter_htmlcorrector:
id: filter_htmlcorrector
provider: filter
status: true
weight: -47
settings: { }
filter_html:
id: filter_html
provider: filter
status: false
weight: -43
settings:
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> <img src alt data-entity-type data-entity-uuid data-entity-substitution> <p> <h1> <pre> <h4 id class="inter-titre">'
filter_html_help: true
filter_html_nofollow: false
filter_align:
id: filter_align
provider: filter
status: false
weight: -41
settings: { }
filter_caption:
id: filter_caption
provider: filter
status: false
weight: -40
settings: { }
filter_html_escape:
id: filter_html_escape
provider: filter
status: false
weight: -42
settings: { }
filter_url_to_video:
id: filter_url_to_video
provider: url_to_video_filter
status: true
weight: -46
settings:
youtube: '1'
youtube_webp_preview: '0'
vimeo: '1'
autoload: '0'
linkit:
id: linkit
provider: linkit
status: true
weight: -44
settings:
title: false