move some block labels around

This commit is contained in:
2024-07-14 18:32:32 +02:00
parent 8230635978
commit 98df8f7b2f
2 changed files with 11 additions and 5 deletions

View File

@ -12,7 +12,7 @@ class GenericPage(Page):
show_in_menus = True
lead = RichTextField(features=["bold", "italic", "link"])
body = StreamField(BASE_BLOCKS + [("page_section", PageSectionBlock(label="Seksjon"))])
body = StreamField(BASE_BLOCKS + [("page_section", PageSectionBlock())])
content_panels = Page.content_panels + [
FieldPanel("lead", heading="Ingress"),