fix right level list

This commit is contained in:
j 2022-11-15 13:18:12 +01:00
parent 91d7ee2eee
commit eb7aa05bae

View file

@ -518,11 +518,11 @@
"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"]
} }
], ],
/* /*