diff options
Diffstat (limited to 'web_widget_ckeditor/readme/ROADMAP.rst')
| -rw-r--r-- | web_widget_ckeditor/readme/ROADMAP.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web_widget_ckeditor/readme/ROADMAP.rst b/web_widget_ckeditor/readme/ROADMAP.rst new file mode 100644 index 00000000..b0a33d4f --- /dev/null +++ b/web_widget_ckeditor/readme/ROADMAP.rst @@ -0,0 +1,13 @@ +* 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>`_ |
