0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 19:20:56 +01:00
wagtail/docs/reference/contrib/index.md
2023-11-01 16:52:20 +00:00

1.4 KiB

Contrib modules

Wagtail ships with a variety of extra optional modules.

---
maxdepth: 2
---
settings
forms/index
sitemaps
frontendcache
routablepage
searchpromotions
simple_translation
table_block
typed_table_block
redirects
legacy_richtext

Settings that are editable by administrators within the Wagtail admin - either site-specific or generic across all sites.

Allows forms to be created by admins and provides an interface for browsing form submissions.

Provides a view that generates a Google XML sitemap of your public Wagtail content.

A module for automatically purging pages from a cache (Varnish, Squid, Cloudflare or Cloudfront) when their content is changed.

Provides a way of embedding Django URLconfs into pages.

A module for managing "Promoted Search Results"

A module for copying translatables (pages and snippets) to another language.

Provides a TableBlock for adding HTML tables to pages.

Provides a StreamField block for authoring tables, where cells can be any block type including rich text.

Provides a way to manage redirects.

Provides the legacy richtext wrapper (<div class="rich-text"></div>).