You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
replace vimeoField() function with registered vimeoField object type (c4b83af)
BREAKING CHANGES
The vimeoField() helper function has been removed. Use
defineField({ type: 'vimeoField', name: '...' }) instead. The data shape
changes from a flat reference to an object with a nested asset reference.
All standard field options (hidden, readOnly, group, etc.) now work natively.