--- a/src/pyams_content/root/__init__.py Tue May 16 11:01:09 2017 +0200
+++ b/src/pyams_content/root/__init__.py Tue May 16 11:05:23 2017 +0200
@@ -112,6 +112,7 @@
"""Site root tools configuration"""
tools_name = None
+
views_tool_name = None
forms_tool_name = None
news_tool_name = None
--- a/src/pyams_content/root/interfaces/__init__.py Tue May 16 11:01:09 2017 +0200
+++ b/src/pyams_content/root/interfaces/__init__.py Tue May 16 11:05:23 2017 +0200
@@ -55,6 +55,9 @@
"""Site root tools configuration interface"""
tools_name = Attribute("Tools name")
+
+ views_tool_name = Attribute("Views tool name")
+ forms_tool_name = Attribute("Forms tool name")
news_tool_name = Attribute("News tool name")
imagemaps_tool_name = Attribute("Image maps tool name")