Skip to content

Latest commit

 

History

History
81 lines (46 loc) · 1.48 KB

index.rst

File metadata and controls

81 lines (46 loc) · 1.48 KB

Contrib modules

Wagtail ships with a variety of extra optional modules.

settings forms/index sitemaps frontendcache routablepage modeladmin/index postgres_search searchpromotions table_block redirects legacy_richtext

settings

Site-wide settings that are editable by administrators in the Wagtail admin.

forms/index

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

sitemaps

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

frontendcache

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

routablepage

Provides a way of embedding Django URLconfs into pages.

modeladmin/index

A module allowing for more customisable representation and management of custom models in Wagtail's admin area.

searchpromotions

A module for managing "Promoted Search Results"

table_block

Provides a TableBlock for adding HTML tables to pages.

redirects

Provides a way to manage redirects.

legacy_richtext

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