change defaults
This commit is contained in:
parent
18bf1d15cb
commit
f51821b50f
2 changed files with 8 additions and 9 deletions
13
config.jsonc
13
config.jsonc
|
@ -573,7 +573,7 @@
|
|||
},
|
||||
{
|
||||
"id": "additionalfunding",
|
||||
"title": "additional funding",
|
||||
"title": "Additional Funding",
|
||||
"type": ["string"],
|
||||
"autocomplete": true,
|
||||
"columnWidth": 180,
|
||||
|
@ -1272,12 +1272,11 @@
|
|||
"entitiesSelection": {},
|
||||
"entitiesType": "",
|
||||
"filters": [
|
||||
{"id": "source", "sort": [{"key": "name", "operator": "+"}]},
|
||||
{"id": "project", "sort": [{"key": "name", "operator": "+"}]},
|
||||
{"id": "topic", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "name", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "keywords", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "places", "sort": [{"key": "items", "operator": "-"}]}
|
||||
{"id": "location", "sort": [{"key": "name", "operator": "+"}]},
|
||||
{"id": "methodologies", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "collaborators", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "additionalfunding", "sort": [{"key": "items", "operator": "-"}]}
|
||||
],
|
||||
"filtersSize": 176,
|
||||
"find": {"conditions": [], "operator": "&"},
|
||||
|
@ -1360,7 +1359,7 @@
|
|||
"sidebarSize": 256,
|
||||
"text": "",
|
||||
"texts": {},
|
||||
"theme": "oxlight",
|
||||
"theme": "oxdark",
|
||||
"updateAdvancedFindResults": false,
|
||||
"videoLoop": false,
|
||||
"videoMuted": false,
|
||||
|
|
|
@ -8,8 +8,8 @@ import ox
|
|||
|
||||
|
||||
overwrite = (
|
||||
('home', 'padma'),
|
||||
('infoView', 'padma'),
|
||||
#('home', 'padma'),
|
||||
#('infoView', 'padma'),
|
||||
)
|
||||
|
||||
base = abspath(dirname(__file__))
|
||||
|
|
Loading…
Reference in a new issue