You are here

xmlsitemap.schema.yml in XML sitemap 2.x

Same filename and directory in other branches
  1. 8 config/schema/xmlsitemap.schema.yml
config/schema/xmlsitemap.schema.yml

File

config/schema/xmlsitemap.schema.yml
View source
  1. # Schema for the configuration files of the XMLSitemap module.
  2. xmlsitemap.settings:
  3. type: config_object
  4. label: 'XML sitemap settings'
  5. mapping:
  6. minimum_lifetime:
  7. type: integer
  8. label: 'Minimum lifetime of an xmlsitemap xml file'
  9. xsl:
  10. type: integer
  11. label: 'Check XSL functionality'
  12. prefetch_aliases:
  13. type: integer
  14. label: 'Decide to prefetch aliases'
  15. chunk_size:
  16. type: string
  17. label: 'Set chunk size'
  18. batch_limit:
  19. type: integer
  20. label: 'Set batch limit'
  21. path:
  22. type: string
  23. label: 'Path of the XML generated files'
  24. frontpage_priority:
  25. type: float
  26. label: 'Priority of the frontpage'
  27. frontpage_changefreq:
  28. type: integer
  29. label: 'Change frequency for frontpage'
  30. lastmod_format:
  31. type: string
  32. label: 'Last modified xmlsitemap format'
  33. gz:
  34. type: boolean
  35. label: 'Gz'
  36. clean_url:
  37. type: integer
  38. label: 'Insert clean urls into sitemap'
  39. disable_cron_regeneration:
  40. type: boolean
  41. label: 'Disable cron generation of sitemap files'
  42. i18n_selection_mode:
  43. type: string
  44. label: 'Language selection mode'
  45. metatag_exclude_noindex:
  46. type: boolean
  47. label: 'Exclude individual content that has the Robots meta tag with <em>Prevents search engines from indexing this page</em>.'
  48. xmlsitemap.settings.*.*:
  49. type: config_object
  50. label: 'XML sitemap entity bundle settings'
  51. mapping:
  52. status:
  53. type: boolean
  54. label: 'Status of the bundle'
  55. priority:
  56. type: float
  57. label: 'Priority of the bundle'
  58. changefreq:
  59. type: integer
  60. label: 'Change frequency of the bundle'
  61. xmlsitemap.xmlsitemap.*:
  62. type: config_entity
  63. label: 'Sitemap'
  64. mapping:
  65. id:
  66. type: string
  67. label: 'Sitemap id'
  68. label:
  69. type: string
  70. label: 'Sitemap label'
  71. context:
  72. type: ignore
  73. label: 'Context of the sitemap'