Skip to content

Commit

Permalink
Merge pull request #8410 from cfpb/fig-top-notification
Browse files Browse the repository at this point in the history
Add notification to FIG blocks
  • Loading branch information
csebianlander authored May 13, 2024
2 parents f5d6a70 + 1205efb commit 80acd69
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cfgov/filing_instruction_guide/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from wagtail.blocks.struct_block import StructBlockAdapter
from wagtail.telepath import register

from v1.atomic_elements import organisms, schema
from v1.atomic_elements import molecules, organisms, schema


content_block_options = [
Expand All @@ -18,6 +18,7 @@
("expandable", organisms.Expandable()),
("video_player", organisms.VideoPlayer()),
("raw_html_block", blocks.RawHTMLBlock(label="Raw HTML block")),
("notification", molecules.Notification()),
("faq_group", schema.FAQGroup()),
]

Expand Down
29 changes: 29 additions & 0 deletions cfgov/filing_instruction_guide/migrations/0012_fig_notification.py

Large diffs are not rendered by default.

0 comments on commit 80acd69

Please sign in to comment.