summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/index.js b/index.js
index 147dd92f..e38a38c8 100644
--- a/index.js
+++ b/index.js
@@ -30,12 +30,20 @@ var app = okcms.createApp({
link: {type: 'string'},
image: {type: 'captioned-image-list'},
},
+ page: {
+ id: {type: 'string', hidden: true},
+ title: {type: 'string'},
+ image: {type: 'image'},
+ body: {type: 'text'},
+ tag: {type: 'string'},
+ },
},
resources: [
{ type: 'story' },
{ type: 'archive' },
{ type: 'hub' },
+ { type: 'page' },
],
views: {