From 23899db33bbe465582e5bd463a53d76a4cacd527 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Fri, 23 Jun 2023 16:56:18 +0200 Subject: [PATCH] add todo --- src/Umbraco.Web.UI.Client/src/external/tinymce/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/external/tinymce/index.ts b/src/Umbraco.Web.UI.Client/src/external/tinymce/index.ts index b27bab3863..7c3dc0e831 100644 --- a/src/Umbraco.Web.UI.Client/src/external/tinymce/index.ts +++ b/src/Umbraco.Web.UI.Client/src/external/tinymce/index.ts @@ -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';