From 1a1f4a443afdfc5cd845ce62b88e6c79585bdf3a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 3 Jun 2017 16:49:19 -0400 Subject: essays --- index.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'index.js') diff --git a/index.js b/index.js index 71e8acd..9461c35 100644 --- a/index.js +++ b/index.js @@ -62,6 +62,13 @@ var app = okcms.createApp({ body: {type: 'text'}, disabled: {type: 'flag'}, }, + essay: { + id: {type: 'string', hidden: true}, + title: {type: 'string'}, + byline: {type: 'string'}, + body: {type: 'text'}, + disabled: {type: 'flag'}, + }, stream: { id: {type: 'string', hidden: true}, title: {type: 'string'}, @@ -74,6 +81,7 @@ var app = okcms.createApp({ resources: [ { type: 'timeline' }, { type: 'page' }, + { type: 'essay' }, { type: 'stream' }, { type: 'drone' }, { type: 'about' }, -- cgit v1.2.3-70-g09d2