F
Filament3w ago
Sven

Default Label-Translations

Is there a way to define in a single location, how attributes should be labeled? i.e last_login_at so that I do not need to set a label at table and inside the schemas? A trait within the models like HasLabel would be cool. Similar to what enums are offering.
3 Replies
Oscar Carvajal Mora
I think that the simplest and "Filament" way to do that could be using Form Global Settings and Laravel JSON translations
No description
Sven
SvenOP3w ago
Cool! Thanks a bunch!
Oscar Carvajal Mora
You're welcome!

Did you find this page helpful?