You are here

simple_sitemap.schema.yml in Simple XML sitemap 8.2

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 generate'
  9. type: boolean
  10. cron_generate_interval:
  11. label: 'Cron generate interval'
  12. type: integer
  13. remove_duplicates:
  14. label: 'Remove duplicates'
  15. type: boolean
  16. skip_untranslated:
  17. label: 'Skip untranslated'
  18. type: boolean
  19. batch_process_limit:
  20. label: 'Batch process limit'
  21. type: integer
  22. base_url:
  23. label: 'Base URL'
  24. type: string
  25. custom_links_include_images:
  26. label: 'Include images of custom links'
  27. type: boolean
  28. enabled_entity_types:
  29. label: 'Enabled entity types'
  30. type: sequence
  31. sequence:
  32. type: string
  33. excluded_languages:
  34. label: 'Excluded languages'
  35. type: sequence
  36. sequence:
  37. type: string
  38. simple_sitemap.bundle_settings.*.*:
  39. label: 'Entity bundle settings'
  40. type: config_object
  41. mapping:
  42. index:
  43. label: 'Index'
  44. type: integer
  45. priority:
  46. label: 'Priority'
  47. type: string
  48. changefreq:
  49. label: 'Change frequency'
  50. type: string
  51. include_images:
  52. label: 'Include images'
  53. type: integer
  54. simple_sitemap.custom:
  55. label: 'Custom links'
  56. type: config_object
  57. mapping:
  58. links:
  59. type: sequence
  60. label: 'Custom links'
  61. sequence:
  62. type: mapping
  63. mapping:
  64. path:
  65. label: 'Path'
  66. type: string
  67. priority:
  68. label: 'Priority'
  69. type: string
  70. changefreq:
  71. label: 'Change frequency'
  72. type: string