simple_sitemap.schema.yml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. base_url:
  23. label: 'Base URL'
  24. type: string
  25. default_variant:
  26. label: 'Default variant'
  27. type: string
  28. custom_links_include_images:
  29. label: 'Include images of custom links'
  30. type: boolean
  31. excluded_languages:
  32. label: 'Excluded languages'
  33. type: sequence
  34. sequence:
  35. type: string
  36. enabled_entity_types:
  37. label: 'Enabled entity types'
  38. type: sequence
  39. sequence:
  40. type: string
  41. simple_sitemap.bundle_settings.*.*.*:
  42. label: 'Entity bundle settings'
  43. type: config_object
  44. mapping:
  45. index:
  46. label: 'Index'
  47. type: boolean
  48. priority:
  49. label: 'Priority'
  50. type: string
  51. changefreq:
  52. label: 'Change frequency'
  53. type: string
  54. include_images:
  55. label: 'Include images'
  56. type: boolean
  57. simple_sitemap.custom_links.*:
  58. label: 'Custom links'
  59. type: config_object
  60. mapping:
  61. links:
  62. label: 'Custom links'
  63. type: sequence
  64. sequence:
  65. type: mapping
  66. mapping:
  67. path:
  68. label: 'Path'
  69. type: string
  70. priority:
  71. label: 'Priority'
  72. type: string
  73. changefreq:
  74. label: 'Change frequency'
  75. type: string
  76. simple_sitemap.variants.*:
  77. label: 'Sitemap variants'
  78. type: config_object
  79. mapping:
  80. variants:
  81. label: 'Sitemap variants'
  82. type: sequence
  83. sequence:
  84. type: mapping
  85. mapping:
  86. label:
  87. label: 'Variant label'
  88. type: string
  89. weight:
  90. label: 'Weight'
  91. type: integer