remove bold as a feature on lead fields
This commit is contained in:
@ -20,7 +20,7 @@ class AssociationIndex(Page):
|
||||
max_count = 1
|
||||
subpage_types = ["associations.AssociationPage"]
|
||||
|
||||
lead = RichTextField(features=["bold", "italic", "link"])
|
||||
lead = RichTextField(features=["italic", "link"])
|
||||
|
||||
body = CommonStreamField
|
||||
|
||||
|
Reference in New Issue
Block a user