de7226eddef7f3628df347e095da0170796d85c7
[yaffs-website] / web / core / modules / search / tests / modules / search_extra_type / config / schema / search_extra_type.schema.yml
1 # Schema for the configuration files of the Search Extra Type module.
2
3 search_extra_type.settings:
4   type: mapping
5   label: 'Test search type settings'
6   mapping:
7     boost:
8       type: string
9       label: 'String'
10
11 # Plugin \Drupal\search_extra_type\Plugin\Search\SearchExtraTypeSearch
12 search.plugin.search_extra_type_search:
13   type: mapping
14   label: 'Extra type settings'
15   mapping:
16     boost:
17       type: string
18       label: 'Boost method'