From ee5a0ec0c43f673ee79a2fdcf16ea368ea385532 Mon Sep 17 00:00:00 2001 From: Sean Fridman Date: Wed, 8 Apr 2015 21:50:59 -0400 Subject: Add support for textarea data types --- examples/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/index.js') 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}, -- cgit v1.2.3-70-g09d2