change defaults

This commit is contained in:
j 2023-11-17 09:18:54 +01:00
parent 18bf1d15cb
commit f51821b50f
2 changed files with 8 additions and 9 deletions

View file

@ -573,7 +573,7 @@
}, },
{ {
"id": "additionalfunding", "id": "additionalfunding",
"title": "additional funding", "title": "Additional Funding",
"type": ["string"], "type": ["string"],
"autocomplete": true, "autocomplete": true,
"columnWidth": 180, "columnWidth": 180,
@ -1272,12 +1272,11 @@
"entitiesSelection": {}, "entitiesSelection": {},
"entitiesType": "", "entitiesType": "",
"filters": [ "filters": [
{"id": "source", "sort": [{"key": "name", "operator": "+"}]},
{"id": "project", "sort": [{"key": "name", "operator": "+"}]}, {"id": "project", "sort": [{"key": "name", "operator": "+"}]},
{"id": "topic", "sort": [{"key": "items", "operator": "-"}]}, {"id": "location", "sort": [{"key": "name", "operator": "+"}]},
{"id": "name", "sort": [{"key": "items", "operator": "-"}]}, {"id": "methodologies", "sort": [{"key": "items", "operator": "-"}]},
{"id": "keywords", "sort": [{"key": "items", "operator": "-"}]}, {"id": "collaborators", "sort": [{"key": "items", "operator": "-"}]},
{"id": "places", "sort": [{"key": "items", "operator": "-"}]} {"id": "additionalfunding", "sort": [{"key": "items", "operator": "-"}]}
], ],
"filtersSize": 176, "filtersSize": 176,
"find": {"conditions": [], "operator": "&"}, "find": {"conditions": [], "operator": "&"},
@ -1360,7 +1359,7 @@
"sidebarSize": 256, "sidebarSize": 256,
"text": "", "text": "",
"texts": {}, "texts": {},
"theme": "oxlight", "theme": "oxdark",
"updateAdvancedFindResults": false, "updateAdvancedFindResults": false,
"videoLoop": false, "videoLoop": false,
"videoMuted": false, "videoMuted": false,

View file

@ -8,8 +8,8 @@ import ox
overwrite = ( overwrite = (
('home', 'padma'), #('home', 'padma'),
('infoView', 'padma'), #('infoView', 'padma'),
) )
base = abspath(dirname(__file__)) base = abspath(dirname(__file__))