sanity-schema-builder
sanity-schema-builder copied to clipboard
A more efficient way of writing schema for Sanity.io.
Results
1
sanity-schema-builder issues
Sort by
recently updated
recently updated
newest added
Hello, I just wanted to report that the `.icon()` function is missing for `S.object()` types. ```javascript S.obj('myObject').icon(CustomIcon)... // throws an error ``` And thank you so much for this awesome...