Skip to content

Instantly share code, notes, and snippets.

@pichfl
Created October 7, 2015 16:11
Show Gist options
  • Select an option

  • Save pichfl/eee152d241afaa4a6a1a to your computer and use it in GitHub Desktop.

Select an option

Save pichfl/eee152d241afaa4a6a1a to your computer and use it in GitHub Desktop.
{
"data": {
"id": "43917710-36f0-4e41-9767-786f744fb1bd",
"type": "containeroutlet",
"attributes": {
"position": 0,
"name": "Any Layout",
"is_searchable": false,
"help_text": "Any description for any layout",
"is_array": false
},
"relationships": {
"parent": {
"data": null,
},
"children": {
"data": [
{
"type": "imageoutlet",
"id": "e4dbb366-25c2-4577-a14a-c26c66829b4a"
},
{
"type": "imageoutlet",
"id": "7a08252e-bd9d-46bb-bba6-11c44abcfa9f"
},
{
"type": "textoutlet",
"id": "b2b6379d-390a-4da0-be66-337a40e05162"
}
]
}
}
},
"included": [
{
"id": "b2b6379d-390a-4da0-be66-337a40e05162",
"type": "textoutlet",
"attributes": {
"position": 0,
"name": "Text",
"is_searchable": false,
"help_text": "",
"is_array": false,
"mime_type": "text/plain",
"is_multiline": true,
"max_length": 65536,
"default_text": ""
},
"relationships": {
"parent": {
"data": {
"id": "43917710-36f0-4e41-9767-786f744fb1bd",
"type": "containeroutlet"
}
}
}
},
{
"id": "7a08252e-bd9d-46bb-bba6-11c44abcfa9f",
"type": "imageoutlet",
"attributes": {
"position": 0,
"name": "My superfresh outlet",
"is_searchable": false,
"help_text": "helpetxt for superfres",
"is_array": false,
"mime_type": "image/*",
"max_filesize": 0,
"convert_to": "",
"min_width": 0,
"max_width": 0,
"min_height": 0,
"max_height": 0,
"crop_width": 0,
"crop_height": 0,
},
"relationships": {
"parent": {
"data": {
"id": "43917710-36f0-4e41-9767-786f744fb1bd",
"type": "containeroutlet"
}
}
}
},
{
"id": "e4dbb366-25c2-4577-a14a-c26c66829b4a",
"type": "imageoutlet",
"attributes": {
"position": 1,
"name": "Image",
"is_searchable": false,
"help_text": "",
"is_array": false,
"mime_type": "image/*",
"max_filesize": 0,
"convert_to": "",
"min_width": 0,
"max_width": 0,
"min_height": 0,
"max_height": 0,
"crop_width": 0,
"crop_height": 0,
},
"relationships": {
"parent": {
"data": {
"id": "43917710-36f0-4e41-9767-786f744fb1bd",
"type": "containeroutlet"
}
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment