src/pyams_content/component/gallery/zmi/interfaces.py
changeset 362 8fc21a7ef206
parent 332 1af2540a9cce
child 363 86d1a240d4dc
equal deleted inserted replaced
361:68f6464a97ea 362:8fc21a7ef206
    39 
    39 
    40     author_comments = I18nTextField(title=_("Author comments"),
    40     author_comments = I18nTextField(title=_("Author comments"),
    41                                     description=_("Comments relatives to author's rights management"),
    41                                     description=_("Comments relatives to author's rights management"),
    42                                     required=False)
    42                                     required=False)
    43 
    43 
    44     images_data = ImageField(title=_("Images data"),
    44     images_data = ImageField(title=_("Images or videos data"),
    45                              description=_("You can upload a single file or choose to upload a whole ZIP archive"),
    45                              description=_("You can upload a single file or choose to upload a whole ZIP archive"),
    46                              required=True)
    46                              required=True)