outl1ne / nova-settings

A Laravel Nova tool for editing custom settings using native Nova fields.
MIT License
274 stars 96 forks source link

Request: Make Fields compatible with Nova Translatable #5

Closed cgarofalo closed 4 years ago

cgarofalo commented 4 years ago

The package: https://github.com/spatie/nova-translatable This is probably possible if you allow the value to be a json string and store values like {'en':'English', 'fr':'French'}

royduin commented 4 years ago

Support is added in version 2.3.0, example usage can be found in the PR: https://github.com/optimistdigital/nova-settings/pull/6

Tarpsvo commented 4 years ago

Hey, just letting you know that I released my own nova-translatable package that support nova-settings and validation rules flawlessly. Try it out at optimistdigital/nova-translatable.

royduin commented 4 years ago

Thanks for the heads up!