summaryrefslogtreecommitdiff
path: root/site/index.js
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2015-05-19 01:42:56 +0200
committerJulie Lala <jules@okfoc.us>2015-05-19 01:42:56 +0200
commit158aaa8ff7a9698b8a9f90739a1fe48ff2a6807b (patch)
treedf748a77d189f34e79f0ef8fdd0d6baeec1b6b97 /site/index.js
parent6e0e1fd1d0dda6c7296b6a03f191c020294e15db (diff)
merge retail section into experiental
Diffstat (limited to 'site/index.js')
-rw-r--r--site/index.js26
1 files changed, 12 insertions, 14 deletions
diff --git a/site/index.js b/site/index.js
index 04d2455..9e1f568 100644
--- a/site/index.js
+++ b/site/index.js
@@ -30,7 +30,6 @@ var app = okcms.createApp({
advertising: projectSchema,
content: projectSchema,
experiential: projectSchema,
- retail: projectSchema,
shape: {
id: {type: 'string', id: true, hidden: true},
title: {type: 'string'},
@@ -46,7 +45,6 @@ var app = okcms.createApp({
{ type: 'advertising' },
{ type: 'content' },
{ type: 'experiential' },
- { type: 'retail' },
],
services: {
@@ -65,7 +63,7 @@ var app = okcms.createApp({
{type: 'page', query: 'contact'},
// {type: 'shape', query: 'about-images'},
{type: 'shape', query: 'shape-images'},
- {type: 'retail', query: '*'},
+// {type: 'retail', query: '*'},
{type: 'advertising', query: '*'},
{type: 'experiential', query: '*'},
{type: 'content', query: '*'},
@@ -83,23 +81,23 @@ var app = okcms.createApp({
},
'/all': {
data: [
- {type: 'retail', query: '*'},
+// {type: 'retail', query: '*'},
{type: 'advertising', query: '*'},
{type: 'experiential', query: '*'},
{type: 'content', query: '*'},
],
template: 'all'
},
- '/retail/:id': {
- data: {
- type: 'retail',
- as: 'project',
- query: {
- id: ':id'
- }
- },
- template: 'project'
- },
+// '/retail/:id': {
+// data: {
+// type: 'retail',
+// as: 'project',
+// query: {
+// id: ':id'
+// }
+// },
+// template: 'project'
+// },
'/advertising/:id': {
data: {
type: 'advertising',