You are here

custom_search.settings.schema.yml in Custom Search 8

config/schema/custom_search.settings.schema.yml

File

config/schema/custom_search.settings.schema.yml
View source
  1. custom_search:
  2. results:
  3. type: sequence
  4. sequence:
  5. type: mapping
  6. mapping:
  7. path:
  8. type: string
  9. label: 'Path'
  10. search:
  11. type: boolean
  12. label: 'Display search form'
  13. advanced:
  14. type: mapping
  15. label: 'Advanced search form'
  16. mapping:
  17. visibility:
  18. type: boolean
  19. label: 'Visibility'
  20. collapsible:
  21. type: boolean
  22. label: 'Collapsible'
  23. collapsed:
  24. type: boolean
  25. label: 'Collapsed'
  26. types:
  27. type: sequence
  28. label: 'Content types'
  29. sequence:
  30. type: string
  31. label: 'Content type'
  32. criteria:
  33. type: sequence
  34. label: 'Criteria'
  35. sequence:
  36. type: string
  37. label: 'Criterion'
  38. languages:
  39. type: sequence
  40. label: 'Languages'
  41. sequence:
  42. type: string
  43. label: 'Language'
  44. info:
  45. type: sequence
  46. label: 'Displayed info'
  47. sequence:
  48. type: string
  49. label: 'Info'
  50. filter:
  51. type: mapping
  52. label: 'Results filter'
  53. mapping:
  54. position:
  55. type: string
  56. label: 'Position'
  57. label:
  58. type: label
  59. label: 'Label'
  60. any:
  61. type: label
  62. label: '- Any - text'