Created
March 14, 2022 19:12
-
-
Save katiehoesley/35c26d7c0a569c81cb309a7af1438643 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/" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment