Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wagtail-smartstream

Proof of concept Wagtail StreamFieldPanel that avoids unnecessary rendering of templates used for adding StreamField blocks.

Usage

Add smartstream to INSTALLED_APPS.

On your Page models, substitute wagtail.wagtailadmin.edit_handlers.StreamFieldPanel with smartstream.edit_handlers.StreamFieldPanel

When defining StreamField blocks, use smartstream.blocks.ListBlock and smartstream.blocks.StreamBlock in place of Wagtail variants.

About

Proof of concept Wagtail StreamFieldPanel that avoids unnecessary template rendering

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages