Coverage for markupmirror.feincms.models : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
"""FeinCMS Page contenttype that stores markup in a MarkupMirrorField.
""" # TODO: find a way to include a button like richtext content # __name__ = 'richtextcontent'
lambda x: settings.FEINCMS_INIT_CONTEXT, ) 'head': [settings.FEINCMS_INIT_TEMPLATE], }
verbose_name=_(u"Markup content"), markup_type=settings.DEFAULT_MARKUP_TYPE, blank=True)
'content': self, 'request': request })
|