diff options
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}, |
