update config
This commit is contained in:
parent
9c99a42d12
commit
95ab83a77b
1 changed files with 72 additions and 45 deletions
117
config.jsonc
117
config.jsonc
|
@ -203,45 +203,33 @@
|
||||||
"sortType": "title"
|
"sortType": "title"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "depositor",
|
"id": "location",
|
||||||
"title": "Depositor",
|
"title": "Location",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"description": true,
|
|
||||||
"columnWidth": 180,
|
"columnWidth": 180,
|
||||||
"filter": true,
|
"filter": true,
|
||||||
"find": true,
|
"find": true,
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "collection",
|
"id": "date",
|
||||||
"title": "Collection",
|
"title": "Date",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
"columnWidth": 120,
|
||||||
|
//"format": {"type": "date", "args": ["%a, %b %e, %Y"]},
|
||||||
|
"sort": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "language",
|
||||||
|
"title": "Language",
|
||||||
|
"type": ["string"],
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"description": true,
|
|
||||||
"columnWidth": 120,
|
"columnWidth": 120,
|
||||||
"filter": true,
|
"filter": true,
|
||||||
"find": true,
|
"find": true,
|
||||||
"sort": 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",
|
"id": "director",
|
||||||
"title": "Director",
|
"title": "Director",
|
||||||
|
@ -261,6 +249,33 @@
|
||||||
"sort": true,
|
"sort": true,
|
||||||
"sortType": "person"
|
"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",
|
"id": "featuring",
|
||||||
"title": "Featuring",
|
"title": "Featuring",
|
||||||
|
@ -273,19 +288,17 @@
|
||||||
"sortType": "person"
|
"sortType": "person"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "language",
|
"id": "name",
|
||||||
"title": "Language",
|
"title": "People",
|
||||||
"type": ["string"],
|
"type": ["string"],
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"columnWidth": 120,
|
|
||||||
"filter": true,
|
"filter": true,
|
||||||
"find": true,
|
"find": true
|
||||||
"sort": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "location",
|
"id": "themes",
|
||||||
"title": "Location",
|
"title": "Themes",
|
||||||
"type": "string",
|
"type": ["string"],
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"columnWidth": 180,
|
"columnWidth": 180,
|
||||||
"filter": true,
|
"filter": true,
|
||||||
|
@ -293,11 +306,25 @@
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "date",
|
"id": "collection",
|
||||||
"title": "Date",
|
"title": "Collection",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
"autocomplete": true,
|
||||||
|
"description": true,
|
||||||
"columnWidth": 120,
|
"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
|
"sort": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -633,9 +660,9 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "notes",
|
"id": "notes",
|
||||||
"title": "Public Notes",
|
"title": "Notes",
|
||||||
"canAddAnnotations": {"member": true, "friend": true, "staff": true, "admin": true},
|
"canAddAnnotations": {"member": true, "friend": true, "staff": true, "admin": true},
|
||||||
"item": "Public Note",
|
"item": "Note",
|
||||||
"overlap": true,
|
"overlap": true,
|
||||||
"showInfo": true,
|
"showInfo": true,
|
||||||
"type": "text"
|
"type": "text"
|
||||||
|
@ -724,18 +751,18 @@
|
||||||
the system (from).
|
the system (from).
|
||||||
*/
|
*/
|
||||||
"site": {
|
"site": {
|
||||||
"description": "MDR",
|
"description": "...",
|
||||||
"email": {
|
"email": {
|
||||||
// E-mail address in contact form (to)
|
// E-mail address in contact form (to)
|
||||||
"contact": "in-formation@maydayrooms.org",
|
"contact": "in-formation@maydayrooms.org",
|
||||||
"footer": "-- MayDay Rooms - http://maydayrooms.org",
|
"footer": "-- Mayday Rooms - http://maydayrooms.org",
|
||||||
"prefix": "MayDay Rooms News -",
|
"prefix": "Mayday Rooms News -",
|
||||||
// E-mail address uses by the system (from)
|
// E-mail address uses by the system (from)
|
||||||
"system": "system@pad.ma"
|
"system": "system@pad.ma"
|
||||||
},
|
},
|
||||||
"https": false,
|
"https": false,
|
||||||
"id": "mdr",
|
"id": "mdr",
|
||||||
"name": "MDR",
|
"name": "Mayday Rooms",
|
||||||
"sendReferrer": true,
|
"sendReferrer": true,
|
||||||
"url": "stuff.maydayrooms.org"
|
"url": "stuff.maydayrooms.org"
|
||||||
},
|
},
|
||||||
|
@ -746,7 +773,7 @@
|
||||||
*/
|
*/
|
||||||
"sitePages": [
|
"sitePages": [
|
||||||
{"id": "about", "title": "About"},
|
{"id": "about", "title": "About"},
|
||||||
{"id": "news", "title": "News"},
|
//{"id": "news", "title": "News"},
|
||||||
//{"id": "tour", "title": "Take a Tour"},
|
//{"id": "tour", "title": "Take a Tour"},
|
||||||
{"id": "faq", "title": "Frequently Asked Questions"},
|
{"id": "faq", "title": "Frequently Asked Questions"},
|
||||||
//{"id": "terms", "title": "Terms of Service"},
|
//{"id": "terms", "title": "Terms of Service"},
|
||||||
|
@ -852,11 +879,11 @@
|
||||||
"entitiesSelection": {},
|
"entitiesSelection": {},
|
||||||
"entitiesType": "",
|
"entitiesType": "",
|
||||||
"filters": [
|
"filters": [
|
||||||
{"id": "depositor", "sort": [{"key": "name", "operator": "+"}]},
|
|
||||||
{"id": "collection", "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": "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,
|
"filtersSize": 176,
|
||||||
"find": {"conditions": [], "operator": "&"},
|
"find": {"conditions": [], "operator": "&"},
|
||||||
|
|
Loading…
Reference in a new issue