You are here

search_api_location_views.schema.yml in Search API Location 8

modules/search_api_location_views/config/schema/search_api_location_views.schema.yml

File

modules/search_api_location_views/config/schema/search_api_location_views.schema.yml
View source
  1. views.filter.search_api_location:
  2. type: views_filter
  3. label: 'Search API Location'
  4. mapping:
  5. plugin:
  6. type: string
  7. label: 'Location input plugin name'
  8. plugin_geocode:
  9. type: mapping
  10. label: 'Geocode input plugin'
  11. mapping:
  12. plugins:
  13. type: mapping
  14. label: 'List of geocode plugins'
  15. plugin_geocode_map:
  16. type: mapping
  17. label: 'geocode map plugin'
  18. mapping:
  19. radius_border_color:
  20. type: string
  21. label: 'Map radius border color'
  22. radius_border_weight:
  23. type: string
  24. label: 'Map radius border weight'
  25. radius_background_color:
  26. type: string
  27. label: 'Map radius background color'
  28. radius_background_transparency:
  29. type: string
  30. label: 'Map radius background transparency'
  31. marker_image:
  32. type: string
  33. label: 'Map radius marker image'
  34. plugin_raw:
  35. type: mapping
  36. label: 'Raw input plugin'
  37. radius_type:
  38. type: string
  39. label: 'Radius type'
  40. radius_options:
  41. type: string
  42. label: 'Radius options'
  43. radius_units:
  44. type: views.filter_value.numeric
  45. label: 'Radius units'
  46. value:
  47. type: mapping
  48. label: 'A mapping of values'
  49. mapping:
  50. distance:
  51. type: mapping
  52. label: 'Distance'
  53. mapping:
  54. from:
  55. type: string
  56. label: 'Distance from'
  57. views.filter_value.search_api_location:
  58. type: string