summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-04 13:16:09 -0400
committerJules Laplace <julescarbon@gmail.com>2017-06-04 13:16:09 -0400
commit4aeaefd41b48a042ae2a1d03ca9a7d77608c8069 (patch)
tree77b0a20ddabc92b8fe2c1d8f441a8c6dddb3bbd6
parent00fd33b63b1408c6e2ec885feebd98a2fdec9a2e (diff)
no byline on pages
-rw-r--r--index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.js b/index.js
index 88c1c72..be83ac3 100644
--- a/index.js
+++ b/index.js
@@ -58,7 +58,6 @@ var app = okcms.createApp({
page: {
id: {type: 'string', hidden: true},
title: {type: 'string'},
- byline: {type: 'string'},
body: {type: 'text'},
disabled: {type: 'flag'},
},