Replies: 1 comment
-
Legacy settings section do not support validation. As far as finding the right key to check for, one can take a look at the update request payload in the browser console. Medias, translated or not, need to be validated with non translated fields rules. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have a problem where my translated medias field can't be validated in the back-end
i tried all these roles
'medias[banner_image][en][0]' => 'required',
'medias[banner_image][en] => 'required',
'medias.banner_image.en.0' => 'required',
'medias.banner_image.en' => 'required',
'banner_image.en' => 'required',
nothing work for me
in the rules for update and in the rules for create the same
twill version 2.6.0
Beta Was this translation helpful? Give feedback.
All reactions