Skip to content

Instantly share code, notes, and snippets.

@rudyrigot
Created March 19, 2014 19:25
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 rudyrigot/9649312 to your computer and use it in GitHub Desktop.
Save rudyrigot/9649312 to your computer and use it in GitHub Desktop.
Bootstrap prismic.io blogpost - "stuff-i-do" JSON mask
{
"Main" : {
"title" : {
"type" : "StructuredText",
"fieldset" : "Title",
"config" : {
"single" : "heading1"
}
},
"lede" : {
"type" : "StructuredText",
"fieldset" : "Lede",
"config" : {
"single" : "em,strong,hyperlink,paragraph"
}
},
"image" : {
"type" : "Image",
"fieldset" : "Image",
"config" : {
"thumbnails" : [ {
"name" : "regular",
"width" : 120.0,
"height" : 120.0
} ]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment