Skip to content

Instantly share code, notes, and snippets.

@lamenath
Created September 30, 2015 09:14
Show Gist options
  • Save lamenath/0f93ecd2b487435116a5 to your computer and use it in GitHub Desktop.
Save lamenath/0f93ecd2b487435116a5 to your computer and use it in GitHub Desktop.
image
{
"Main" : {
"key" : {
"type" : "Image",
"fieldset" : "Image",
"config" : {
"constraint" : {
"width" : 300,
"height" : 300
},
"thumbnails" : [ {
"name" : "Small",
"width" : 100,
"height" : 100
}, {
"name" : "Medium",
"width" : 200,
"height" : 200
}, {
"name" : "Large",
"width" : 300,
"height" : 300
} ]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment