Skip to content

Commit

Permalink
DSRC-40: Removed heading from Warning Text (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbiggs authored Jul 16, 2024
1 parent 6d3d037 commit 08644f7
Show file tree
Hide file tree
Showing 2 changed files with 616 additions and 4 deletions.
4 changes: 0 additions & 4 deletions etna/core/blocks/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ class Meta:


class WarningTextBlock(blocks.StructBlock):
heading = blocks.CharBlock(
required=False,
help_text="Optional heading for the warning text, for screen readers",
)
body = APIRichTextBlock(features=settings.RESTRICTED_RICH_TEXT_FEATURES)

class Meta:
Expand Down
Loading

0 comments on commit 08644f7

Please sign in to comment.