A quick way to begin scaffolding Sanity Schema.
This tool will only give you the basics. For validation, layout and other options please read the docs.
export default {
name: "page",
title: "Pages",
type: "document",
fields: []
}A quick way to begin scaffolding Sanity Schema.
This tool will only give you the basics. For validation, layout and other options please read the docs.