diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-08 11:00:15 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-08 11:00:15 +0700 |
| commit | b9dbb9c68163805fe919f1b55b52174a14acf63b (patch) | |
| tree | 92617e674ad30ea208ea4aeab65e929777f401b5 /web_widget_ckeditor/readme/ROADMAP.rst | |
| parent | 7cfed1e19f2e340d966ed2068176d21a0e8e9834 (diff) | |
add web widget ckeditor
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 0000000..b0a33d4 --- /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>`_ |
