You are here

search_api_sorts_widget.schema.yml in Search API Sorts Widget 1.x

config/schema/search_api_sorts_widget.schema.yml

File

config/schema/search_api_sorts_widget.schema.yml
View source
  1. search_api_sorts_widget.search_api_sorts_widget.*:
  2. type: config_entity
  3. label: 'Search API sorts widget'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. display_id:
  9. type: string
  10. label: 'Display id'
  11. status:
  12. type: boolean
  13. label: 'Status'
  14. autosubmit:
  15. type: boolean
  16. label: 'Autosubmit'
  17. autosubmit_hide:
  18. type: boolean
  19. label: 'Autosubmit hide'
  20. sorts:
  21. type: sequence
  22. label: 'Sorts'
  23. sequence:
  24. type: mapping
  25. label: 'Sort'
  26. mapping:
  27. weight:
  28. type: integer
  29. label: 'Weight'
  30. field_name:
  31. type: string
  32. label: 'Field name'
  33. label_asc:
  34. type: label
  35. label: 'Label for ASC direction'
  36. label_desc:
  37. type: label
  38. label: 'Label for DESC direction'