From abd968a1c573b1862bd0728f0b7b6a88e307900a Mon Sep 17 00:00:00 2001 From: polo Date: Mon, 28 Feb 2022 02:15:31 +0100 Subject: sauvegarde zip --- view/template-formulaires.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'view/template-formulaires.php') diff --git a/view/template-formulaires.php b/view/template-formulaires.php index 7873500..d1d47c4 100644 --- a/view/template-formulaires.php +++ b/view/template-formulaires.php @@ -69,7 +69,9 @@ if($page_actuelle == 'discographie') // barre d'outils à adapter au "custom build" // la liste ici: lib/ckeditor5/src/ckeditor.js toolbar: { - items: [ 'undo', 'redo', 'selectAll', '|', 'heading', '|', 'alignment', 'bulletedList', 'numberedList', 'todoList', 'blockQuote', 'horizontalLine', '-', 'bold', 'italic', 'underline', + items: [ 'undo', 'redo', 'selectAll', '|', 'heading', '|', 'alignment', 'bulletedList', 'numberedList', + //'todoList', + 'blockQuote', 'horizontalLine', '-', 'bold', 'italic', 'underline', //'strikethrough', '|', //'fontFamily', @@ -149,8 +151,8 @@ if($page_actuelle == 'discographie') // Headers supplémentaires envoyés avec la requête // c'est ici qu'on installe les mécanismes de sécurités comme l'authentification et la protection au CSRF headers: { - 'X-CSRF-TOKEN': 'CSRF-Token', - Authorization: 'Bearer ' + //'X-CSRF-TOKEN': 'CSRF-Token', + //Authorization: 'Bearer ' } }, // formats acceptés par défaut: jpeg, png, gif, bmp, webp, tiff -- cgit v1.2.3