Created
February 27, 2020 22:54
-
-
Save ummdorian/0c56ce6d00e3701a90f4cbb4216730dc to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// If we make pages components: | |
{ | |
"data": { | |
"route": { | |
"path": "/news", | |
"entity": { | |
"entityBundle": "page", | |
"entityId": "371", | |
"entityLabel": "News", | |
"entityType": "node", | |
"entityUuid": "2d9c380a-cc31-42aa-8e10-b0a41392519a" | |
} | |
} | |
} | |
} | |
// Otherwise: | |
{ | |
"data": { | |
"route": { | |
"path": "/news", | |
"entity": { | |
"entityBundle": "page", | |
"entityId": "371", | |
"entityLabel": "News", | |
"entityType": "node", | |
"entityUuid": "2d9c380a-cc31-42aa-8e10-b0a41392519a", | |
"fieldPageContent": [ | |
{ | |
"entity": { | |
"id": 2131, | |
"uuid": "785f7deb-5b12-4db0-b06e-d2d0dda9aa5c", | |
"entityBundle": "content_block_hero" | |
} | |
}, | |
{ | |
"entity": { | |
"id": 2756, | |
"uuid": "deadcfaa-8863-486e-9adb-101c66c9e656", | |
"entityBundle": "ui_section" | |
} | |
} | |
] | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment