Skip to content

Instantly share code, notes, and snippets.

@trnktms
Last active January 13, 2021 15:21
Show Gist options
  • Save trnktms/1e24eb4e9caab207d5ac657c79947b46 to your computer and use it in GitHub Desktop.
Save trnktms/1e24eb4e9caab207d5ac657c79947b46 to your computer and use it in GitHub Desktop.
{
...
"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