Skip to content

Instantly share code, notes, and snippets.

@katiehoesley
Created March 14, 2022 19:09
Show Gist options
  • Save katiehoesley/b92deb185e35f0c0291fc4d6c35a5bac to your computer and use it in GitHub Desktop.
Save katiehoesley/b92deb185e35f0c0291fc4d6c35a5bac to your computer and use it in GitHub Desktop.
[
{
"id": 4,
"channel_id": 1,
"name": "some name",
"meta_title": "meta title",
"body": "test1",
"is_visible": true,
"parent_id": 0,
"sort_order": 2,
"meta_keywords": "",
"type": "page",
"meta_description": "",
"is_homepage": false,
"is_customers_only": false,
"search_keywords": "",
"url": "/some_url/"
},
{
"id": 3,
"channel_id": 1,
"name": "some name",
"meta_title": "meta title",
"body": "test1",
"is_visible": true,
"parent_id": 0,
"sort_order": 2,
"meta_keywords": "",
"type": "page",
"meta_description": "",
"is_homepage": false,
"is_customers_only": false,
"search_keywords": "",
"url": "/some_url/"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment