src/pyams_content/component/illustration/interfaces/__init__.py
changeset 397 fe989328a54f
parent 395 2a39b333a585
child 407 0ef5de2d5674
equal deleted inserted replaced
396:a6c3d1974420 397:fe989328a54f
    86                         description=_("Name under which the file will be saved"),
    86                         description=_("Name under which the file will be saved"),
    87                         required=False)
    87                         required=False)
    88 
    88 
    89     renderer = Choice(title=_("Illustration template"),
    89     renderer = Choice(title=_("Illustration template"),
    90                       description=_("Presentation template used for illustration"),
    90                       description=_("Presentation template used for illustration"),
    91                       vocabulary='PyAMS illustration renderers')
    91                       vocabulary='PyAMS illustration renderers',
       
    92                       default='hidden')
    92 
    93 
    93     language = Choice(title=_("Language"),
    94     language = Choice(title=_("Language"),
    94                       description=_("File's content language"),
    95                       description=_("File's content language"),
    95                       vocabulary="PyAMS base languages",
    96                       vocabulary="PyAMS base languages",
    96                       required=False)
    97                       required=False)