From 40c8c521807430b942ceeee1b4c703c9f84a5976 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 17 Feb 2024 10:30:23 +0000 Subject: [PATCH] fix rightslevels --- pandora/config.pandora.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index bebe351c4..aaf7c4fa0 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -351,11 +351,11 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "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", "Unknown"] } ], /*