diff options
| -rw-r--r-- | tree/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tree/index.js b/tree/index.js index d66caca..95ae08e 100644 --- a/tree/index.js +++ b/tree/index.js @@ -24,7 +24,7 @@ var app = okcms.createApp({ home: { id: {type: 'string', hidden: true}, title: {type: 'string'}, - about: {type: 'string'}, + about: {type: 'text'}, }, press: { id: {type: 'string', hidden: true}, |
