You are here

facets_block.schema.yml in Facets Block 8

config/schema/facets_block.schema.yml

File

config/schema/facets_block.schema.yml
View source
  1. block.settings.facets_block:
  2. type: block_settings
  3. label: 'Facets Block settings'
  4. mapping:
  5. show_title:
  6. type: boolean
  7. label: 'Show Facet titles'
  8. exclude_empty_facets:
  9. type: boolean
  10. label: 'Exclude empty facets'
  11. hide_empty_block:
  12. type: boolean
  13. label: 'Hide empty block'
  14. facets_to_include:
  15. type: sequence
  16. label: 'Facets to include'
  17. sequence:
  18. type: string
  19. add_js_classes:
  20. type: boolean
  21. label: 'Add JS classes for Facets block'