Skip to content

Instantly share code, notes, and snippets.

@samlfair
Last active March 19, 2021 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samlfair/327314b90b7f220c17fb0cb9250fd935 to your computer and use it in GitHub Desktop.
Save samlfair/327314b90b7f220c17fb0cb9250fd935 to your computer and use it in GitHub Desktop.
JSON for a basic page in PRismic
{
"Main": {
"title": {
"type": "Text",
"config": {
"label": "title"
}
},
"uid": {
"type": "UID",
"config": {
"label": "uid"
}
},
"image": {
"type": "Image",
"config": {
"constraint": {},
"thumbnails": [],
"label": "image"
}
},
"content": {
"type": "StructuredText",
"config": {
"multi": "paragraph, heading2, strong, em, hyperlink, list-item",
"allowTargetBlank": true,
"label": "content"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment