You are here

search_api_synonym.schema.yml in Search API Synonym 8

config/schema/search_api_synonym.schema.yml

File

config/schema/search_api_synonym.schema.yml
View source
  1. # Schema for the configuration files of the Search API Synonym module.
  2. search_api_synonym.settings:
  3. type: config_object
  4. label: 'Search API Synonym settings'
  5. mapping:
  6. cron:
  7. type: mapping
  8. label: 'Cron'
  9. mapping:
  10. plugin:
  11. type: string
  12. label: 'Plugin'
  13. interval:
  14. type: integer
  15. label: 'Interval'
  16. type:
  17. type: string
  18. label: 'Type'
  19. filter:
  20. type: string
  21. label: 'Filter'
  22. separate_files:
  23. type: bool
  24. label: 'Separate files'
  25. export_if_changed:
  26. type: bool
  27. label: 'Export if new added or changed since last export.'