src/pyams_content/component/paragraph/__init__.py
changeset 407 0ef5de2d5674
parent 355 5dce53509832
child 455 95582493a5ac
equal deleted inserted replaced
406:5527bc086216 407:0ef5de2d5674
    87 class BaseParagraphFactory(object):
    87 class BaseParagraphFactory(object):
    88     """Base paragraph factory class"""
    88     """Base paragraph factory class"""
    89 
    89 
    90     name = None
    90     name = None
    91     content_type = None
    91     content_type = None
    92     custom_menu = False
    92     secondary_menu = False
    93 
    93 
    94 
    94 
    95 class BaseParagraphContentChecker(BaseContentChecker):
    95 class BaseParagraphContentChecker(BaseContentChecker):
    96     """Base paragraph content checker mixin"""
    96     """Base paragraph content checker mixin"""
    97 
    97