Added internal link illustration adapter
authorThierry Florac <thierry.florac@onf.fr>
Mon, 08 Oct 2018 14:03:33 +0200
changeset 169 b7a85fd478c5
parent 168 71aeef3a5432
child 170 aabb634d11d3
Added internal link illustration adapter
src/pyams_default_theme/component/illustration/__init__.py
--- a/src/pyams_default_theme/component/illustration/__init__.py	Mon Oct 08 11:55:14 2018 +0200
+++ b/src/pyams_default_theme/component/illustration/__init__.py	Mon Oct 08 14:03:33 2018 +0200
@@ -38,6 +38,7 @@
 # Illustrations adapters
 #
 
+@adapter_config(context=(IInternalLink, IPyAMSLayer), provides=IContentNavigationIllustration)
 @adapter_config(context=(IBasicIllustrationTarget, IPyAMSLayer), provides=IContentNavigationIllustration)
 def base_content_navigation_illustration_adapter(context, request):
     """Default content navigation illustration adapter"""