src/pyams_content/component/paragraph/zmi/keynumber.py
changeset 680 508a73cab999
parent 671 b6ca6378a8f8
equal deleted inserted replaced
679:33b49c98c47e 680:508a73cab999
    80     
    80     
    81 @pagelet_config(name='properties.html', context=IKeyNumberParagraph, layer=IPyAMSLayer,
    81 @pagelet_config(name='properties.html', context=IKeyNumberParagraph, layer=IPyAMSLayer,
    82                 permission=MANAGE_CONTENT_PERMISSION)
    82                 permission=MANAGE_CONTENT_PERMISSION)
    83 @ajax_config(name='properties.json', context=IKeyNumberParagraph, layer=IPyAMSLayer,
    83 @ajax_config(name='properties.json', context=IKeyNumberParagraph, layer=IPyAMSLayer,
    84              base=BaseParagraphAJAXEditForm)
    84              base=BaseParagraphAJAXEditForm)
       
    85 @implementer(IKeyNumbersParentForm)
    85 class KeyNumberParagraphPropertiesEditForm(BaseParagraphPropertiesEditForm):
    86 class KeyNumberParagraphPropertiesEditForm(BaseParagraphPropertiesEditForm):
    86     """Key number paragraph properties edit form"""
    87     """Key number paragraph properties edit form"""
    87 
    88 
    88     prefix = 'keynumbers_properties.'
    89     prefix = 'keynumbers_properties.'
    89 
    90