Lara Zeus
Spatie Translatable non translated fields
can you provide a code to reproduce the issue
also maybe try with our fork:
https://github.com/lara-zeus/translatable
9 replies
Cannot attach a record via relation manager if the record has translatable json field
so I assume from:
searching for exercise to attach
the error in the select menu?
can you try this:
https://filamentglow.com/trick/use-translatable-for-relations-in-select-components-1838467d3 replies
Any way to change the way the options for the TrashedFilter display?
the
TrashedFilter
extends the TernaryFilter
, so you can use trueLabel
and other methods
https://filamentphp.com/docs/3.x/tables/filters/ternary#customizing-the-ternary-filter-option-labels4 replies
Spatie Translatable + #[Reactive] RelationManager + Lazy loading bug?
feel free to open an issue on my repo so I remember it 🙂
and I'll take a look into it
https://github.com/lara-zeus/translatable
4 replies
Repeater for relation with translatable fields
I recommend my fork
https://github.com/lara-zeus/translatable
we fixed many of the repeater issues
demo:
https://github.com/lara-zeus/translatable-demo
2 replies
filament-fabricator with spatie-laravel-translatable-plugin
you can use my fork
https://github.com/lara-zeus/translatable
and we have a demo:
https://github.com/lara-zeus/translatable-demo
4 replies
Spatie Translatable with spatie laravel settings
I never used spatie laravel settings
what is the type of the setting value column?
try add the trait to the model following the installation steps and add the translatable array
but I think this will make ALL settings translatable
4 replies
How do you handle repeater translations with filament-spatie-translatable?
try this fork
https://github.com/lara-zeus/translatable
3 replies
Filament repeater translations messed up structure on save
I'll give it more test this weekend and see if its possible to fix it 🙂
it seems it adds the UUID keys on the first lang only
can you check if its happens on create only or on edit also?! since these are diff classes.
10 replies