This commit is contained in:
Jacob Overgaard
2023-06-23 16:56:18 +02:00
parent 5e1e31c9df
commit 23899db33b

View File

@@ -3,6 +3,8 @@
* we need to load it as a module and then manually register it in the browser
* as a global variable, so that we can find it and use it in our tests.
* We are also loading the default icons, so that we can use them outside of a TinyMce instance.
*
* TODO: Load the plugins that we want to use in the editor.
*/
import * as tiny from 'tinymce';