tinymce / tinymce-webcomponent

MIT License
15 stars 7 forks source link

Hide statusbar #24

Open domo84 opened 2 years ago

domo84 commented 2 years ago

When I set statusbar to false I expect the statusbar to be hidden but it still shows.

<script src="https://cdn.jsdelivr.net/npm/@tinymce/tinymce-webcomponent@1/dist/tinymce-webcomponent.min.js"></script>
<tinymce-editor statusbar="false">Lorem ipsum dolor sit amet..</tinymce-editor>

Screenshot from 2022-02-03 13-51-34

Any chance of it getting implemented?

exalate-issue-sync[bot] commented 2 years ago

Ref: INT-2756

phreniq commented 1 year ago

Same. We have a paid subscription for TinyMCE, but we can't even hide their branding. Is this component dead?

nathanwoulfe commented 1 year ago

In case anyone is still following this issue:

window.tinyConfig = {
  statusbar: false,
};

<tinymce-editor config="tinyConfig"></tinymce-editor>