remove bold as a feature on lead fields

This commit is contained in:
2024-08-09 03:31:34 +02:00
parent 1bb0fd252f
commit d509a1a41d
5 changed files with 7 additions and 7 deletions

View File

@ -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