switched to ckeditor5, plu C modules

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

View File

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

View File

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

View File

@@ -1,87 +1,56 @@
uuid: ea629e5d-5d2a-4851-9587-c90de9fafa5f
uuid: 56efc351-aaf7-4d9f-b10f-69884d689462
langcode: fr
status: true
dependencies:
config:
- filter.format.full_html
module:
- ckeditor
- ckeditor5
format: full_html
editor: ckeditor
editor: ckeditor5
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
items:
- heading
- underline
- strikethrough
- bold
- italic
- blockQuote
- link
- bulletedList
- numberedList
- drupalInsertImage
- sourceEditing
- alignment
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: ''
ckeditor5_heading:
enabled_headings:
- heading2
- heading3
- heading4
- heading5
- heading6
ckeditor5_sourceEditing:
allowed_tags: { }
ckeditor5_list:
reversed: true
startIndex: true
ckeditor5_alignment:
enabled_alignments:
- left
- center
- right
- justify
ckeditor5_imageResize:
allow_resize: true
editor_advanced_link_link:
enabled_attributes: { }
image_upload:
status: true
scheme: public
directory: inline-images
max_size: ''
max_dimensions:
width: null
height: null
width: 0
height: 0

View File

@@ -1,85 +1,41 @@
uuid: 3ee84454-2996-4dd0-85cb-037da45a7137
uuid: a786d05f-0af2-4ceb-a899-ae15d35f7cc1
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: 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
items:
- bold
- italic
- underline
- specialCharacters
- link
- bulletedList
- numberedList
- blockQuote
- drupalInsertImage
- sourceEditing
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
ckeditor5_sourceEditing:
allowed_tags: { }
ckeditor5_list:
reversed: true
startIndex: true
ckeditor5_imageResize:
allow_resize: true
editor_advanced_link_link:
enabled_attributes: { }
image_upload:
status: true
scheme: public
directory: wysiwyg-images
directory: inline-images
max_size: ''
max_dimensions:
width: null
height: null
width: 0
height: 0

View File

@@ -44,7 +44,7 @@ filters:
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>'
allowed_html: ''
filter_html_help: true
filter_html_nofollow: false
linkit:

View File

@@ -15,7 +15,7 @@ filters:
editor_file_reference:
id: editor_file_reference
provider: editor
status: true
status: false
weight: -50
settings: { }
filter_html_image_secure:
@@ -49,7 +49,7 @@ filters:
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">'
allowed_html: ''
filter_html_help: true
filter_html_nofollow: false
filter_align:
@@ -73,7 +73,7 @@ filters:
filter_url_to_video:
id: filter_url_to_video
provider: url_to_video_filter
status: true
status: false
weight: -46
settings:
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.'

View File

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

View File

@@ -1,2 +1,2 @@
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
disagree_button_label: 'Non, merci.'
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_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'

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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