You are here

shs_chosen.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.schema.yml
modules/shs_chosen/config/schema/shs_chosen.schema.yml

File

modules/shs_chosen/config/schema/shs_chosen.schema.yml
View source
  1. # Schema for configuration files of the SHS module.
  2. field.widget.settings.options_shs_chosen:
  3. type: mapping
  4. label: 'Simple hierarchical select chosen form display settings'
  5. mapping:
  6. display_node_count:
  7. type: boolean
  8. label: 'Display node count'
  9. create_new_items:
  10. type: boolean
  11. label: 'Allow creating new items'
  12. create_new_levels:
  13. type: boolean
  14. label: 'Allow creating new levels'
  15. force_deepest:
  16. type: boolean
  17. label: 'Force selection of deepest level'
  18. chosen_override:
  19. type: boolean
  20. label: 'Custom chosen settings'
  21. chosen_settings:
  22. type: mapping
  23. label: 'Chosen overrides'
  24. mapping:
  25. disable_search:
  26. type: boolean
  27. label: 'Disable search box'
  28. search_contains:
  29. type: boolean
  30. label: 'Search also in the middle of words'
  31. placeholder_text_multiple:
  32. type: string
  33. label: 'Placeholder text of multiple selects'
  34. placeholder_text_single:
  35. type: string
  36. label: 'Placeholder text of single selects'
  37. no_results_text:
  38. type: string
  39. label: 'No results text'