src/pyams_content/component/illustration/interfaces/__init__.py
changeset 429 fafbf6bb246e
parent 427 45d98c5efc7e
child 536 1e10e634ec13
equal deleted inserted replaced
428:f22d6ae1d8f5 429:fafbf6bb246e
    67                       required=False)
    67                       required=False)
    68 
    68 
    69     renderer = Choice(title=_("Illustration template"),
    69     renderer = Choice(title=_("Illustration template"),
    70                       description=_("Presentation template used for illustration"),
    70                       description=_("Presentation template used for illustration"),
    71                       vocabulary=ILLUSTRATION_RENDERERS,
    71                       vocabulary=ILLUSTRATION_RENDERERS,
    72                       default='hidden')
    72                       default='default')
    73 
    73 
    74 
    74 
    75 class IIllustrationTarget(IAttributeAnnotatable):
    75 class IIllustrationTarget(IAttributeAnnotatable):
    76     """Illustration target marker interface"""
    76     """Illustration target marker interface"""
    77 
    77 
    96                       required=False)
    96                       required=False)
    97 
    97 
    98     renderer = Choice(title=_("Illustration template"),
    98     renderer = Choice(title=_("Illustration template"),
    99                       description=_("Presentation template used for illustration"),
    99                       description=_("Presentation template used for illustration"),
   100                       vocabulary=ILLUSTRATION_RENDERERS,
   100                       vocabulary=ILLUSTRATION_RENDERERS,
   101                       default='hidden')
   101                       default='default')