src/pyams_content/component/paragraph/interfaces/__init__.py
changeset 355 5dce53509832
parent 194 6a26b2b0cb47
child 406 5527bc086216
equal deleted inserted replaced
354:871c7cb35fd6 355:5dce53509832
    65 class IParagraphFactory(Interface):
    65 class IParagraphFactory(Interface):
    66     """Paragraph factory utility interface"""
    66     """Paragraph factory utility interface"""
    67 
    67 
    68     name = Attribute("Factory name")
    68     name = Attribute("Factory name")
    69     content_type = Attribute("Factory content type")
    69     content_type = Attribute("Factory content type")
       
    70     custom_menu = Attribute("Display factory in 'custom' paragraphs menu")
    70 
    71 
    71 
    72 
    72 class IParagraphFactorySettings(Interface):
    73 class IParagraphFactorySettings(Interface):
    73     """Paragraph factory settings interface
    74     """Paragraph factory settings interface
    74 
    75