You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this does not make the (English) field required.
I noticed in the docs that usually you have to add the HandlesTranslatable trait to the resource, but since I'm registering these fields in the NovaServiceProvider, that doesn't seem appropriate.
Can you tell me how to fix this?
The text was updated successfully, but these errors were encountered:
I'm trying to make settings required only in certain languages.
Following the documentation of
nova-translatable
, I've implemented this as follows:However, this does not make the (English) field required.
I noticed in the docs that usually you have to add the
HandlesTranslatable
trait to the resource, but since I'm registering these fields in the NovaServiceProvider, that doesn't seem appropriate.Can you tell me how to fix this?
The text was updated successfully, but these errors were encountered: