From ddf105ee65f3eb9d965f8c957107a59790ef7a34 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 15 Jan 2022 19:28:21 +0000 Subject: [PATCH] :card_file_box: Updates schema with new clipboard option --- src/utils/ConfigSchema.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/utils/ConfigSchema.json b/src/utils/ConfigSchema.json index 90c6e49c..f3aaa3e6 100644 --- a/src/utils/ConfigSchema.json +++ b/src/utils/ConfigSchema.json @@ -84,7 +84,8 @@ "parent", "top", "modal", - "workspace" + "workspace", + "clipboard" ], "default": "newtab", "description": "The default opening method for items. Only used if no item.target is specified" @@ -624,7 +625,6 @@ "title": "Show for Groups", "type": "array", "description": "Section will be hidden from all users except those with one or more of these groups", - "items": { "type": "string", "description": "Name of the group that will be able to view this section" @@ -651,7 +651,6 @@ "title": "Hide for Groups", "type": "array", "description": "Section will be hidden from users with any of these groups", - "items": { "type": "string", "description": "name of the group that will not be able to view this section" @@ -712,7 +711,8 @@ "parent", "top", "modal", - "workspace" + "workspace", + "clipboard" ], "default": "newtab", "description": "Where / how the item is opened when it's clicked" @@ -796,4 +796,4 @@ } } } -} +} \ No newline at end of file