src/pyams_content/root/interfaces/__init__.py
changeset 77 a6c8b6a420f7
parent 69 8c5bbc396670
child 102 58cde0290f69
equal deleted inserted replaced
76:e3c1ec4f3260 77:a6c8b6a420f7
    53 
    53 
    54 class ISiteRootToolsConfiguration(Interface):
    54 class ISiteRootToolsConfiguration(Interface):
    55     """Site root tools configuration interface"""
    55     """Site root tools configuration interface"""
    56 
    56 
    57     tools_name = Attribute("Tools name")
    57     tools_name = Attribute("Tools name")
       
    58 
       
    59     views_tool_name = Attribute("Views tool name")
       
    60     forms_tool_name = Attribute("Forms tool name")
    58     news_tool_name = Attribute("News tool name")
    61     news_tool_name = Attribute("News tool name")
    59     imagemaps_tool_name = Attribute("Image maps tool name")
    62     imagemaps_tool_name = Attribute("Image maps tool name")
    60 
    63 
    61 
    64 
    62 class ISiteRootBackOfficeConfiguration(IBackOfficeConfiguration):
    65 class ISiteRootBackOfficeConfiguration(IBackOfficeConfiguration):