diff options
| author | Julie Lala <jules@okfoc.us> | 2015-04-09 06:02:55 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2015-04-09 06:02:55 -0400 |
| commit | 36da66908e8b124c4846a82ad4ccc2d1749e0b15 (patch) | |
| tree | 0b46b2b9e18f1155d0474cafa23d76c2b8046df6 /site/index.js | |
| parent | c65de768ccd5111567732854ca4ce50dbeebd6ea (diff) | |
moving assets
Diffstat (limited to 'site/index.js')
| -rw-r--r-- | site/index.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/site/index.js b/site/index.js index c7638fa..d36778f 100644 --- a/site/index.js +++ b/site/index.js @@ -3,6 +3,7 @@ var okcms = require('..'); var projectSchema = { id: {type: 'string', id: true}, title: {type: 'string'}, + shortname: {type: 'string'}, description: {type: 'text'}, video: {type: 'video'}, images: {type: 'captioned-image-list'} @@ -16,7 +17,8 @@ var app = okcms.createApp({ page: { id: {type: 'string'}, title: {type: 'string'}, - body: {type: 'text'} + body: {type: 'text'}, + image: {type: 'string'} }, retail: projectSchema, advertising: projectSchema, |
