We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a schema that holds an event object with the following fields:
The text was updated successfully, but these errors were encountered:
Everything except Program Schema Cross-reference. Along with that, am not sure how to implement the desired formatting of:
import createSchema from "part:@sanity/base/schema-creator"; import schemaTypes from "all:part:@sanity/base/schema-type";
export default createSchema({ name: "schemaName", types: schemaTypes.concat([ {...
Sorry, something went wrong.
Created Rich Text Schema to reference both in Event Schemas and in Images Schema to allow for Description/Alt forming.
ZiadMalik1
No branches or pull requests
Description
Create a schema that holds an event object with the following fields:
The text was updated successfully, but these errors were encountered: