Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
simple_sitemap.settings:
type: config_object
mapping:
max_links:
label: 'Max links'
type: integer
cron_generate:
label: 'Cron generation'
type: boolean
cron_generate_interval:
label: 'Cron generation interval'
type: integer
generate_duration:
label: 'Generation duration'
type: integer
remove_duplicates:
label: 'Remove duplicates'
type: boolean
skip_untranslated:
label: 'Skip untranslated'
type: boolean
base_url:
label: 'Base URL'
type: string
default_variant:
label: 'Default variant'
type: string
custom_links_include_images:
label: 'Include images of custom links'
type: boolean
excluded_languages:
label: 'Excluded languages'
type: sequence
sequence:
type: string
enabled_entity_types:
label: 'Enabled entity types'
type: sequence
sequence:
type: string
simple_sitemap.bundle_settings.*.*.*:
label: 'Entity bundle settings'
type: config_object
mapping:
index:
label: 'Index'
type: boolean
priority:
label: 'Priority'
type: string
changefreq:
label: 'Change frequency'
type: string
include_images:
label: 'Include images'
type: boolean
simple_sitemap.custom_links.*:
label: 'Custom links'
type: config_object
mapping:
links:
label: 'Custom links'
type: sequence
sequence:
type: mapping
mapping:
path:
label: 'Path'
type: string
priority:
label: 'Priority'
type: string
changefreq:
label: 'Change frequency'
type: string
simple_sitemap.variants.*:
label: 'Sitemap variants'
type: config_object
mapping:
variants:
label: 'Sitemap variants'
type: sequence
sequence:
type: mapping
mapping:
label:
label: 'Variant label'
type: string
weight:
label: 'Weight'
type: integer