fix rightslevels

This commit is contained in:
j 2024-02-17 10:30:23 +00:00
parent 9b2fbe2e3f
commit 40c8c52180

View file

@ -351,11 +351,11 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"type": "enum", "type": "enum",
"columnWidth": 90, "columnWidth": 90,
"format": {"type": "ColorLevel", "args": [ "format": {"type": "ColorLevel", "args": [
["Public", "Out of Copyright", "Under Copyright", "Private"] ["Public", "Restricted", "Private"]
]}, ]},
"sort": true, "sort": true,
"sortOperator": "+", "sortOperator": "+",
"values": ["Public", "Out of Copyright", "Under Copyright", "Private", "Unknown"] "values": ["Public", "Restricted", "Private", "Unknown"]
} }
], ],
/* /*