This commit is contained in:
Oscar Plaisant
2024-03-13 11:36:31 +01:00
parent 473b24baa0
commit bb9f9102c9
218 changed files with 97170 additions and 1830 deletions

View File

@@ -4,7 +4,7 @@
"aliasesInIndex": false,
"alphaSortAsc": false,
"altLinkFields": [
"alias"
"aliases"
],
"CSVPaths": "",
"createIndexIndent": " ",
@@ -20,7 +20,7 @@
"dvWaitTime": 5000,
"enableAlphaSort": true,
"enableRelationSuggestor": true,
"fieldSuggestor": false,
"fieldSuggestor": true,
"filterImpliedSiblingsOfDifferentTypes": false,
"jugglLayout": "hierarchy",
"limitWriteBCCheckboxes": [
@@ -28,7 +28,9 @@
"next",
"prev",
"author",
"source"
"source",
"same",
"opposes"
],
"CHECKBOX_STATES_OVERWRITTEN": false,
"gridDefaultDepth": 25,
@@ -74,7 +76,8 @@
"limitTrailCheckboxes": [
"up",
"author",
"supports"
"supports",
"opposes"
],
"limitJumpToFirstFields": [
"up",
@@ -82,13 +85,13 @@
"down",
"next",
"prev",
"same_author",
"extercept",
"includes",
"supports",
"supported_by",
"refutes",
"refuted_by"
"refuted_by",
"opposes"
],
"showAll": "All",
"noPathMessage": "",
@@ -156,6 +159,19 @@
"prev": [
"refuted_by"
]
},
{
"up": [
"opposes"
],
"same": [
"same"
],
"down": [
"opposes"
],
"next": [],
"prev": []
}
],
"writeBCsInline": true,