From 421ade1c80ccf4b41c1834a9c9eef854f3949d23 Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Fri, 9 Feb 2024 10:43:04 +0000 Subject: [PATCH] Issue #3395631 by hdnag, borisson_, marvil07, dagmar, Wim Leers: Add validation constraints to dblog.settings --- core/modules/dblog/config/schema/dblog.schema.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/modules/dblog/config/schema/dblog.schema.yml b/core/modules/dblog/config/schema/dblog.schema.yml index d7196da6da47..cd59a5dd8914 100644 --- a/core/modules/dblog/config/schema/dblog.schema.yml +++ b/core/modules/dblog/config/schema/dblog.schema.yml @@ -7,3 +7,8 @@ dblog.settings: row_limit: type: integer label: 'Database log messages to keep' + constraints: + Range: + min: 0 + constraints: + FullyValidatable: ~ -- GitLab