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 438e871..669715d 100644 --- a/examples/index.js +++ b/examples/index.js @@ -13,7 +13,7 @@ var app = okcms.createApp({ bread: { type: {type: 'string', id: true}, title: {type: 'string'}, - description: {type: 'string'} + description: {type: 'text'} } }, |
