summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index aa8c643..faa7891 100644
--- a/index.js
+++ b/index.js
@@ -75,6 +75,7 @@ var app = okcms.createApp({
stream: {
id: {type: 'string', hidden: true},
title: {type: 'string'},
+ body: {type: 'text'},
streams: {type: 'link-list'},
disabled: {type: 'flag'},
},