Added logos shared tool
authorThierry Florac <tflorac@ulthar.net>
Sun, 11 Feb 2018 12:11:05 +0100
changeset 394 1ebcb03e9bff
parent 393 23596d06c24a
child 395 2a39b333a585
Added logos shared tool
src/pyams_content/root/__init__.py
src/pyams_content/root/interfaces/__init__.py
--- a/src/pyams_content/root/__init__.py	Sat Feb 10 14:58:22 2018 +0100
+++ b/src/pyams_content/root/__init__.py	Sun Feb 11 12:11:05 2018 +0100
@@ -128,8 +128,9 @@
 
     views_tool_name = None
     forms_tool_name = None
+    imagemaps_tool_name = None
+    logos_tool_name = None
     news_tool_name = None
-    imagemaps_tool_name = None
 
 
 SITEROOT_TOOLS_CONFIGURATION_KEY = 'pyams_config.tools.configuration'
--- a/src/pyams_content/root/interfaces/__init__.py	Sat Feb 10 14:58:22 2018 +0100
+++ b/src/pyams_content/root/interfaces/__init__.py	Sun Feb 11 12:11:05 2018 +0100
@@ -62,8 +62,9 @@
 
     views_tool_name = Attribute("Views tool name")
     forms_tool_name = Attribute("Forms tool name")
+    imagemaps_tool_name = Attribute("Image maps tool name")
+    logos_tool_name = Attribute("Logos tool name")
     news_tool_name = Attribute("News tool name")
-    imagemaps_tool_name = Attribute("Image maps tool name")
 
 
 class ISiteRootBackOfficeConfiguration(IBackOfficeConfiguration):