From 5984cb5da09b40ffb73092fa7dcc7614bfb762b4 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:58:35 +0200 Subject: [PATCH] feat: disable the style select extension for now --- .../src/packages/rte/tiptap/property-editors/tiptap/manifests.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/rte/tiptap/property-editors/tiptap/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/rte/tiptap/property-editors/tiptap/manifests.ts index 10051e7b93..fd5d2ce6de 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/rte/tiptap/property-editors/tiptap/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/rte/tiptap/property-editors/tiptap/manifests.ts @@ -70,7 +70,6 @@ export const manifests: Array = [ { alias: 'superscript', label: 'Superscript', icon: 'superscript', category: 'text-transformation' }, // Styling and Font Group - { alias: 'styles', label: 'Style select', icon: 'permanent-pen', category: 'styling' }, { alias: 'fontname', label: 'Font select', icon: 'text-color', category: 'styling' }, { alias: 'fontsize', label: 'Font size', icon: 'text-color', category: 'styling' },