mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
26 lines
396 B
JSON
26 lines
396 B
JSON
{
|
|
"env" : {
|
|
"region" : "de",
|
|
"language" : "de",
|
|
"groups" : ["admin", "www"],
|
|
"data" : {
|
|
"crazy": "stuff",
|
|
"data" : {
|
|
"crazy": "stuff"
|
|
}
|
|
}
|
|
},
|
|
"URI" : "/home",
|
|
"nodes" : {
|
|
"main" : {
|
|
"id" : "id-xxx",
|
|
"mimeTypes" : ["text/html"],
|
|
"expand" : false
|
|
},
|
|
"meta" : {
|
|
"id" : "id-yyy",
|
|
"mimeTypes" : ["application/x-radactFolder"],
|
|
"expand" : true
|
|
}
|
|
}
|
|
} |