summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index cbe8dda..71e8acd 100644
--- a/index.js
+++ b/index.js
@@ -58,6 +58,7 @@ var app = okcms.createApp({
page: {
id: {type: 'string', hidden: true},
title: {type: 'string'},
+ byline: {type: 'string'},
body: {type: 'text'},
disabled: {type: 'flag'},
},