From eeae753df81afcd583cec5f7b4b235dab7f35b6a Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:31:00 +0200 Subject: [PATCH] chore: mock --- .../src/mocks/handlers/manifests.handlers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/mocks/handlers/manifests.handlers.ts b/src/Umbraco.Web.UI.Client/src/mocks/handlers/manifests.handlers.ts index 1b210c543d..6233357ed6 100644 --- a/src/Umbraco.Web.UI.Client/src/mocks/handlers/manifests.handlers.ts +++ b/src/Umbraco.Web.UI.Client/src/mocks/handlers/manifests.handlers.ts @@ -52,7 +52,7 @@ const privateManifests: PackageManifestResponse = [ js: '/App_Plugins/tinyMcePlugin.js', meta: { config: { - plugins: 'wordcount', + plugins: ['wordcount'], statusbar: true, }, },