update WIP message
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user