We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15ac581 + 10d8eb7 commit 7546f96Copy full SHA for 7546f96
tbx/core/blocks.py
@@ -349,7 +349,7 @@ class ServiceAreaFeaturedPageCardBlock(FeaturedPageCardBlock):
349
350
351
class FeaturedServicesBlock(blocks.StructBlock):
352
- title = blocks.CharBlock(max_length=255, required=False)
+ title = blocks.CharBlock(max_length=255, required=True)
353
intro = blocks.RichTextBlock(
354
features=settings.NO_HEADING_RICH_TEXT_FEATURES, required=False
355
)
0 commit comments