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