nova-tinymce
nova-tinymce copied to clipboard
Translatable field
Hello there! Any idea how get translatable field use nova-tinymce?
I found that https://github.com/barnacode/nova-translatable its perfect solution for me, but than package not supporte and have conflicts when composer install from git source.
spatie/nova-translatable not intresting, because i need one field with choice language
Thanks in advance
Need support with optimistdigital/nova-translatable
Need support with optimistdigital/nova-translatable
In my project i use mrmonat/nova-translatable. But it also not supported for nova-tinymce. Spatie/nova-translatable is working, but not friendly for user.
Would still love to see support for "outl1ne/nova-translatable" (formerly known "optimistdigital") 👍
outl1ne/nova-translatable
package assigns the ID at render time, this package won't work directly since the Vue component wouldn't know about the modified ID during its initial creation.
However, there is a work around this using Vue's reactivity and lifecycle hooks. The idea is to watch for changes in the DOM (specifically for the textarea element) and then initialize TinyMCE once those changes occur.
For anyone still looking for a solution, have a look at my fork: https://github.com/ecommerce-laravel/nova-tinymce