diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-23 14:25:10 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-23 14:25:10 -0400 |
| commit | b93aa2b3f2e1a3c42f19942be13ca7fb34b03d38 (patch) | |
| tree | 287a3c0522482f3386caf56921c2c50832450782 /site/index.js | |
| parent | 7155995136123452b0f13c3e974f624eba59e8c4 (diff) | |
reorder
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: { |
