summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-05-16 20:04:11 +0200
committerJules Laplace <jules@okfoc.us>2017-05-16 20:04:11 +0200
commit095e4d6cf20c57612a5bcb2e94f36aa0e5158de2 (patch)
tree2dfdda17ed2fd3ca082afea0545fa6660281700c
parent0daf983e7b131abd49a1c3685c97a8d8a7ae0b78 (diff)
category
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index ff727f2..8921784 100644
--- a/index.js
+++ b/index.js
@@ -37,7 +37,7 @@ var app = okcms.createApp({
date: {type: 'string'},
title: {type: 'string'},
medium: {type: 'string'},
- category: {type: 'string'},
+ category: {type: 'enum', options:['Surveillance','Drones','Facial Recognition'},
keywords: {type: 'text'},
description: {type: 'text'},
image: {type: 'image'},