Issue #3395563 by nireneko, marvil07, lauriii, borisson_, smustgrave, Wim Leers: Add validation constraints to taxonomy.settings

merge-requests/5369/head
Lauri Eskola 2023-11-13 10:56:44 +02:00
parent 82c59f8499
commit 5e2a94e9af
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ taxonomy.settings:
terms_per_page_admin: terms_per_page_admin:
type: integer type: integer
label: 'Number of terms per page' label: 'Number of terms per page'
constraints:
Range:
min: 1
taxonomy.vocabulary.*: taxonomy.vocabulary.*:
type: config_entity type: config_entity