Created
March 14, 2022 19:11
-
-
Save katiehoesley/cf12b03e4b4c837e8e7833e3f6dd3d5f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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