diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-23 16:38:45 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-23 16:38:45 -0400 |
| commit | 2305c4cab390e36b96f796d2990d4cb235688fa8 (patch) | |
| tree | 28202fc5e578109d6e4bbbac52b1c2531ad6be31 /site/index.js | |
| parent | b93aa2b3f2e1a3c42f19942be13ca7fb34b03d38 (diff) | |
thumbnail field
Diffstat (limited to 'site/index.js')
| -rw-r--r-- | site/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.js b/site/index.js index 3283b82..d7989b9 100644 --- a/site/index.js +++ b/site/index.js @@ -7,7 +7,7 @@ var projectSchema = { description: {type: 'text'}, video: {type: 'video'}, images: {type: 'captioned-image-list'}, - shape: {type: 'image'}, + thumbnail: {type: 'image'}, } var app = okcms.createApp({ |
