0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 09:33:54 +01:00
wagtail/docs/reference/contrib/index.md

1.5 KiB

Contrib modules

Wagtail ships with a variety of extra optional modules.

---
maxdepth: 2
---
settings
forms/index
sitemaps
frontendcache
routablepage
modeladmin/index
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 allowing for more customisable representation and management of custom models in Wagtail's admin area.

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>).