From 6b72c189408a631a305b20acfff2192ae9d858de Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sun, 31 Jan 2010 14:02:07 +0000 Subject: +/- signs on expandable blocks --- (limited to 'constants.py') 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'] -- cgit v0.9.1