Cannot disable validation in Sanity

Viewed 10

I am trying to disable validation for a field which is of type slug in Sanity by using validation: false as mentioned in documentation. But this is not disabling the validation though I am to disable it using custom validation, but just wanted to know why validation: false is not working. The sample field is:

{ name: 'url', title: 'URL', type: 'slug', options: { source: 'title', maxLength: 96, }, validation: false, },

0 Answers
Related