search_api.server.schema.yml 706 B

123456789101112131415161718192021222324252627282930313233
  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. uuid:
  12. type: string
  13. label: 'UUID'
  14. description:
  15. type: text
  16. label: 'Description'
  17. status:
  18. type: boolean
  19. label: 'Status'
  20. backend:
  21. type: string
  22. label: 'Backend Plugin ID'
  23. backend_config:
  24. type: plugin.plugin_configuration.search_api_backend.[%parent.backend]
  25. langcode:
  26. type: string
  27. label: 'Language code'
  28. dependencies:
  29. type: config_dependencies
  30. label: 'Dependencies'
  31. plugin.plugin_configuration.search_api_backend.*:
  32. type: mapping