Reputation: 1343
i downloaded the zip file form tinymce.cloud. and added the file in static folder everything is working fine,
except now i'm
getting this notification every time i want to create a post. I already have an account but as they suggested to add key in tinymce.js file the content is totally different in mine because i'm not using just single js file but bunch of files now i don't know where i should put my api key. so it stop giving me notification.
script file i'm using in head file
post_create.html where i added script.
Upvotes: 1
Views: 7550
Reputation: 21
Valeria from TinyMCE is here. Please note that all editors on our cloud platform are required (from early 2024) to have a valid API key. Without a valid API key, your editor will transition to read-only mode, limiting your ability to make changes.
You can learn more here: https://www.tiny.cloud/docs/tinymce/6/invalid-api-key/
Upvotes: 1
Reputation: 383
To run TinyMCE 5 from the cloud, use the following code in the head of your HTML file, replacing no-api-key
with your own API key:
<script src="https://cdn.tiny.cloud/1/no-api-key/tinymce/5/tinymce.min.js" referrerpolicy="origin"></script>
There's more information about getting started with TinyMCE 5 on the cloud in the docs: https://www.tiny.cloud/docs/quick-start/
Upvotes: 3