You are here

shs_chosen.views.schema.yml in Simple hierarchical select 8

Same filename and directory in other branches
  1. 2.0.x modules/shs_chosen/config/schema/shs_chosen.views.schema.yml
modules/shs_chosen/config/schema/shs_chosen.views.schema.yml

File

modules/shs_chosen/config/schema/shs_chosen.views.schema.yml
View source
  1. # Schema for the views plugins of the SHS module.
  2. views.filter.shs_chosen_taxonomy_index_tid:
  3. type: views.filter.taxonomy_index_tid
  4. label: 'SHS Chosen Taxonomy term ID'
  5. mapping:
  6. expose:
  7. type: mapping
  8. label: 'Expose'
  9. mapping:
  10. chosen_override:
  11. type: boolean
  12. label: 'Override global settings for Chosen'
  13. disable_search:
  14. type: boolean
  15. label: 'Disable search box'
  16. search_contains:
  17. type: boolean
  18. label: 'Also search in the middle of words'
  19. placeholder_text_multiple:
  20. type: string
  21. label: 'Placeholder text of multiple selects'
  22. placeholder_text_single:
  23. type: string
  24. label: 'Placeholder text of single selects'
  25. no_results_text:
  26. type: string
  27. label: 'No results text'
  28. views.filter.shs_chosen_taxonomy_index_tid_depth:
  29. type: views.filter.taxonomy_index_tid_depth
  30. label: 'SHS Chosen Taxonomy term ID with depth'
  31. mapping:
  32. expose:
  33. type: mapping
  34. label: 'Expose'
  35. mapping:
  36. chosen_override:
  37. type: boolean
  38. label: 'Override global settings for Chosen'
  39. disable_search:
  40. type: boolean
  41. label: 'Disable search box'
  42. search_contains:
  43. type: boolean
  44. label: 'Also search in the middle of words'
  45. placeholder_text_multiple:
  46. type: string
  47. label: 'Placeholder text of multiple selects'
  48. placeholder_text_single:
  49. type: string
  50. label: 'Placeholder text of single selects'
  51. no_results_text:
  52. type: string
  53. label: 'No results text'