We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 612a8b7 + ce06e6d commit aeb7fc7Copy full SHA for aeb7fc7
news/181.bugfix
@@ -0,0 +1 @@
1
+Add nav_title and head_title to the default summary serializer metadata fields. @davisagli
src/plone/volto/summary.py
@@ -6,6 +6,8 @@
6
class JSONSummarySerializerMetadata:
7
def default_metadata_fields(self):
8
return {
9
+ "head_title",
10
"image_field",
11
"image_scales",
12
+ "nav_title",
13
}
0 commit comments