diff options
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -18,10 +18,11 @@ var tagTypes = [ "AGO", "courtauld", "intervensions", - "connosieurship", + "connsoeurship", "double agent", "forensics", "black box", + "Stankievech", ].map((type, index) => [index, type]); var app = okcms @@ -42,6 +43,8 @@ var app = okcms id: { type: "string", hidden: true }, title: { type: "string" }, author: { type: "string" }, + type: { type: "enum", options: ["image", "video", "3d"] }, + citation: { type: "text" }, description: { type: "text" }, thumbnail: { type: "image" }, images: { type: "gallery" }, @@ -74,6 +77,10 @@ var app = okcms { type: "ui", query: "*" }, ], }, + "/review": { + template: "review", + data: [{ type: "page", query: "*" }], + }, }, services: { |
