2
0

index.rst 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. simple_translation
  15. table_block
  16. typed_table_block
  17. redirects
  18. legacy_richtext
  19. :doc:`settings`
  20. ---------------
  21. Site-wide settings that are editable by administrators in the Wagtail admin.
  22. :doc:`forms/index`
  23. ------------------
  24. Allows forms to be created by admins and provides an interface for browsing form submissions.
  25. :doc:`sitemaps`
  26. ---------------
  27. Provides a view that generates a Google XML sitemap of your public Wagtail content.
  28. :doc:`frontendcache`
  29. --------------------
  30. A module for automatically purging pages from a cache (Varnish, Squid, Cloudflare or Cloudfront) when their content is changed.
  31. :doc:`routablepage`
  32. -------------------
  33. Provides a way of embedding Django URLconfs into pages.
  34. :doc:`modeladmin/index`
  35. -----------------------
  36. A module allowing for more customisable representation and management of custom models in Wagtail's admin area.
  37. :doc:`searchpromotions`
  38. -----------------------
  39. A module for managing "Promoted Search Results"
  40. :doc:`simple_translation`
  41. -------------------------
  42. A module for copying translatables (pages and snippets) to another language.
  43. :doc:`table_block`
  44. -----------------------
  45. Provides a TableBlock for adding HTML tables to pages.
  46. :doc:`typed_table_block`
  47. ------------------------
  48. Provides a StreamField block for authoring tables, where cells can be any block type including rich text.
  49. :doc:`redirects`
  50. -----------------------
  51. Provides a way to manage redirects.
  52. :doc:`legacy_richtext`
  53. -----------------------
  54. Provides the legacy richtext wrapper (``<div class="rich-text"></div>``).