--- a/src/pyams_default_theme/component/paragraph/interfaces/verbatim.py Fri Sep 07 16:45:49 2018 +0200
+++ b/src/pyams_default_theme/component/paragraph/interfaces/verbatim.py Fri Sep 07 17:23:51 2018 +0200
@@ -24,7 +24,6 @@
from pyams_default_theme import _
-
FRAME_POSITIONS = (
{'id': 'left', 'title': _("Left")},
{'id': 'right', 'title': _("Right")},
@@ -59,4 +58,4 @@
"given as columns count; full width counts for 12 columns"),
required=True,
values=list(range(1, 13)),
- default=4)
+ default=6)