Files
web/web_widget_ckeditor/readme/ROADMAP.rst
Ivàn Todorovich 7622bd7129 [MIG] web_widget_ckeditor: Migration to 14.0
Renamed module name from web_ckeditor4 to web_widget_ckeditor.
It now uses CKEditor5.
2023-01-09 17:59:00 +01:00

14 lines
377 B
ReStructuredText

* Allow to configure toolbar using widget's options.
.. code-block:: xml
<field
name="description_html"
widget="ckeditor"
options="{'bulletedList': false, 'pageBreak': true}"
/>
* There seems to be a small incompatibility issue with `web_drop_target`.
`More information here <https://github.com/OCA/web/pull/2083#issuecomment-970719103>`_