--- a/src/pyams_content/component/illustration/thesaurus.py Tue Nov 27 17:11:57 2018 +0100
+++ b/src/pyams_content/component/illustration/thesaurus.py Tue Nov 27 17:21:47 2018 +0100
@@ -30,6 +30,7 @@
"""Illustration thesaurus extension"""
label = _("Illustration")
+ weight = 20
target_interface = IBasicIllustrationTarget
target_view = 'illustration-dialog.html'
--- a/src/pyams_content/features/thesaurus/__init__.py Tue Nov 27 17:11:57 2018 +0100
+++ b/src/pyams_content/features/thesaurus/__init__.py Tue Nov 27 17:21:47 2018 +0100
@@ -46,6 +46,7 @@
"""HTML description thesaurus extension"""
label = _("Rich text description")
+ weight = 10
target_interface = IThesaurusTermHTMLTarget
target_view = 'html-description.html'