src/pyams_content/shared/common/portlet/interfaces.py
changeset 1265 4bacdf4ceadf
parent 1204 4eaa52289a1a
child 1385 7383e6ce5411
equal deleted inserted replaced
1264:fb1f4e930d61 1265:4bacdf4ceadf
    12 
    12 
    13 __docformat__ = 'restructuredtext'
    13 __docformat__ = 'restructuredtext'
    14 
    14 
    15 from zope.schema import Bool
    15 from zope.schema import Bool
    16 
    16 
       
    17 from pyams_content import _
    17 from pyams_portal.interfaces import IPortletSettings
    18 from pyams_portal.interfaces import IPortletSettings
    18 
       
    19 from pyams_content import _
       
    20 
    19 
    21 
    20 
    22 class ISharedContentHeaderPortletSettings(IPortletSettings):
    21 class ISharedContentHeaderPortletSettings(IPortletSettings):
    23     """Shared content header portlet settings"""
    22     """Shared content header portlet settings"""
    24 
    23 
    44                                  default=True)
    43                                  default=True)
    45 
    44 
    46 
    45 
    47 class ISharedContentTitlePortletSettings(IPortletSettings):
    46 class ISharedContentTitlePortletSettings(IPortletSettings):
    48     """Shared content title portlet settings"""
    47     """Shared content title portlet settings"""
       
    48 
       
    49 
       
    50 class ISharedContentSpecificitiesPortletSettings(IPortletSettings):
       
    51     """Shared content specificities portlet settings"""