diff options
| author | okfprojz <jules+okfprojz@okfoc.us> | 2016-11-29 13:08:51 -0500 |
|---|---|---|
| committer | okfprojz <jules+okfprojz@okfoc.us> | 2016-11-29 13:08:51 -0500 |
| commit | deb90124ea3b19d87b7baac88a5c24dd66b23faf (patch) | |
| tree | 44a6271bd4c68e69460660fb8ec3400711f4e2b3 | |
| parent | 3df75237494b66007822e7e7fca38f82b2083228 (diff) | |
field
| -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}, |
