src/pyams_content/component/paragraph/__init__.py
changeset 7 cbc55162b64e
parent 0 7c0001cacf8e
child 140 67bad9f880ee
--- a/src/pyams_content/component/paragraph/__init__.py	Thu Oct 15 15:42:01 2015 +0200
+++ b/src/pyams_content/component/paragraph/__init__.py	Mon Jan 18 16:08:07 2016 +0100
@@ -37,6 +37,7 @@
 class BaseParagraph(Persistent, Contained):
     """Base paragraph persistent class"""
 
+    visible = FieldProperty(IBaseParagraph['visible'])
     title = FieldProperty(IBaseParagraph['title'])