src/pyams_content/component/paragraph/interfaces/contact.py
changeset 429 fafbf6bb246e
parent 428 f22d6ae1d8f5
child 495 512c874493b9
equal deleted inserted replaced
428:f22d6ae1d8f5 429:fafbf6bb246e
    58                    required=False)
    58                    required=False)
    59 
    59 
    60     renderer = Choice(title=_("Contact template"),
    60     renderer = Choice(title=_("Contact template"),
    61                       description=_("Presentation template used for this contact"),
    61                       description=_("Presentation template used for this contact"),
    62                       vocabulary=CONTACT_PARAGRAPH_RENDERERS,
    62                       vocabulary=CONTACT_PARAGRAPH_RENDERERS,
    63                       default='hidden')
    63                       default='default')