Skip to content
New issue

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

Hide statusbar #24

Open
domo84 opened this issue Feb 3, 2022 · 3 comments
Open

Hide statusbar #24

domo84 opened this issue Feb 3, 2022 · 3 comments
Labels

Comments

@domo84
Copy link

domo84 commented Feb 3, 2022

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
Copy link

Ref: INT-2756

@phreniq
Copy link

phreniq commented Oct 28, 2022

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

@nathanwoulfe
Copy link

In case anyone is still following this issue:

window.tinyConfig = {
  statusbar: false,
};

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants