You are here

simple_sitemap.schema.yml in Simple XML sitemap 4.x

config/schema/simple_sitemap.schema.yml

File

config/schema/simple_sitemap.schema.yml
View source
  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 generation'
  9. type: boolean
  10. cron_generate_interval:
  11. label: 'Cron generation interval'
  12. type: integer
  13. generate_duration:
  14. label: 'Generation duration'
  15. type: integer
  16. remove_duplicates:
  17. label: 'Remove duplicates'
  18. type: boolean
  19. skip_untranslated:
  20. label: 'Skip untranslated'
  21. type: boolean
  22. disable_language_hreflang:
  23. label: 'Disable language hreflang'
  24. type: boolean
  25. xsl:
  26. label: 'Include a stylesheet in the sitemaps for humans'
  27. type: boolean
  28. base_url:
  29. label: 'Base URL'
  30. type: string
  31. default_variant:
  32. label: 'Default variant'
  33. type: string
  34. custom_links_include_images:
  35. label: 'Include images of custom links'
  36. type: boolean
  37. excluded_languages:
  38. label: 'Excluded languages'
  39. type: sequence
  40. sequence:
  41. type: string
  42. enabled_entity_types:
  43. label: 'Enabled entity types'
  44. type: sequence
  45. sequence:
  46. type: string
  47. entities_per_queue_item:
  48. label: 'Entities per queue item'
  49. type: integer
  50. simple_sitemap.bundle_settings.*.*.*:
  51. label: 'Entity bundle settings'
  52. type: config_object
  53. mapping:
  54. index:
  55. label: 'Index'
  56. type: boolean
  57. priority:
  58. label: 'Priority'
  59. type: string
  60. changefreq:
  61. label: 'Change frequency'
  62. type: string
  63. include_images:
  64. label: 'Include images'
  65. type: boolean
  66. simple_sitemap.custom_links.*:
  67. label: 'Custom links'
  68. type: config_object
  69. mapping:
  70. links:
  71. label: 'Custom links'
  72. type: sequence
  73. sequence:
  74. type: mapping
  75. mapping:
  76. path:
  77. label: 'Path'
  78. type: string
  79. priority:
  80. label: 'Priority'
  81. type: string
  82. changefreq:
  83. label: 'Change frequency'
  84. type: string
  85. simple_sitemap.sitemap.*:
  86. label: 'Sitemaps'
  87. type: config_entity
  88. mapping:
  89. id:
  90. label: 'ID'
  91. type: string
  92. label:
  93. label: 'Label'
  94. type: string
  95. description:
  96. label: 'Description'
  97. type: string
  98. type:
  99. label: 'Type'
  100. type: string
  101. weight:
  102. label: 'Weight'
  103. type: integer
  104. simple_sitemap.type.*:
  105. label: 'Sitemap types'
  106. type: config_entity
  107. mapping:
  108. id:
  109. label: 'ID'
  110. type: string
  111. label:
  112. label: 'Label'
  113. type: string
  114. description:
  115. label: 'Description'
  116. type: string
  117. sitemap_generator:
  118. label: 'Sitemap generator'
  119. type: string
  120. url_generators:
  121. label: 'URL generators'
  122. type: sequence
  123. sequence:
  124. type: string