diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-08 21:50:59 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-08 21:50:59 -0400 |
| commit | ee5a0ec0c43f673ee79a2fdcf16ea368ea385532 (patch) | |
| tree | 8d808d90188e8a487681648059e904a5e8be3274 /examples/index.js | |
| parent | 06ef2f2337dd349af160e2c50dbef76f68f406d5 (diff) | |
Add support for textarea data types
Diffstat (limited to 'examples/index.js')
| -rw-r--r-- | examples/index.js | 2 |
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}, |
