blob: b0a33d4f71b427fd02da6af71b51fac76f4351ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>`_
|