From ae426b14e960bbb88b8623fabdf5e29b303790e7 Mon Sep 17 00:00:00 2001 From: leekelleher Date: Mon, 30 Sep 2024 10:42:20 +0100 Subject: [PATCH] Removed the WIP notice --- ...perty-editor-ui-tiptap-toolbar-configuration.element.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/rte/tiptap/property-editors/property-editor-ui-tiptap-toolbar-configuration.element.ts b/src/Umbraco.Web.UI.Client/src/packages/rte/tiptap/property-editors/property-editor-ui-tiptap-toolbar-configuration.element.ts index 136b2f73c6..342e733fc9 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/rte/tiptap/property-editors/property-editor-ui-tiptap-toolbar-configuration.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/rte/tiptap/property-editors/property-editor-ui-tiptap-toolbar-configuration.element.ts @@ -224,13 +224,6 @@ export class UmbPropertyEditorUiTiptapToolbarConfigurationElement override render() { return html` -

- WIP Feature - Rows, groups, and item order currently have no effect. -
- However, items added to the toolbar will be saved and displayed in the editor according to their weight in the - manifest. -

${repeat(this.#value, (row, rowIndex) => this.#renderRow(row, rowIndex))} this.#addRow(this.#value.length)}>+ ${this.#renderExtensions()}