We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I set statusbar to false I expect the statusbar to be hidden but it still shows.
statusbar
false
<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>
Any chance of it getting implemented?
The text was updated successfully, but these errors were encountered:
Ref: INT-2756
Sorry, something went wrong.
Same. We have a paid subscription for TinyMCE, but we can't even hide their branding. Is this component dead?
In case anyone is still following this issue:
window.tinyConfig = { statusbar: false, }; <tinymce-editor config="tinyConfig"></tinymce-editor>
No branches or pull requests
When I set
statusbar
tofalse
I expect the statusbar to be hidden but it still shows.Any chance of it getting implemented?
The text was updated successfully, but these errors were encountered: