fix right level list
This commit is contained in:
parent
91d7ee2eee
commit
eb7aa05bae
1 changed files with 2 additions and 2 deletions
|
@ -518,11 +518,11 @@
|
|||
"type": "enum",
|
||||
"columnWidth": 90,
|
||||
"format": {"type": "ColorLevel", "args": [
|
||||
["Public", "Out of Copyright", "Under Copyright", "Private"]
|
||||
["Public", "Restricted", "Private"]
|
||||
]},
|
||||
"sort": true,
|
||||
"sortOperator": "+",
|
||||
"values": ["Public", "Out of Copyright", "Under Copyright", "Private", "Unknown"]
|
||||
"values": ["Public", "Restricted", "Private"]
|
||||
}
|
||||
],
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue