You are here

search_autocomplete.views.schema.yml in Search Autocomplete 8

Same filename and directory in other branches
  1. 2.x config/schema/search_autocomplete.views.schema.yml
config/schema/search_autocomplete.views.schema.yml

File

config/schema/search_autocomplete.views.schema.yml
View source
  1. # Schema for the views plugins of the Entity Reference module.
  2. views.display.autocompletion_callback:
  3. type: views_display_path
  4. label: 'Autocompletion Callback'
  5. views.row.callback_fields:
  6. type: views_row
  7. label: 'Callback inline fields'
  8. mapping:
  9. field_options:
  10. type: sequence
  11. label: 'Options'
  12. sequence:
  13. type: mapping
  14. label: 'Row'
  15. mapping:
  16. alias:
  17. type: string
  18. label: 'Alias for ID'
  19. views.style.callback_serializer:
  20. type: views_style
  21. label: 'Callback Serializer'
  22. mapping:
  23. input_label:
  24. type: string
  25. label: 'Input Label'
  26. input_link:
  27. type: string
  28. label: 'Input Link'