From 83f5496ea5fcdcfaaa1ffa529d178213b05f705d Mon Sep 17 00:00:00 2001 From: JesmoDev <26099018+JesmoDev@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:37:26 +0200 Subject: [PATCH] update WIP message --- ...erty-editor-ui-tiptap-toolbar-configuration.element.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 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 a2a55d22b8..61eb550192 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 @@ -210,9 +210,11 @@ export class UmbPropertyEditorUiTiptapToolbarConfigurationElement override render() { return html`

- WIP Feature Rows, groups, and item order have no effect yet.
- However, adding and removing items from the toolbar is functional. Additionally, hiding items from the toolbar - while retaining their functionality by excluding them from the toolbar layout is also functional. + 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)}>+