Skip to content

Commit 6368e70

Browse files
committed
Help text for link text
1 parent 3d0997c commit 6368e70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tbx/core/blocks.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,9 @@ class ColourTheme(models.TextChoices):
310310
heading = blocks.CharBlock(required=False)
311311
description = blocks.RichTextBlock(features=settings.NO_HEADING_RICH_TEXT_FEATURES)
312312
image = ImageChooserBlock()
313-
link_text = blocks.CharBlock()
313+
link_text = blocks.CharBlock(
314+
help_text=("This should be descriptive for accessibility."),
315+
)
314316
page = blocks.PageChooserBlock()
315317

316318
class Meta:

0 commit comments

Comments
 (0)