You are here

sitemap.schema.yml in Sitemap 8

config/schema/sitemap.schema.yml

File

config/schema/sitemap.schema.yml
View source
  1. # Schema for the configuration files of the Sitemap module.
  2. sitemap.settings:
  3. type: config_object
  4. label: 'Sitemap settings'
  5. mapping:
  6. page_title:
  7. type: label
  8. label: 'Page title'
  9. message:
  10. type: text_format
  11. label: 'Sitemap message'
  12. show_front:
  13. type: boolean
  14. label: 'Show front flag'
  15. show_titles:
  16. type: boolean
  17. label: 'Show titles flag'
  18. show_books:
  19. type: sequence
  20. label: 'Books to display'
  21. sequence:
  22. - type: integer
  23. label: 'Book id'
  24. books_expanded:
  25. type: boolean
  26. label: 'Books expanded flag'
  27. show_menus:
  28. type: sequence
  29. label: 'Menus to display'
  30. sequence:
  31. - type: string
  32. label: 'Menu id'
  33. show_menus_hidden:
  34. type: boolean
  35. label: 'Show disabled menu items flag'
  36. show_vocabularies:
  37. type: sequence
  38. label: 'Vocabularies to display'
  39. sequence:
  40. - type: string
  41. label: 'Vocabulary id'
  42. show_description:
  43. type: boolean
  44. label: 'Show vocabulary description flag'
  45. show_count:
  46. type: boolean
  47. label: 'Show node count by taxonomy term flag'
  48. vocabulary_show_links:
  49. type: boolean
  50. label: "Show links for taxonomy terms even if they don't contain any nodes"
  51. vocabulary_depth:
  52. type: integer
  53. label: 'Vocabulary depth'
  54. term_threshold:
  55. type: integer
  56. label: 'Term count threshold'
  57. forum_threshold:
  58. type: integer
  59. label: 'Forum count threshold'
  60. rss_front:
  61. type: label
  62. label: 'RSS front'
  63. show_rss_links:
  64. type: integer
  65. label: 'Position of RSS links'
  66. rss_taxonomy:
  67. type: integer
  68. label: 'RSS depth'
  69. css:
  70. type: boolean
  71. label: 'Include css file flag'
  72. order:
  73. type: sequence
  74. label: 'Sitemap order'
  75. sequence:
  76. - type: sitemap.order.[%key]
  77. sitemap.order.*:
  78. type: integer
  79. label: 'Weight'
  80. system.menu.*.third_party.sitemap:
  81. type: mapping
  82. label: 'Menu customizations'
  83. mapping:
  84. sitemap_display_name:
  85. type: text
  86. label: 'Sitemap display name'