add 'visible' property to IField interface

This commit is contained in:
Helmut Merz 2016-10-08 14:05:19 +02:00
parent 4c18a9731c
commit 5aa9869181

View file

@ -215,6 +215,7 @@ class IField(IComponent):
'(only for dropdown and other selection fields)'),
required=False,)
visible = Attribute('Should the field be shown in display views?')
fieldRenderer = Attribute('Name of a renderer (i.e. a ZPT macro or '
'an adapter) that is responsible for rendering '
'(presenting) the field as a whole.')