From 274c210c934eac982ff616a14e550ec63cde1938 Mon Sep 17 00:00:00 2001 From: Tom Taylor Date: Thu, 7 Nov 2024 17:18:49 +0000 Subject: [PATCH] Fix typo in default role scopes --- conf/config.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.schema.json b/conf/config.schema.json index 0c3f15c..797e7c4 100644 --- a/conf/config.schema.json +++ b/conf/config.schema.json @@ -54,7 +54,7 @@ "write:assets", "read:content", "write:content", - "read:contentplugin", + "read:contentplugins", "read:roles", "read:schema", "read:tags",