remove bold as a feature on lead fields
This commit is contained in:
@ -26,7 +26,7 @@ class ContactIndex(Page):
|
||||
max_count = 1
|
||||
subpage_types = []
|
||||
|
||||
lead = RichTextField(features=["bold", "italic", "link"], blank=True)
|
||||
lead = RichTextField(features=["italic", "link"], blank=True)
|
||||
body = StreamField(
|
||||
BASE_BLOCKS + [("contact_section", ContactSectionBlock(label="Kontaktseksjon"))]
|
||||
)
|
||||
|
Reference in New Issue
Block a user