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
Unless I'm mistaken, I couldn't find any details in the documentation on how to configure global options, particularly how to set the #translation_domain option to avoid having to specify it for each column individually.
I can find the available options in the reference, but I don't see how to pass them to the builder.
I have try setOption('translation_domain', 'mydomain')
The text was updated successfully, but these errors were encountered:
For anything other than that, if you want to modify any type class (e.g. change its defaults), you have to create a type extension class, exactly like in the Symfony's Form component, for example:
Unless I'm mistaken, I couldn't find any details in the documentation on how to configure global options, particularly how to set the #translation_domain option to avoid having to specify it for each column individually.
I can find the available options in the reference, but I don't see how to pass them to the builder.
I have try
setOption('translation_domain', 'mydomain')
The text was updated successfully, but these errors were encountered: