update WIP message

This commit is contained in:
JesmoDev
2024-09-27 15:37:26 +02:00
parent 39dd1c9c21
commit 83f5496ea5

View File

@@ -210,9 +210,11 @@ export class UmbPropertyEditorUiTiptapToolbarConfigurationElement
override render() {
return html`
<p style="margin-top: 0">
<uui-tag color="warning">WIP Feature</uui-tag> Rows, groups, and item order have no effect yet. <br />
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.
<uui-tag color="warning">WIP Feature</uui-tag>
Rows, groups, and item order currently have no effect.
<br />
However, items added to the toolbar will be saved and displayed in the editor according to their weight in the
manifest.
</p>
${repeat(this.#value, (row, rowIndex) => this.#renderRow(row, rowIndex))}
<uui-button look="secondary" @click=${() => this.#addRow(this.#value.length)}>+</uui-button>