Last active
January 13, 2021 15:21
-
-
Save trnktms/1e24eb4e9caab207d5ac657c79947b46 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
{ | |
... | |
"placeholders": { | |
"discovering-sitecore10-main": [ | |
{ | |
... | |
"fields": { | |
"items": [ | |
{ | |
"id": "5603c106-09d8-4895-8aee-0ecfb3b69522", | |
"name": "Children1", | |
"displayName": "Children1", | |
"fields": { | |
"Title": { | |
"value": "I am the first children" | |
} | |
} | |
}, | |
{ | |
"id": "763f460b-5e60-481f-9ea9-56bf34d8ae27", | |
"name": "Children2", | |
"displayName": "Children2", | |
"fields": { | |
"Title": { | |
"value": "I am the second children" | |
} | |
} | |
} | |
] | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment