You are here

simplesitemap.schema.yml in Simple XML sitemap 8

config/schema/simplesitemap.schema.yml

File

config/schema/simplesitemap.schema.yml
View source
  1. simplesitemap.settings:
  2. type: config_object
  3. mapping:
  4. settings:
  5. type: mapping
  6. mapping:
  7. max_links:
  8. label: 'Max Links'
  9. type: integer
  10. cron_generate:
  11. label: 'Cron Generate'
  12. type: boolean
  13. custom:
  14. label: 'Custom'
  15. type: sequence
  16. sequence:
  17. type: mapping
  18. mapping:
  19. path:
  20. label: 'Path'
  21. type: string
  22. priority:
  23. label: 'Priority'
  24. type: float
  25. entity_types:
  26. label: 'Entity Types'
  27. type: sequence
  28. sequence:
  29. type: sequence
  30. sequence:
  31. type: mapping
  32. mapping:
  33. index:
  34. label: 'Index'
  35. type: integer
  36. priority:
  37. label: 'Priority'
  38. type: float