Tailor / Slug not reflecting yaml

i created blueprint and using disable method for slug

slug:
        hidden: true
        validation: 
            - false

but,

EntryRecord::inSection... create($data);

still ends with flash message from validation about slug is required :confused: