diff options
| author | jules <jules@carbonpictures.com> | 2017-05-18 17:01:53 +0000 |
|---|---|---|
| committer | jules <jules@carbonpictures.com> | 2017-05-18 17:01:53 +0000 |
| commit | 9162db14b4337b3ced1c002ea13ff627a681b5b5 (patch) | |
| tree | cac70c20e3477a0fb324db0f45d1e77013a62860 /index.js | |
| parent | 588eb0b54c3ec641bb5bdb61fdbb0f7915548265 (diff) | |
| parent | abf3e14963a9b67526dfee912c3db46aacece4ee (diff) | |
Merge branch 'master' of ghghgh.us:armory-fmf-cms
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -7,6 +7,7 @@ var viewConfig = { data: [ {type: 'timeline', query: '*'}, {type: 'page', query: '*'}, + {type: 'feed', query: '*'}, ] } @@ -51,11 +52,18 @@ var app = okcms.createApp({ body: {type: 'text'}, disabled: {type: 'flag'}, }, + stream: { + id: {type: 'string', hidden: true}, + title: {type: 'string'}, + streams: {type: 'link-list'}, + disabled: {type: 'flag'}, + }, }, resources: [ { type: 'timeline' }, { type: 'page' }, + { type: 'stream' }, ], views: { |
