diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-08 21:51:29 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-08 21:51:29 -0400 |
| commit | 3925093328fa19ff654c633b400d0cf0b16fd342 (patch) | |
| tree | bf50108f8abc00542954d2fdeb2bc5e3f1bd39aa /examples/index.js | |
| parent | de69a2d716fe9d6a0611322f63ec943bb0fb6234 (diff) | |
| parent | ee5a0ec0c43f673ee79a2fdcf16ea368ea385532 (diff) | |
Merge branch 'master' of github.com:okfocus/okcms
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 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}, |
