src/pyams_content/component/links/__init__.py
changeset 384 d433c8c46ec9
parent 248 381f392c6edb
child 550 9658debb49a3
--- a/src/pyams_content/component/links/__init__.py	Thu Feb 08 15:51:58 2018 +0100
+++ b/src/pyams_content/component/links/__init__.py	Thu Feb 08 17:21:30 2018 +0100
@@ -77,6 +77,8 @@
     def pictogram(self):
         return self.context.icon_class
 
+    user_icon = None
+
 
 class BaseLinkContentChecker(BaseContentChecker):
     """Base link content checker"""