Skip to content
Snippets Groups Projects
Commit 2256cd28 authored by catch's avatar catch
Browse files

Issue #3395627 by svendecabooter, hdnag, Wim Leers, borisson_, catch,...

Issue #3395627 by svendecabooter, hdnag, Wim Leers, borisson_, catch, smustgrave: Add validation constraints to field.settings
parent 25b8b7c3
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,16 @@
field.settings:
type: config_object
label: 'Field settings'
constraints:
FullyValidatable: ~
mapping:
purge_batch_size:
type: integer
label: 'Maximum number of field data records to purge'
constraints:
NotNull: []
Range:
min: 1
field.storage.*.*:
type: config_entity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment