Interim commit.
[yaffs-website] / web / modules / contrib / simple_sitemap / config / schema / simple_sitemap.schema.yml
1 simple_sitemap.settings:
2   type: config_object
3   mapping:
4     max_links:
5       label: 'Max links'
6       type: integer
7     cron_generate:
8       label: 'Cron generate'
9       type: boolean
10     remove_duplicates:
11       label: 'Remove duplicates'
12       type: boolean
13     skip_untranslated:
14       label: 'Skip untranslated'
15       type: boolean
16     batch_process_limit:
17       label: 'Batch process limit'
18       type: integer
19     base_url:
20       label: 'Base URL'
21       type: string
22     enabled_entity_types:
23       label: 'Enabled entity types'
24       type: sequence
25       sequence:
26         type: string
27
28 simple_sitemap.bundle_settings.*.*:
29   label: 'Entity bundle settings'
30   type: config_object
31   mapping:
32     index:
33       label: 'Index'
34       type: integer
35     priority:
36       label: 'Priority'
37       type: string
38
39 simple_sitemap.custom:
40   label: 'Custom links'
41   type: config_object
42   mapping:
43     links:
44       type: sequence
45       label: 'Custom links'
46       sequence:
47         type: mapping
48         mapping:
49           path:
50             label: 'Path'
51             type: string
52           priority:
53             label: 'Priority'
54             type: string