src/pyams_content/component/illustration/interfaces/__init__.py
changeset 397 fe989328a54f
parent 395 2a39b333a585
child 407 0ef5de2d5674
--- a/src/pyams_content/component/illustration/interfaces/__init__.py	Thu Feb 15 15:10:27 2018 +0100
+++ b/src/pyams_content/component/illustration/interfaces/__init__.py	Mon Feb 19 10:22:06 2018 +0100
@@ -88,7 +88,8 @@
 
     renderer = Choice(title=_("Illustration template"),
                       description=_("Presentation template used for illustration"),
-                      vocabulary='PyAMS illustration renderers')
+                      vocabulary='PyAMS illustration renderers',
+                      default='hidden')
 
     language = Choice(title=_("Language"),
                       description=_("File's content language"),