src/pyams_content/root/interfaces/__init__.py
changeset 459 257b8c748005
parent 394 1ebcb03e9bff
child 470 2b552177c142
equal deleted inserted replaced
458:7e500a7ecf38 459:257b8c748005
    56 
    56 
    57 
    57 
    58 class ISiteRootToolsConfiguration(Interface):
    58 class ISiteRootToolsConfiguration(Interface):
    59     """Site root tools configuration interface"""
    59     """Site root tools configuration interface"""
    60 
    60 
       
    61     tables_name = Attribute("References tables manager name")
       
    62 
    61     tools_name = Attribute("Tools name")
    63     tools_name = Attribute("Tools name")
    62 
    64 
    63     views_tool_name = Attribute("Views tool name")
    65     views_tool_name = Attribute("Views tool name")
    64     forms_tool_name = Attribute("Forms tool name")
    66     forms_tool_name = Attribute("Forms tool name")
    65     imagemaps_tool_name = Attribute("Image maps tool name")
    67     imagemaps_tool_name = Attribute("Image maps tool name")