Issue #3395563 by nireneko, marvil07, lauriii, borisson_, smustgrave, Wim Leers: Add validation constraints to taxonomy.settings
parent
82c59f8499
commit
5e2a94e9af
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue