You are here

simple_search_form.schema.yml in Simple search form 8

config/schema/simple_search_form.schema.yml

File

config/schema/simple_search_form.schema.yml
View source
  1. block.settings.simple_search_form_block:
  2. type: block_settings
  3. label: 'Simple search form block'
  4. mapping:
  5. action_path:
  6. type: path
  7. label: 'Path'
  8. get_parameter:
  9. type: string
  10. label: 'GET parameter'
  11. input_type:
  12. type: string
  13. label: 'Input element type'
  14. search_api_autocomplete:
  15. type: mapping
  16. label: 'Search API views view to be used:'
  17. mapping:
  18. search_id:
  19. type: string
  20. label: 'View ID'
  21. display:
  22. type: string
  23. label: 'View display ID'
  24. arguments:
  25. type: string
  26. label: 'View arguments'
  27. filter:
  28. type: string
  29. label: 'Fulltext search filter machine name'
  30. input_label:
  31. type: label
  32. label: 'Search label'
  33. input_label_display:
  34. type: string
  35. label: 'Label display mode'
  36. input_placeholder:
  37. type: label
  38. label: 'Search placeholder'
  39. input_css_classes:
  40. type: string
  41. label: 'Search CSS classes'
  42. submit_display:
  43. type: boolean
  44. label: 'Display submit button'
  45. submit_label:
  46. type: label
  47. label: 'Submit label'
  48. input_keep_value:
  49. type: boolean
  50. label: 'Keep value in search input after form submit'