src/pyams_content/shared/common/__init__.py
changeset 951 9395a088cd46
parent 919 45ff6cd59fe0
child 1028 3a608029647e
--- a/src/pyams_content/shared/common/__init__.py	Mon Sep 17 17:37:46 2018 +0200
+++ b/src/pyams_content/shared/common/__init__.py	Tue Sep 18 15:40:16 2018 +0200
@@ -17,7 +17,6 @@
 
 # import interfaces
 from hypatia.interfaces import ICatalog
-# import packages
 from persistent import Persistent
 from pyramid.events import subscriber
 from pyramid.interfaces import IWSGIApplicationCreatedEvent
@@ -32,6 +31,7 @@
 from zope.schema.vocabulary import SimpleVocabulary, SimpleTerm
 
 from pyams_content import _
+# import packages
 from pyams_content.features.checker import BaseContentChecker
 from pyams_content.features.checker.interfaces import IContentChecker, MISSING_VALUE, MISSING_LANG_VALUE, ERROR_VALUE
 from pyams_content.features.review.interfaces import IReviewComments
@@ -127,7 +127,9 @@
     content_type = None
     content_name = None
 
+    handle_content_url = True
     handle_header = True
+    handle_description = True
 
     title = FieldProperty(IWfSharedContent['title'])
     short_name = FieldProperty(IWfSharedContent['short_name'])