from wagtail.blocks import RichTextBlock from base.blocks import StreamBlock class BlogPostBlock(StreamBlock): paragraph = RichTextBlock(blank=True)