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.
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?