Hey guys. I wanted to point out some validation tricks if you plan on validating your title fields in tailor
all it takes is just adding validation like a normal field. Example below:
title:
validation: required|max:400
Make sure you add the required
part as this overrides all validation on that field.