# HG changeset patch # User Thierry Florac # Date 1518347465 -3600 # Node ID 1ebcb03e9bffdc8679a4fd18bf6fe8ffa2baf83b # Parent 23596d06c24a0e0675e2ceb3684b83af3d545743 Added logos shared tool diff -r 23596d06c24a -r 1ebcb03e9bff src/pyams_content/root/__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' diff -r 23596d06c24a -r 1ebcb03e9bff src/pyams_content/root/interfaces/__init__.py --- 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):