src/pyams_content/shared/logo/__init__.py
changeset 811 7ead60a391c3
parent 501 3407e6940f6a
child 849 a2d6b6b24c4a
equal deleted inserted replaced
810:7b5d910b2205 811:7ead60a391c3
    37 
    37 
    38     content_type = LOGO_CONTENT_TYPE
    38     content_type = LOGO_CONTENT_TYPE
    39     content_name = LOGO_CONTENT_NAME
    39     content_name = LOGO_CONTENT_NAME
    40 
    40 
    41     image = FileProperty(IWfLogo['image'])
    41     image = FileProperty(IWfLogo['image'])
       
    42     monochrome_image = FileProperty(IWfLogo['monochrome_image'])
    42     url = FieldProperty(IWfLogo['url'])
    43     url = FieldProperty(IWfLogo['url'])
    43 
    44 
    44 register_content_type(WfLogo)
    45 register_content_type(WfLogo)
    45 
    46 
    46 
    47