diff options
| author | julie lala <jules@okfoc.us> | 2015-04-23 14:25:28 -0400 |
|---|---|---|
| committer | julie lala <jules@okfoc.us> | 2015-04-23 14:25:28 -0400 |
| commit | b04f4ca498e3babd1f253c42928b7a297f0faf3d (patch) | |
| tree | 88bd82a56186f077bc567abc7fb4384ea4ecc4f0 /site/index.js | |
| parent | e3e2f23901852441b134df33b22b4925bbc1460e (diff) | |
| parent | b93aa2b3f2e1a3c42f19942be13ca7fb34b03d38 (diff) | |
Merge branch 'twohustlers' of github.com:okfocus/okcms into twohustlers
Diffstat (limited to 'site/index.js')
| -rw-r--r-- | site/index.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/site/index.js b/site/index.js index 6d34b89..3283b82 100644 --- a/site/index.js +++ b/site/index.js @@ -27,10 +27,10 @@ var app = okcms.createApp({ body: {type: 'text'}, image: {type: 'string'} }, - retail: projectSchema, advertising: projectSchema, - experiential: projectSchema, content: projectSchema, + experiential: projectSchema, + retail: projectSchema, shape: { id: {type: 'string', id: true, hidden: true}, title: {type: 'string'}, @@ -42,10 +42,10 @@ var app = okcms.createApp({ { type: 'page', static: {id: 'about'}}, { type: 'page', static: {id: 'contact'}}, { type: 'shape', static: {id: 'shape-images'}}, - { type: 'retail' }, { type: 'advertising' }, + { type: 'content' }, { type: 'experiential' }, - { type: 'content' } + { type: 'retail' }, ], services: { |
