src/pyams_portal/portlets/html/__init__.py
branchdoc-dc
changeset 166 4a57e6e76d5f
parent 110 0560f0ceb80f
child 223 8a435c645a72
equal deleted inserted replaced
165:c5e34981deac 166:4a57e6e76d5f
    38 @implementer(IRawPortletSettings)
    38 @implementer(IRawPortletSettings)
    39 @factory_config(provided=IRawPortletSettings)
    39 @factory_config(provided=IRawPortletSettings)
    40 class RawPortletSettings(PortletSettings):
    40 class RawPortletSettings(PortletSettings):
    41     """Raw HTML code portlet settings"""
    41     """Raw HTML code portlet settings"""
    42 
    42 
       
    43     title = FieldProperty(IRawPortletSettings['title'])
    43     body = FieldProperty(IRawPortletSettings['body'])
    44     body = FieldProperty(IRawPortletSettings['body'])
    44 
    45 
    45 
    46 
    46 @portlet_config(permission=VIEW_PERMISSION)
    47 @portlet_config(permission=VIEW_PERMISSION)
    47 class RawPortlet(Portlet):
    48 class RawPortlet(Portlet):