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 17, 2024
1 parent b0c9adc commit 1e9e488
Show file tree
Hide file tree
Showing 2 changed files with 428 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
@@ -1,6 +1,7 @@
from wagtail import blocks

from etna.core.blocks import (
AccordionsBlock,
ContentImageBlock,
FeaturedRecordArticleBlock,
ParagraphBlock,
Expand All @@ -16,6 +17,7 @@


class SectionContentBlock(blocks.StreamBlock):
accordion = AccordionsBlock()
featured_record_article = FeaturedRecordArticleBlock()
image = ContentImageBlock()
media = MediaBlock()
Expand Down
Loading

0 comments on commit 1e9e488

Please sign in to comment.