Integrate Vue-based editor with rich and simple mode toggle

Replaced CKEditor initialization with a Vue-based editor component. Introduced a toggle to switch between rich and simple editing modes, persisting the state in local storage. Updated CKEditor dependency to version 45.1.0.
This commit is contained in:
2025-05-23 13:34:50 +02:00
parent 976f293f28
commit 19dd4667f2
5 changed files with 159 additions and 8 deletions

View File

@@ -915,3 +915,7 @@ multiselect:
select_group_label: Appuyer sur "Entrée" pour sélectionner ce groupe
deselect_group_label: Appuyer sur "Entrée" pour désélectionner ce groupe
selected_label: Sélectionné'
editor:
switch_to_simple: Éditeur simple
switch_to_complex: Éditeur riche