From 10c0b2f979f508fcaf5cb6b8f5a2f5881541e2f8 Mon Sep 17 00:00:00 2001 From: Eric Edgar Date: Wed, 11 Jan 2012 09:08:57 -0600 Subject: [PATCH] Adding example zproperties for some additional types. --- CONTENT/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTENT/__init__.py b/CONTENT/__init__.py index e1d3c12..9caed45 100644 --- a/CONTENT/__init__.py +++ b/CONTENT/__init__.py @@ -28,6 +28,9 @@ # ('zExampleString', 'default value', 'string'), # ('zExampleInt', 411, 'int'), # ('zExamplePassword', 'notsecure', 'password'), +# ('zExampleBooleanFalse', False, 'boolean'), +# ('zExampleBooleanTrue', True, 'boolean'), +# ('zExampleMultiLine', ['First Line','Second Line'], 'lines'), # ] # # def install(self, dmd):