Files
web/web_widget_ckeditor/readme/ROADMAP.rst
Ivàn Todorovich 7e840e83ff [MIG] web_widget_ckeditor: Migration to 14.0
Renamed module name from web_ckeditor4 to web_widget_ckeditor.
It now uses CKEditor5.
2021-11-17 10:41:01 -03: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>`_