fix rightslevel titles
This commit is contained in:
parent
25a9032bba
commit
ea256ad4da
1 changed files with 2 additions and 2 deletions
|
@ -340,11 +340,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", "Unknown"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue