summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.js b/index.js
index 47289a7..6a0e080 100644
--- a/index.js
+++ b/index.js
@@ -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'},