From e6e43d9e597551be2f8a1bad3fe400b60c102361 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 8 Mar 2023 11:03:42 +0700 Subject: delete ckeditor --- web_widget_ckeditor/readme/CONFIGURE.rst | 32 ----------------------------- web_widget_ckeditor/readme/CONTRIBUTORS.rst | 9 -------- web_widget_ckeditor/readme/DESCRIPTION.rst | 1 - web_widget_ckeditor/readme/ROADMAP.rst | 13 ------------ 4 files changed, 55 deletions(-) delete mode 100644 web_widget_ckeditor/readme/CONFIGURE.rst delete mode 100644 web_widget_ckeditor/readme/CONTRIBUTORS.rst delete mode 100644 web_widget_ckeditor/readme/DESCRIPTION.rst delete mode 100644 web_widget_ckeditor/readme/ROADMAP.rst (limited to 'web_widget_ckeditor/readme') diff --git a/web_widget_ckeditor/readme/CONFIGURE.rst b/web_widget_ckeditor/readme/CONFIGURE.rst deleted file mode 100644 index 50409ef..0000000 --- a/web_widget_ckeditor/readme/CONFIGURE.rst +++ /dev/null @@ -1,32 +0,0 @@ -By default, this module will replace the original `html` wysiwyg field with CKEditor. -The original `html` widget will be renamed as `html_odoo`. - -If you only want to use `ckeditor` on specific views, you can disable the `html` widget -override by archiving the `web_widget_ckeditor.assets_backend_field_html_override` view. - -When the global `html` widget replacement is disabled, `ckeditor` has to be explicitly -set on the desired `ir.ui.view`: - -.. code-block:: xml - - - - -The CKEditor toolbar can be customized with an `ir.config_parameter`. To do so, -please create a parameter named `web_widget_ckeditor.toolbar`, and set the desired -toolbar items using either `,`, `space` or `newline` as separators. - -.. code-block:: - - heading - | bold italic underline removeFormat - | fontSize fontColor fontBackgroundColor - | bulletedList numberedList alignment - | outdent indent pagebreak - | link imageUpload blockQuote insertTable - | undo redo - - -There's more information about available toolbar items in the -`official CKEditor documentation page -`_ diff --git a/web_widget_ckeditor/readme/CONTRIBUTORS.rst b/web_widget_ckeditor/readme/CONTRIBUTORS.rst deleted file mode 100644 index f635d84..0000000 --- a/web_widget_ckeditor/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,9 +0,0 @@ -* `Therp `_ - - * Holger Brunn - * Stefan Rijnhart - * George Daramouskas - -* `Camptocamp `_ - - * Iván Todorovich diff --git a/web_widget_ckeditor/readme/DESCRIPTION.rst b/web_widget_ckeditor/readme/DESCRIPTION.rst deleted file mode 100644 index e3a8eb0..0000000 --- a/web_widget_ckeditor/readme/DESCRIPTION.rst +++ /dev/null @@ -1 +0,0 @@ -This module adds a new widget `ckeditor` to edit HTML fields using CKEditor. diff --git a/web_widget_ckeditor/readme/ROADMAP.rst b/web_widget_ckeditor/readme/ROADMAP.rst deleted file mode 100644 index b0a33d4..0000000 --- a/web_widget_ckeditor/readme/ROADMAP.rst +++ /dev/null @@ -1,13 +0,0 @@ -* Allow to configure toolbar using widget's options. - -.. code-block:: xml - - - - -* There seems to be a small incompatibility issue with `web_drop_target`. - `More information here `_ -- cgit v1.2.3