You are here

site_map.schema.yml in Site map 8

config/schema/site_map.schema.yml

File

config/schema/site_map.schema.yml
View source
  1. # Schema for the configuration files of the Site Map module.
  2. site_map.settings:
  3. type: config_object
  4. label: 'Site map settings'
  5. mapping:
  6. page_title:
  7. type: string
  8. label: 'Page title'
  9. message:
  10. type: text_format
  11. label: 'Site map 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_blogs:
  19. type: boolean
  20. label: 'Show active blog authors flag'
  21. show_books:
  22. type: sequence
  23. label: 'Books to display'
  24. sequence:
  25. - type: integer
  26. label: 'Book id'
  27. books_expanded:
  28. type: boolean
  29. label: 'Books expanded flag'
  30. show_menus:
  31. type: sequence
  32. label: 'Menus to display'
  33. sequence:
  34. - type: string
  35. label: 'Menu id'
  36. show_menus_hidden:
  37. type: boolean
  38. label: 'Show disabled menu items flag'
  39. show_faq:
  40. type: boolean
  41. label: 'Show FAQ flag'
  42. show_vocabularies:
  43. type: sequence
  44. label: 'Vocabularies to display'
  45. sequence:
  46. - type: string
  47. label: 'Vocabulary id'
  48. show_description:
  49. type: boolean
  50. label: 'Show vocabulary description flag'
  51. show_count:
  52. type: boolean
  53. label: 'Show node count by taxonomy term flag'
  54. vocabulary_depth:
  55. type: integer
  56. label: 'Vocabulary depth'
  57. term_threshold:
  58. type: integer
  59. label: 'Term count threshold'
  60. forum_threshold:
  61. type: integer
  62. label: 'Forum count threshold'
  63. rss_front:
  64. type: string
  65. label: 'RSS front'
  66. show_rss_links:
  67. type: integer
  68. label: 'Position of RSS links'
  69. rss_taxonomy:
  70. type: integer
  71. label: 'RSS depth'
  72. css:
  73. type: boolean
  74. label: 'Exclude css file flag'
  75. order:
  76. type: sequence
  77. label: 'Site map order'
  78. sequence:
  79. - type: site_map.order.[%key]
  80. site_map.order.*:
  81. type: integer
  82. label: 'Weight'