Skip to content

Commit

Permalink
Adding example zproperties for some additional types.
Browse files Browse the repository at this point in the history
  • Loading branch information
eedgar committed Jan 11, 2012
1 parent 3ffe2fa commit 10c0b2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTENT/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 10c0b2f

Please sign in to comment.