diff options
| -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'}, |
