Skip to content

Commit d502c40

Browse files
committed
chore: turn off tinymce promotions
1 parent c9cc8b4 commit d502c40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/packages/tiny-mce/components/input-tiny-mce/input-tiny-mce.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ export class UmbInputTinyMceElement extends UUIFormControlMixin(UmbLitElement, '
242242
target: this._editorElement,
243243
paste_data_images: false,
244244
language: this.#getLanguage(),
245+
promotion: false,
245246

246247
// Extend with configuration options
247248
...configurationOptions,

0 commit comments

Comments
 (0)