We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This package show nothing when you try to display a translatable field in a tab. We are using this package to manage translations for some fields: https://github.com/spatie/nova-translatable
new Tabs('Tabs', [ 'Infos' => [ Translatable::make([ Text::make('Titre', 'title')->sortable() ]), ], ]),
The text was updated successfully, but these errors were encountered:
I'm gonna need a bit more info on this one. What exactly do you mean with "shows nothing"?
Could you provide a screenshot?
Sorry, something went wrong.
@RVxLab It shows loading on the screen but in debugger it shows following errors:
Thanks for the screenshot, I'll look further into it.
Sorry it's been a long time since I said I'd look into it.
With my latest changes (to be released in 1.4) this should be fixed. Could you verify this is now working on the master branch?
Thanks.
Doesn't work any translation.
RVxLab
No branches or pull requests
This package show nothing when you try to display a translatable field in a tab.
We are using this package to manage translations for some fields:
https://github.com/spatie/nova-translatable
The text was updated successfully, but these errors were encountered: