Created
March 14, 2022 19:09
-
-
Save katiehoesley/b92deb185e35f0c0291fc4d6c35a5bac 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
[ | |
{ | |
"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