# Schema for configuration files of the Field module.
field.settings:
type: config_object
label: 'Field settings'
mapping:
purge_batch_size:
type: integer
label: 'Maximum number of field data records to purge'
field.storage.*.*:
type: config_entity
label: 'Field'
id:
type: string
label: 'ID'
field_name:
label: 'Field name'
entity_type:
label: 'Entity type'
type:
label: 'Type'
settings:
type: field.storage_settings.[%parent.type]
module:
label: 'Module'
locked:
type: boolean
label: 'Locked'
cardinality:
label: 'Maximum number of values users can enter'
translatable:
label: 'Translatable'
indexes:
type: sequence
label: 'Indexes'
sequence:
type: ignore
label: 'Index'
persist_with_no_fields:
label: 'Persist field storage with no fields'
custom_storage:
label: 'Enable custom storage'
field.field.*.*.*:
type: field_config_base