src/pyams_content/root/interfaces/__init__.py
changeset 459 257b8c748005
parent 394 1ebcb03e9bff
child 470 2b552177c142
--- a/src/pyams_content/root/interfaces/__init__.py	Sat Mar 10 02:35:43 2018 +0100
+++ b/src/pyams_content/root/interfaces/__init__.py	Sat Mar 10 02:36:40 2018 +0100
@@ -58,6 +58,8 @@
 class ISiteRootToolsConfiguration(Interface):
     """Site root tools configuration interface"""
 
+    tables_name = Attribute("References tables manager name")
+
     tools_name = Attribute("Tools name")
 
     views_tool_name = Attribute("Views tool name")