From 95ab83a77b395f711ccf769097b90a5f92d8c193 Mon Sep 17 00:00:00 2001 From: Rolux Date: Mon, 21 Sep 2015 11:21:54 +0100 Subject: [PATCH] update config --- config.jsonc | 117 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 72 insertions(+), 45 deletions(-) diff --git a/config.jsonc b/config.jsonc index e0b4411..cc1219c 100644 --- a/config.jsonc +++ b/config.jsonc @@ -203,45 +203,33 @@ "sortType": "title" }, { - "id": "depositor", - "title": "Depositor", + "id": "location", + "title": "Location", "type": "string", "autocomplete": true, - "description": true, "columnWidth": 180, "filter": true, "find": true, "sort": true }, { - "id": "collection", - "title": "Collection", + "id": "date", + "title": "Date", "type": "string", + "columnWidth": 120, + //"format": {"type": "date", "args": ["%a, %b %e, %Y"]}, + "sort": true + }, + { + "id": "language", + "title": "Language", + "type": ["string"], "autocomplete": true, - "description": true, "columnWidth": 120, "filter": true, "find": true, "sort": true }, - { - "id": "topic", - "title": "Topic", - "type": ["string"], - "autocomplete": true, - "columnWidth": 180, - "filter": true, - "find": true, - "sort": true - }, - { - "id": "name", - "title": "People", - "type": ["string"], - "autocomplete": true, - "filter": true, - "find": true - }, { "id": "director", "title": "Director", @@ -261,6 +249,33 @@ "sort": true, "sortType": "person" }, + { + "id": "editor", + "title": "Editor", + "type": ["string"], + "autocomplete": true, + "columnWidth": 180, + "sort": true, + "sortType": "person" + }, + { + "id": "writer", + "title": "Writer", + "type": ["string"], + "autocomplete": true, + "columnWidth": 180, + "sort": true, + "sortType": "person" + }, + { + "id": "producer", + "title": "Producer", + "type": ["string"], + "autocomplete": true, + "columnWidth": 180, + "sort": true, + "sortType": "person" + }, { "id": "featuring", "title": "Featuring", @@ -273,19 +288,17 @@ "sortType": "person" }, { - "id": "language", - "title": "Language", + "id": "name", + "title": "People", "type": ["string"], "autocomplete": true, - "columnWidth": 120, "filter": true, - "find": true, - "sort": true + "find": true }, { - "id": "location", - "title": "Location", - "type": "string", + "id": "themes", + "title": "Themes", + "type": ["string"], "autocomplete": true, "columnWidth": 180, "filter": true, @@ -293,11 +306,25 @@ "sort": true }, { - "id": "date", - "title": "Date", + "id": "collection", + "title": "Collection", "type": "string", + "autocomplete": true, + "description": true, "columnWidth": 120, - //"format": {"type": "date", "args": ["%a, %b %e, %Y"]}, + "filter": true, + "find": true, + "sort": true + }, + { + "id": "depositor", + "title": "Depositor", + "type": "string", + "autocomplete": true, + "description": true, + "columnWidth": 180, + "filter": true, + "find": true, "sort": true }, { @@ -633,9 +660,9 @@ }, { "id": "notes", - "title": "Public Notes", + "title": "Notes", "canAddAnnotations": {"member": true, "friend": true, "staff": true, "admin": true}, - "item": "Public Note", + "item": "Note", "overlap": true, "showInfo": true, "type": "text" @@ -724,18 +751,18 @@ the system (from). */ "site": { - "description": "MDR", + "description": "...", "email": { // E-mail address in contact form (to) "contact": "in-formation@maydayrooms.org", - "footer": "-- MayDay Rooms - http://maydayrooms.org", - "prefix": "MayDay Rooms News -", + "footer": "-- Mayday Rooms - http://maydayrooms.org", + "prefix": "Mayday Rooms News -", // E-mail address uses by the system (from) "system": "system@pad.ma" }, "https": false, "id": "mdr", - "name": "MDR", + "name": "Mayday Rooms", "sendReferrer": true, "url": "stuff.maydayrooms.org" }, @@ -746,7 +773,7 @@ */ "sitePages": [ {"id": "about", "title": "About"}, - {"id": "news", "title": "News"}, + //{"id": "news", "title": "News"}, //{"id": "tour", "title": "Take a Tour"}, {"id": "faq", "title": "Frequently Asked Questions"}, //{"id": "terms", "title": "Terms of Service"}, @@ -852,11 +879,11 @@ "entitiesSelection": {}, "entitiesType": "", "filters": [ - {"id": "depositor", "sort": [{"key": "name", "operator": "+"}]}, {"id": "collection", "sort": [{"key": "name", "operator": "+"}]}, - {"id": "topic", "sort": [{"key": "items", "operator": "-"}]}, + {"id": "themes", "sort": [{"key": "items", "operator": "-"}]}, {"id": "name", "sort": [{"key": "items", "operator": "-"}]}, - {"id": "keywords", "sort": [{"key": "items", "operator": "-"}]} + {"id": "keywords", "sort": [{"key": "items", "operator": "-"}]}, + {"id": "date", "sort": [{"key": "name", "operator": "+"}]} ], "filtersSize": 176, "find": {"conditions": [], "operator": "&"},