summaryrefslogtreecommitdiff
path: root/examples/index.js
diff options
context:
space:
mode:
authorSean Fridman <fridman@mail.sfsu.edu>2015-04-08 21:50:59 -0400
committerSean Fridman <fridman@mail.sfsu.edu>2015-04-08 21:50:59 -0400
commitee5a0ec0c43f673ee79a2fdcf16ea368ea385532 (patch)
tree8d808d90188e8a487681648059e904a5e8be3274 /examples/index.js
parent06ef2f2337dd349af160e2c50dbef76f68f406d5 (diff)
Add support for textarea data types
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 e55b717..6a07c4e 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},