Skip to content

Instantly share code, notes, and snippets.

@massive
Last active December 2, 2015 11:31
Show Gist options
  • Save massive/3382df27331838c9f755 to your computer and use it in GitHub Desktop.
Save massive/3382df27331838c9f755 to your computer and use it in GitHub Desktop.
{
"fields": [{
"fieldId": "code",
"groupId": "general",
"rendererId": "product",
"isEditable": true,
"fi_FI.label": "Kivesjärven Siwa",
"fieldType": "STRING"
}, {
"fieldId": "new_enum",
"groupId": "something",
"renderer": "apples",
"fieldType": "OPTIONS",
"options": [1, 2, 3]
},
{
"fieldId": "enum",
"groupId": "something",
"name": "new group"
}
],
"deleted": [
{
"fieldId": "enum",
"groupId": "broken",
"renderer": "apples"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment