From 37ab61ba370d68aa6824ef6fab9975cbd5561171 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Tue, 25 Sep 2012 13:23:37 +0000 Subject: [PATCH] // small fix with editorial module --- modules/editorial/editorial.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/editorial/editorial.php b/modules/editorial/editorial.php index 073849a2e..c9e78999b 100644 --- a/modules/editorial/editorial.php +++ b/modules/editorial/editorial.php @@ -165,6 +165,8 @@ class Editorial extends Module 'lang' => true, 'autoload_rte' => true, 'hint' => $this->l('Text of your choice; for example, explain your mission, highlight a new product, or describe a recent event.'), + 'cols' => 60, + 'rows' => 30 ), array( 'type' => 'file',