summaryrefslogtreecommitdiff
path: root/examples/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-08 21:51:29 -0400
committerJules Laplace <jules@okfoc.us>2015-04-08 21:51:29 -0400
commit3925093328fa19ff654c633b400d0cf0b16fd342 (patch)
treebf50108f8abc00542954d2fdeb2bc5e3f1bd39aa /examples/index.js
parentde69a2d716fe9d6a0611322f63ec943bb0fb6234 (diff)
parentee5a0ec0c43f673ee79a2fdcf16ea368ea385532 (diff)
Merge branch 'master' of github.com:okfocus/okcms
Diffstat (limited to 'examples/index.js')
-rw-r--r--examples/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/index.js b/examples/index.js
index d64f2f9..438e871 100644
--- a/examples/index.js
+++ b/examples/index.js
@@ -8,7 +8,7 @@ var app = okcms.createApp({
page: {
id: {type: 'string'},
title: {type: 'string'},
- body: {type: 'string'}
+ body: {type: 'text'}
},
bread: {
type: {type: 'string', id: true},