facets-8.x-1.x-dev/modules/facets_summary/config/schema/facets_summary.facets_summary.schema.yml
modules/facets_summary/config/schema/facets_summary.facets_summary.schema.yml
facets_summary.facets_summary.*:
type: config_entity
label : 'Facet'
mapping:
id:
type: string
label: 'ID'
name:
type: label
label: 'Name'
facet_source_id:
type: string
label: 'Facet source id'
only_visible_when_facet_source_is_visible:
type: boolean
label: 'Show this summary only when the facet source is visible.'
processor_configs:
type: sequence
label: 'Processor settings'
sequence:
type: mapping
label: 'A processor'
mapping:
processor_id:
type: string
label: 'The plugin ID of the processor'
weights:
type: sequence
label: 'The processors weight for this stage'
sequence:
type: string
label: 'the weight'
settings:
type: plugin.plugin_configuration.facets_summary_processor.[%parent.processor_id]
facets:
type: sequence
label: 'Facets configuration'
sequence:
type: mapping
label: 'Facet'
mapping:
checked:
type: boolean
label: 'Is this facet enabled'
label:
type: string
label: 'Label'
translatable: true
separator:
type: string
label: 'Results separator'
translatable: true
show_count:
type: boolean
label: 'Show count on items'
weight:
type: integer
label: 'Facet Weight'
