You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add additonal blocks missing from the designs (you may need access to view).
# additonal blocks to add to SectionBlocksimage=ImageBlock()
quote=QuoteBlock()
accordion=AccordionBlock()
featured_article=FeaturedArticleBlock()
cards=CardSectionBlock()
plain_cards=PlainCardSectionBlock()
# additonal field to add to NewsListingPagefeatured_card=StreamField(
[("cta", FeaturedArticleBlock())],
blank=True,
max_num=1,
help_text="Choose a featured article to display at the very top of the list.",
)
Will require adding templates and CSS, potentially javascript for accordions.
The text was updated successfully, but these errors were encountered:
Add additonal blocks missing from the designs (you may need access to view).
Will require adding templates and CSS, potentially javascript for accordions.
The text was updated successfully, but these errors were encountered: