You are here

search_api_sorts.schema.yml in Search API sorts 8

config/schema/search_api_sorts.schema.yml

File

config/schema/search_api_sorts.schema.yml
View source
  1. search_api_sorts.search_api_sorts_field.*:
  2. type: config_entity
  3. label: 'Search API sorts field'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. weight:
  12. type: integer
  13. label: 'Weight'
  14. display_id:
  15. type: string
  16. label: 'Display id'
  17. field_identifier:
  18. type: string
  19. label: 'The identifier of the field'
  20. status:
  21. type: boolean
  22. label: 'status'
  23. default_sort:
  24. type: boolean
  25. label: 'Is default sort when no sort provided'
  26. default_order:
  27. type: string
  28. label: 'Default order'