DeltaCMS/pages/index.json
2019-02-11 17:36:40 +01:00

9 lines
127 B
JSON

{
"title": "Home",
"template": "page",
"access": "public",
"content": "<h1>hello world</h1>",
"modules": {
"?": "?"
}
}