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

height,highlight_on_focus,license_key,custom font sizes etc.. option not working in StencilJS Component #59

Open
sanjeetkumaritoutlook opened this issue Sep 29, 2024 · 1 comment

Comments

@sanjeetkumaritoutlook
Copy link

Hi TinyMCE webcomponent Team,

I have configured @tinymce/tinymce-webcomponent in my StencilJS component. I am not able to make some options like- height, highlight_on_focus, license_key='gpl', custom font sizes etc. work. These configuration options work in regular @tinymce 7.3.0
Please find my github component link:
https://github.com/sanjeetkumaritoutlook/stencil-poc/blob/stencil-branch/src/components/rich-text-editor/rich-text-editor.tsx

Thanks,
Sanjeet Kumar

@EmilePerron
Copy link

Hey there!

I think you're looking for the config attribute, which allows you to provide configurations that aren't covered via attributes on the <tinymce-editor> element itself.

See this part of the official documentation for info & examples.

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

No branches or pull requests

2 participants