Skip to content

Instantly share code, notes, and snippets.

@Duaner
Created May 4, 2017 09:07
Show Gist options
  • Save Duaner/908237885783d50b61bd45a55c5a567e to your computer and use it in GitHub Desktop.
Save Duaner/908237885783d50b61bd45a55c5a567e to your computer and use it in GitHub Desktop.
{
"Main": {
"uid": {
"type": "UID",
"config": {
"label": "uid"
}
},
"title": {
"type": "StructuredText",
"config": {
"multi": "heading1",
"label": "Title"
}
},
"sliceZone": {
"type" : "Slices",
"config" : {
"choices" : {
"old-slice" : {
"type" : "Group",
"config" : {
"fields" : {
"titre" : {
"type" : "StructuredText"
}
}
}
},
"new-slice" : {
"type" : "Slice",
"non-repeat" : {
"titre" : {
"type" : "StructuredText"
}
},
"repeat" : {
"toto" : {
"type" : "StructuredText"
},
"icon" : {
"type" : "Image"
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment