Skip to content

Instantly share code, notes, and snippets.

@katiehoesley
Created March 14, 2022 19:11
Show Gist options
  • Save katiehoesley/cf12b03e4b4c837e8e7833e3f6dd3d5f to your computer and use it in GitHub Desktop.
Save katiehoesley/cf12b03e4b4c837e8e7833e3f6dd3d5f to your computer and use it in GitHub Desktop.
[
{
"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/"
},
{
"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