index.rst 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. Contrib modules
  2. ===============
  3. Wagtail ships with a variety of extra optional modules.
  4. .. toctree::
  5. :maxdepth: 2
  6. settings
  7. forms/index
  8. sitemaps
  9. frontendcache
  10. routablepage
  11. modeladmin/index
  12. postgres_search
  13. searchpromotions
  14. table_block
  15. redirects
  16. legacy_richtext
  17. :doc:`settings`
  18. ---------------
  19. Site-wide settings that are editable by administrators in the Wagtail admin.
  20. :doc:`forms/index`
  21. ------------------
  22. Allows forms to be created by admins and provides an interface for browsing form submissions.
  23. :doc:`sitemaps`
  24. ---------------
  25. Provides a view that generates a Google XML sitemap of your public Wagtail content.
  26. :doc:`frontendcache`
  27. --------------------
  28. A module for automatically purging pages from a cache (Varnish, Squid, Cloudflare or Cloudfront) when their content is changed.
  29. :doc:`routablepage`
  30. -------------------
  31. Provides a way of embedding Django URLconfs into pages.
  32. :doc:`modeladmin/index`
  33. -----------------------
  34. A module allowing for more customisable representation and management of custom models in Wagtail's admin area.
  35. :doc:`searchpromotions`
  36. -----------------------
  37. A module for managing "Promoted Search Results"
  38. :doc:`table_block`
  39. -----------------------
  40. Provides a TableBlock for adding HTML tables to pages.
  41. :doc:`redirects`
  42. -----------------------
  43. Provides a way to manage redirects.
  44. :doc:`legacy_richtext`
  45. -----------------------
  46. Provides the legacy richtext wrapper (``<div class="rich-text"></div>``).