How to disable a form element on update

As per title, I have fields I only want available when creating a new resource.
Solution
v3?
->disabledOn('edit')
Was this page helpful?