diff options
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -17,6 +17,11 @@ var app = okcms.createApp({ production: isProduction, schemas: { + page: { + id: {type: 'string', hidden: true}, + title: {type: 'string'}, + body: {type: 'string'}, + }, project: { id: {type: 'string', hidden: true}, year: {type: 'number'}, |
