src/pyams_content/component/paragraph/interfaces/pictogram.py
changeset 586 28445044f6e3
parent 576 12171cf62cc4
equal deleted inserted replaced
585:9fa8e9776bda 586:28445044f6e3
    75 class IPictogramContainerTarget(Interface):
    75 class IPictogramContainerTarget(Interface):
    76     """Pictogram container target interface"""
    76     """Pictogram container target interface"""
    77 
    77 
    78 
    78 
    79 PICTOGRAM_PARAGRAPH_TYPE = 'Pictograms'
    79 PICTOGRAM_PARAGRAPH_TYPE = 'Pictograms'
       
    80 PICTOGRAM_PARAGRAPH_NAME = _("Pictograms")
    80 PICTOGRAM_PARAGRAPH_RENDERERS = 'MyAMS.pictograms.renderers'
    81 PICTOGRAM_PARAGRAPH_RENDERERS = 'MyAMS.pictograms.renderers'
    81 
    82 
    82 
    83 
    83 class IPictogramParagraph(IPictogramContainerTarget, IBaseParagraph):
    84 class IPictogramParagraph(IPictogramContainerTarget, IBaseParagraph):
    84     """Pictograms paragraph interface"""
    85     """Pictograms paragraph interface"""