Skip to content

Commit 1e4e558

Browse files
committed
Removed the WIP notice
1 parent dcce03a commit 1e4e558

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/packages/rte/tiptap/property-editors/property-editor-ui-tiptap-toolbar-configuration.element.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -224,13 +224,6 @@ export class UmbPropertyEditorUiTiptapToolbarConfigurationElement
224224

225225
override render() {
226226
return html`
227-
<p style="margin-top: 0">
228-
<uui-tag color="warning">WIP Feature</uui-tag>
229-
Rows, groups, and item order currently have no effect.
230-
<br />
231-
However, items added to the toolbar will be saved and displayed in the editor according to their weight in the
232-
manifest.
233-
</p>
234227
${repeat(this.#value, (row, rowIndex) => this.#renderRow(row, rowIndex))}
235228
<uui-button look="secondary" @click=${() => this.#addRow(this.#value.length)}>+</uui-button>
236229
${this.#renderExtensions()}

0 commit comments

Comments
 (0)