summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules <julescarbon@gmail.com>2017-06-20 22:51:35 +0000
committerJules <julescarbon@gmail.com>2017-06-20 22:51:35 +0000
commitdfacdd470526b0245462b4dc9e1379674a40de6f (patch)
tree1636315f35b43925493f44907eaa9dbc35b63173
parent0b854ecccfe7832ba9a837605822a103fd9d8bc0 (diff)
image
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index 30ec5dd..02e6877 100644
--- a/index.js
+++ b/index.js
@@ -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'},
},
},