summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-09 01:58:58 -0400
committerJules Laplace <jules@okfoc.us>2015-04-09 01:58:58 -0400
commit6d075a940b30c186e8b668316c5f51fbcb47e78e (patch)
tree519f7842cd336c773c617f43230771d0c1fa77a7 /examples
parentef78e4925a107e40437d8b8f5239f9590c2ab96b (diff)
input fields and such
Diffstat (limited to 'examples')
-rw-r--r--examples/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/index.js b/examples/index.js
index f234cc1..1a5fbbe 100644
--- a/examples/index.js
+++ b/examples/index.js
@@ -16,6 +16,7 @@ var app = okcms.createApp({
description: {type: 'text'},
color: {type: 'enum', options: ["red","blue","green"]},
video: {type: 'video'},
+ images: {type: 'images'},
}
},