You are here

search_config.schema.yml in Search configuration 8

config/schema/search_config.schema.yml

File

config/schema/search_config.schema.yml
View source
  1. search_config.settings:
  2. type: config_object
  3. mapping:
  4. toggle_forms:
  5. type: integer
  6. label: 'Only show one form at a time'
  7. move_keyword_search:
  8. type: integer
  9. label: 'Move basic move_keyword_search'
  10. advanced_populate:
  11. type: integer
  12. label: 'Populate the advanced form with default values'
  13. advanced_expand:
  14. type: integer
  15. label: 'Control how the advanced form initially renders'
  16. remove_containing_wrapper:
  17. type: integer
  18. label: 'Remove all Containing ... keyword options'
  19. containing_any:
  20. type: string
  21. label: 'Containing any ...'
  22. containing_phrase:
  23. type: string
  24. label: 'Containing the phrase'
  25. containing_none:
  26. type: string
  27. label: 'Containing none ...'
  28. types:
  29. type: string
  30. label: 'Types'
  31. category:
  32. type: string
  33. label: 'Replace type options with custom type groups'
  34. language:
  35. type: string
  36. label: 'Language selector'
  37. limit:
  38. type: integer
  39. label: 'Pager Limit'
  40. admin_bypass:
  41. type: integer
  42. label: 'Admin bypass'
  43. remove_advanced:
  44. type: integer
  45. label: 'Remove advanced search unconditionally'
  46. search_config.stringoverrides:
  47. type: config_object
  48. mapping:
  49. search_config_string_overrides:
  50. type: array
  51. label: 'search_config_string_overrides'
  52. search_config.node_content_settings:
  53. type: config_object
  54. mapping:
  55. move_keyword_search:
  56. type: boolean
  57. label: 'Move basic keyword search'
  58. advanced_populate:
  59. type: boolean
  60. label: 'Populate the advanced form with default values'
  61. remove_containing_wrapper:
  62. type: string
  63. label: 'Removing all Containing ... keywords'
  64. advanced_expand:
  65. type: string
  66. label: 'Control how the advanced form initially renders'