remove bold as a feature on lead fields
This commit is contained in:
@ -22,7 +22,7 @@ class VenueIndex(Page):
|
||||
max_count = 1
|
||||
subpage_types = ["venues.VenuePage"]
|
||||
|
||||
lead = RichTextField(features=["bold", "italic", "link"], blank=True)
|
||||
lead = RichTextField(features=["italic", "link"], blank=True)
|
||||
body = CommonStreamField
|
||||
|
||||
content_panels = Page.content_panels + [
|
||||
@ -39,7 +39,7 @@ class VenueRentalIndex(Page):
|
||||
max_count = 1
|
||||
subpage_types = []
|
||||
|
||||
lead = RichTextField(features=["bold", "italic", "link"], blank=True)
|
||||
lead = RichTextField(features=["italic", "link"], blank=True)
|
||||
body = CommonStreamField
|
||||
|
||||
content_panels = Page.content_panels + [
|
||||
|
Reference in New Issue
Block a user