Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-31 14:02:07 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-31 14:02:07 (GMT)
commit6b72c189408a631a305b20acfff2192ae9d858de (patch)
tree7b788ad22aca163a4e5207886881bf85e3ebf75a /constants.py
parent09e928cfc71b33c7cec06d88dfa3e5fb3836db12 (diff)
+/- signs on expandable blocks
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index 7a2182a..e4f17c5 100644
--- a/constants.py
+++ b/constants.py
@@ -112,6 +112,11 @@ PORTFOLIO_STYLE_1PIX = ['template1']
PORTFOLIO_STYLE_2PIX = ['template2', 'template6']
#
+# blocks that are expandable
+#
+EXPANDABLE = ['vspace', 'hspace']
+
+#
# blocks that contain media
#
CONTENT_BLOCKS = ['number', 'string', 'description', 'audio', 'journal']