-
-
Notifications
You must be signed in to change notification settings - Fork 38
Fix tinymce api key (EN version)
Guillaume Batier edited this page Feb 2, 2024
·
1 revision
Since January 2024 TinyMce require an api key for the Vue tinymce repo, so you need to add an api key
If you have this issue: Tiny mce in read only
![Capture d’écran 2024-02-02 à 12 28 47](https://private-user-images.githubusercontent.com/4788787/301829112-194d2cba-f0a1-44df-837b-e3080cdbc4c8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4NzI4OTcsIm5iZiI6MTczOTg3MjU5NywicGF0aCI6Ii80Nzg4Nzg3LzMwMTgyOTExMi0xOTRkMmNiYS1mMGExLTQ0ZGYtODM3Yi1lMzA4MGNkYmM0YzgucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMThUMDk1NjM3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MTZiYjQzMzg3MzI2NmI1YjFmMzM2ZGFjZWVjZTI2NDI4MjUwYjQwODJlMjE1OTllNGMzYTg1YjdmYjRkOTJhOSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.uFY5sPZKkXSLiyJO_MjNAWRPEIgJN-0dai7JCJK4wVU)
Please update PrettyBlocks to version 3.0.7
, upgrate PrettyBlocks module then create an free api key https://www.tiny.cloud/pricing/
Once your api key is created, go in PrettyBlocks on Theme Settings and enter your api key in Settings section:
![Capture d’écran 2024-02-02 à 12 30 56](https://private-user-images.githubusercontent.com/4788787/301829830-058ac717-1663-4d56-be0d-49c33750f7b1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4NzI4OTcsIm5iZiI6MTczOTg3MjU5NywicGF0aCI6Ii80Nzg4Nzg3LzMwMTgyOTgzMC0wNThhYzcxNy0xNjYzLTRkNTYtYmUwZC00OWMzMzc1MGY3YjEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMThUMDk1NjM3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MzE0OTU3M2MzNjE1MGNmMmY4NDUyN2RhNjk2NWQ4NmVmZjhjOWYyNTUyYmRjYTg0ZTA3OGRlY2JhY2UxMGQ5MCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.5Ui0qK7aTJaQ0C5NS4zYQeb6HRetzZmOOHTusvrvrrg)
Don't forget to allow your api key of your domain in the right section:
Then put your domain (without https://)
Exemple if your website is https://mywebsite.com
put only mywebsite.com
We will add a new solution for replace tinyMCE soon, for now, you need to add this api key and we are sorry about that.
Thanks