From 1e86d570e180f9e0976ff243a2d20bce206c7f9e Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Mon, 18 Nov 2024 08:03:51 -0500 Subject: [PATCH] fix config --- config/schema/turnstile_protect.schema.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/schema/turnstile_protect.schema.yml b/config/schema/turnstile_protect.schema.yml index 0cc02b4..8032638 100644 --- a/config/schema/turnstile_protect.schema.yml +++ b/config/schema/turnstile_protect.schema.yml @@ -5,10 +5,12 @@ turnstile_protect.settings: label: 'Turnstile Protect settings' mapping: routes: + type: sequence sequence: type: string label: 'Routes' bots: + type: sequence sequence: type: string label: 'List of good bot domains'