src/pyams_content/component/paragraph/zmi/keypoint.py
changeset 435 ce4ae073a7f7
parent 432 a068d20dc9ae
child 487 093f201e3168
equal deleted inserted replaced
434:a1c31d22e042 435:ce4ae073a7f7
   173 #
   173 #
   174 
   174 
   175 @adapter_config(context=(IKeypointsParagraph, IPyAMSLayer), provides=IParagraphPreview)
   175 @adapter_config(context=(IKeypointsParagraph, IPyAMSLayer), provides=IParagraphPreview)
   176 class KeypointsParagraphPreview(BaseRenderedContentPreview):
   176 class KeypointsParagraphPreview(BaseRenderedContentPreview):
   177     """Key points paragraph preview"""
   177     """Key points paragraph preview"""
   178 
       
   179     i18n_context_attrs = ('body', )