From b5cdfacd86292ae8b8dfd84d5b84c8df5c7116be 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17532 b9a71923-0436-4b27-9f14-aed3839534dd --- 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',