From 3cdc039cb235c710d263694c2fd41f367b2c0033 Mon Sep 17 00:00:00 2001 From: rlx Date: Mon, 11 Jan 2016 16:16:29 +0530 Subject: [PATCH] config: add categories --- config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.json b/config.json index 7dfbe78..966dd99 100644 --- a/config.json +++ b/config.json @@ -92,6 +92,15 @@ "format": {"type": "unit", "args": ["pages"]}, "sort": true }, + { + "id": "categories", + "title": "Categories", + "type": ["string"], + "columnWidth": 128, + "filter": true, + "find": true, + "sort": true + }, { "id": "description", "title": "Description",