src/pyams_content/shared/common/interfaces/__init__.py
changeset 531 288ab38cdb56
parent 492 04503227569d
child 534 09b34ca38bf1
equal deleted inserted replaced
530:8e6fcde3cb95 531:288ab38cdb56
    82 class IBaseSharedTool(IBaseContent, IContainer):
    82 class IBaseSharedTool(IBaseContent, IContainer):
    83     """Base shared tool interface"""
    83     """Base shared tool interface"""
    84 
    84 
    85     containers(ISharedToolContainer)
    85     containers(ISharedToolContainer)
    86 
    86 
       
    87     shared_content_menu = Attribute("Boolean flag indicating if tool is displayed into 'Shared contents' or "
       
    88                                     "Shared tools' menu")
       
    89 
    87     shared_content_workflow = Choice(title=_("Workflow name"),
    90     shared_content_workflow = Choice(title=_("Workflow name"),
    88                                      description=_("Name of workflow utility used to manage tool contents"),
    91                                      description=_("Name of workflow utility used to manage tool contents"),
    89                                      vocabulary="PyAMS workflows",
    92                                      vocabulary="PyAMS workflows",
    90                                      default="PyAMS default workflow")
    93                                      default="PyAMS default workflow")
    91 
    94