support for JSON fields #27
Unanswered
kubamarkiewicz
asked this question in
Q&A
Replies: 2 comments 5 replies
-
can you test |
Beta Was this translation helpful? Give feedback.
2 replies
-
can you add the scenario to the demo so it easy to test and debug it |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I was wondering if you are planning to support translating JSON fields?

In Spatie documentation I can see, that they support it: https://github.com/spatie/laravel-translatable
However, when I try it with your plugin, it doesn't work as expected.
Here is my Page model:
and PageResource:
When I edit a record and save the data it seems to work, but when I refresh the page I get Title: {"es":""}:

Beta Was this translation helpful? Give feedback.
All reactions