chore: turn off tinymce promotions

This commit is contained in:
Jacob Overgaard
2024-06-04 09:13:54 +02:00
parent b03ea6bf2c
commit 59372acc56

View File

@@ -242,6 +242,7 @@ export class UmbInputTinyMceElement extends UUIFormControlMixin(UmbLitElement, '
target: this._editorElement,
paste_data_images: false,
language: this.#getLanguage(),
promotion: false,
// Extend with configuration options
...configurationOptions,