src/pyams_content/shared/common/zmi/properties.py
changeset 893 3eb9eb650335
parent 842 7f0d72e427b1
child 919 45ff6cd59fe0
--- a/src/pyams_content/shared/common/zmi/properties.py	Tue Aug 28 09:21:20 2018 +0200
+++ b/src/pyams_content/shared/common/zmi/properties.py	Tue Aug 28 09:21:46 2018 +0200
@@ -83,7 +83,7 @@
     legend = _("Content properties")
 
     fields = field.Fields(IWfSharedContent).select('title', 'short_name', 'content_url',
-                                                   'description', 'notepad')
+                                                   'header', 'description', 'notepad')
     fields['title'].widgetFactory = I18nSEOTextLineFieldWidget
 
     def updateWidgets(self, prefix=None):