src/pyams_content/component/paragraph/frame.py
changeset 1157 ffb751b038cc
parent 1015 ac47f95d7bd6
child 1398 fc32ec8a8f53
--- a/src/pyams_content/component/paragraph/frame.py	Wed Dec 12 11:12:59 2018 +0100
+++ b/src/pyams_content/component/paragraph/frame.py	Wed Dec 12 11:14:55 2018 +0100
@@ -36,8 +36,8 @@
 # Frame paragraph
 #
 
-@implementer(IFrameParagraph, IIllustrationTarget, IExtFileContainerTarget, ILinkContainerTarget)
 @factory_config(provided=IFrameParagraph)
+@implementer(IIllustrationTarget, IExtFileContainerTarget, ILinkContainerTarget)
 class FrameParagraph(BaseParagraph):
     """Framed text paragraph"""