diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-05-16 20:04:11 +0200 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-05-16 20:04:11 +0200 |
| commit | 095e4d6cf20c57612a5bcb2e94f36aa0e5158de2 (patch) | |
| tree | 2dfdda17ed2fd3ca082afea0545fa6660281700c | |
| parent | 0daf983e7b131abd49a1c3685c97a8d8a7ae0b78 (diff) | |
category
| -rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'}, |
