Files
directus/app
Rijk van Zanten 0ce2ef244d Upgrade tinymce (#18107)
* Upgrade tinymce

* Omit 'skin_url' instead of setting it to false

The option expect a string value. Instead of setting it to 'false' we
can just completly omit it.
Otherwise we get the following warning:
> Invalid value passed for the skin_url option. The value must be a string.

Although not explicitly mentioned in the migration doc, the stricter check / warning has
probably been introduced with v6.

* Disable pasting of images

From
https://www.tiny.cloud/docs/tinymce/6/migration-from-5x/#plugins-paste:

> A paste default has changed. The paste_data_images option now defaults to true.
> When paste was a plugin, this option was, by default, set to false, which prevented images being pasted from the local machine

* Update toolbar option names

---------

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-04-10 15:22:37 -04:00
..
2023-04-10 15:22:37 -04:00
2022-03-14 15:49:01 -04:00
2021-05-04 18:52:08 -04:00
2023-04-10 15:22:37 -04:00
2021-02-18 09:58:36 -05:00
2022-11-18 17:02:41 +00:00

@directus/app

The Directus Admin App. Included with directus itself. You wouldn't install this package separately.