--- 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):