src/pyams_content/component/illustration/thesaurus.py
changeset 1133 52a1a1db5ec5
parent 827 1eb993e1adfd
child 1218 9f8b56eeb149
equal deleted inserted replaced
1132:f1276d7bc4ce 1133:52a1a1db5ec5
    28 @utility_config(name='illustration', provides=IThesaurusTermExtension)
    28 @utility_config(name='illustration', provides=IThesaurusTermExtension)
    29 class IllustrationThesaurusExtension(object):
    29 class IllustrationThesaurusExtension(object):
    30     """Illustration thesaurus extension"""
    30     """Illustration thesaurus extension"""
    31 
    31 
    32     label = _("Illustration")
    32     label = _("Illustration")
       
    33     weight = 20
    33 
    34 
    34     target_interface = IBasicIllustrationTarget
    35     target_interface = IBasicIllustrationTarget
    35     target_view = 'illustration-dialog.html'
    36     target_view = 'illustration-dialog.html'
    36 
    37 
    37     icon = '<i class="fa fa-fw fa-file-image-o"></i>'
    38     icon = '<i class="fa fa-fw fa-file-image-o"></i>'