Skip to content

Commit

Permalink
Added to GeneralPage
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbiggs committed Jun 18, 2024
1 parent d6a72e6 commit 3b8695b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etna/generic_pages/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
CallToActionBlock,
ContentImageBlock,
FeaturedRecordArticleBlock,
InsetTextBlock,
ParagraphBlock,
PromotedItemBlock,
PromotedListBlock,
Expand All @@ -22,6 +23,7 @@ class SectionContentBlock(blocks.StreamBlock):
call_to_action = CallToActionBlock()
featured_record_article = FeaturedRecordArticleBlock()
image = ContentImageBlock()
inset_text = InsetTextBlock()
media = MediaBlock()
paragraph = ParagraphBlock()
promoted_item = PromotedItemBlock()
Expand Down

0 comments on commit 3b8695b

Please sign in to comment.