Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / web / modules / contrib / search_api_synonym / config / schema / search_api_synonym.schema.yml
1 # Schema for the configuration files of the Search API Synonym module.
2
3 search_api_synonym.settings:
4   type: config_object
5   label: 'Search API Synonym settings'
6   mapping:
7     cron:
8       type: mapping
9       label: 'Cron'
10       mapping:
11         plugin:
12           type: string
13           label: 'Plugin'
14         interval:
15           type: integer
16           label: 'Interval'
17         type:
18           type: string
19           label: 'Type'
20         filter:
21           type: string
22           label: 'Filter'
23         separate_files:
24           type: bool
25           label: 'Separate files'
26         export_if_changed:
27           type: bool
28           label: 'Export if new added or changed since last export.'