diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-13 18:52:06 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-13 18:52:06 -0400 |
| commit | 455c09226f1bc57021147e889ef1127e982ed67c (patch) | |
| tree | 7a3fc6be24123cbd73001177a37df30fc53feac7 /site/index.js | |
| parent | dee6b3e3fd32b6b002a465e5723d51860e763b20 (diff) | |
rename shortname -> menu to be clear
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 d4f5cb4..189dfc4 100644 --- a/site/index.js +++ b/site/index.js @@ -3,7 +3,7 @@ var okcms = require('..'); var projectSchema = { id: {type: 'string', id: true, hidden: true}, title: {type: 'string'}, - shortname: {type: 'string'}, + menu: {type: 'string'}, description: {type: 'text'}, video: {type: 'video'}, images: {type: 'captioned-image-list'}, |
