You are here

shs.schema.yml in Simple hierarchical select 8

Same filename and directory in other branches
  1. 2.0.x config/schema/shs.schema.yml
config/schema/shs.schema.yml

File

config/schema/shs.schema.yml
View source
  1. # Schema for configuration files of the SHS module.
  2. field.widget.settings.options_shs:
  3. type: mapping
  4. label: 'Simple hierarchical select 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'