search_api.datasource.schema.yml 872 B

123456789101112131415161718192021222324252627282930
  1. "plugin.plugin_configuration.search_api_datasource.entity:*":
  2. type: mapping
  3. label: 'Entity datasource configuration'
  4. mapping:
  5. bundles:
  6. type: mapping
  7. label: 'Bundles'
  8. mapping:
  9. default:
  10. type: boolean
  11. label: 'Whether to exclude (TRUE) or include (FALSE) the selected bundles.'
  12. selected:
  13. type: sequence
  14. label: 'The selected bundles'
  15. sequence:
  16. type: string
  17. label: 'A bundle machine name'
  18. languages:
  19. type: mapping
  20. label: 'Languages'
  21. mapping:
  22. default:
  23. type: boolean
  24. label: 'Whether to exclude (TRUE) or include (FALSE) the selected languages.'
  25. selected:
  26. type: sequence
  27. label: 'The selected languages'
  28. sequence:
  29. type: string
  30. label: 'A language code'