You are here

facets_summary.facets_summary.schema.yml in Facets 8

modules/facets_summary/config/schema/facets_summary.facets_summary.schema.yml

File

modules/facets_summary/config/schema/facets_summary.facets_summary.schema.yml
View source
  1. facets_summary.facets_summary.*:
  2. type: config_entity
  3. label : 'Facet'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. name:
  9. type: label
  10. label: 'Name'
  11. facet_source_id:
  12. type: string
  13. label: 'Facet source id'
  14. processor_configs:
  15. type: sequence
  16. label: 'Processor settings'
  17. sequence:
  18. type: mapping
  19. label: 'A processor'
  20. mapping:
  21. processor_id:
  22. type: string
  23. label: 'The plugin ID of the processor'
  24. weights:
  25. type: sequence
  26. label: 'The processors weight for this stage'
  27. sequence:
  28. type: string
  29. label: 'the weight'
  30. settings:
  31. type: plugin.plugin_configuration.facets_summary_processor.[%parent.processor_id]
  32. facets:
  33. type: sequence
  34. label: 'Facets configuration'
  35. sequence:
  36. type: mapping
  37. label: 'Facet'
  38. mapping:
  39. checked:
  40. type: boolean
  41. label: 'Is this facet enabled'
  42. label:
  43. type: string
  44. label: 'Label'
  45. translatable: true
  46. separator:
  47. type: string
  48. label: 'Results separator'
  49. translatable: true
  50. show_count:
  51. type: boolean
  52. label: 'Show count on items'
  53. weight:
  54. type: integer
  55. label: 'Facet Weight'