schemas/bootstrap.py
changeset 9299 c5eed908117d
parent 8945 ba9e3fbfa5a5
child 9375 8e88576787c3
--- a/schemas/bootstrap.py	Thu Oct 17 11:34:03 2013 +0200
+++ b/schemas/bootstrap.py	Fri Aug 23 15:06:27 2013 +0200
@@ -83,7 +83,7 @@
     indexed = Boolean(description=_('create an index for quick search on this attribute'))
     fulltextindexed = Boolean(description=_('index this attribute\'s value in the plain text index'))
     internationalizable = Boolean(description=_('is this attribute\'s value translatable'))
-    defaultval = String(maxsize=256)
+    defaultval = Bytes(description=_('default value as gziped pickled python object'))
     extra_props = Bytes(description=_('additional type specific properties'))
 
     description = RichString(internationalizable=True,