diff options
| author | Jules <julescarbon@gmail.com> | 2017-06-20 22:51:35 +0000 |
|---|---|---|
| committer | Jules <julescarbon@gmail.com> | 2017-06-20 22:51:35 +0000 |
| commit | dfacdd470526b0245462b4dc9e1379674a40de6f (patch) | |
| tree | 1636315f35b43925493f44907eaa9dbc35b63173 | |
| parent | 0b854ecccfe7832ba9a837605822a103fd9d8bc0 (diff) | |
image
| -rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ var app = okcms.createApp({ id: {type: 'string', hidden: true}, title: {type: 'string'}, body: {type: 'text'}, - image: {type: 'text'}, + image: {type: 'image'}, disabled: {type: 'flag'}, }, }, |
