You are here

search_api.server.schema.yml in Search API 8

config/schema/search_api.server.schema.yml

File

config/schema/search_api.server.schema.yml
View source
  1. search_api.server.*:
  2. type: config_entity
  3. label : 'Search server'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. name:
  9. type: label
  10. label: 'Name'
  11. description:
  12. type: text
  13. label: 'Description'
  14. status:
  15. type: boolean
  16. label: 'Status'
  17. backend:
  18. type: string
  19. label: 'Backend Plugin ID'
  20. backend_config:
  21. type: plugin.plugin_configuration.search_api_backend.[%parent.backend]
  22. langcode:
  23. type: string
  24. label: 'Language code'
  25. dependencies:
  26. type: config_dependencies
  27. label: 'Dependencies'
  28. plugin.plugin_configuration.search_api_backend.*:
  29. type: mapping