summaryrefslogtreecommitdiff
path: root/site/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-23 14:25:10 -0400
committerJules Laplace <jules@okfoc.us>2015-04-23 14:25:10 -0400
commitb93aa2b3f2e1a3c42f19942be13ca7fb34b03d38 (patch)
tree287a3c0522482f3386caf56921c2c50832450782 /site/index.js
parent7155995136123452b0f13c3e974f624eba59e8c4 (diff)
reorder
Diffstat (limited to 'site/index.js')
-rw-r--r--site/index.js8
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: {