From 4c18a9731ccef1032449dc0de175317244ebf342 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Sat, 8 Oct 2016 11:17:39 +0200 Subject: [PATCH] add 'visible' property to field definition --- composer/schema/field.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer/schema/field.py b/composer/schema/field.py index 8222e01..287d34e 100644 --- a/composer/schema/field.py +++ b/composer/schema/field.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Helmut Merz helmutm@cy55.de +# Copyright (c) 2016 Helmut Merz helmutm@cy55.de # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -54,6 +54,7 @@ class Field(Component): implements(IField) + visible = True required = False readonly = False nostore = False