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

Translatable field #62

Open
austyuzhaninov opened this issue Apr 22, 2021 · 4 comments
Open

Translatable field #62

austyuzhaninov opened this issue Apr 22, 2021 · 4 comments

Comments

@austyuzhaninov
Copy link

Hello there! Any idea how get translatable field use nova-tinymce?
55551

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

@keizah7
Copy link

keizah7 commented Jun 2, 2021

Need support with optimistdigital/nova-translatable
image

@austyuzhaninov
Copy link
Author

Need support with optimistdigital/nova-translatable
image

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.

@Pondake
Copy link

Pondake commented Sep 21, 2022

Would still love to see support for "outl1ne/nova-translatable" (formerly known "optimistdigital") 👍

@wajdijurry
Copy link
Collaborator

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

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

4 participants