diff options
| author | okfprojz <jules+okfprojz@okfoc.us> | 2016-11-29 18:11:01 -0500 |
|---|---|---|
| committer | okfprojz <jules+okfprojz@okfoc.us> | 2016-11-29 18:11:01 -0500 |
| commit | f4215bbc1a602ab19172950a29fc8ad5504b93fb (patch) | |
| tree | 936b2e09e295f679168962b6fe09a90a12addcfa | |
| parent | deb90124ea3b19d87b7baac88a5c24dd66b23faf (diff) | |
field
| -rw-r--r-- | new-reality/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new-reality/index.js b/new-reality/index.js index 3e7cb76..4e510b3 100644 --- a/new-reality/index.js +++ b/new-reality/index.js @@ -20,7 +20,7 @@ var app = okcms.createApp({ home: { id: {type: 'string', hidden: true}, title: {type: 'string'}, - about: {type: 'string'}, + about: {type: 'text'}, }, }, |
