IntroductionSection toolbar is not full page

pull/3944/head
Angel Fernando Quiroz Campos 4 years ago
parent a48055c13f
commit 7e012facde
  1. 2
      src/Chamilo/CoreBundle/Component/Editor/CkEditor/Toolbar/IntroductionSection.php

@ -29,7 +29,7 @@ class IntroductionSection extends Basic
} }
$config['extraPlugins'] = $this->getPluginsToString(); $config['extraPlugins'] = $this->getPluginsToString();
$config['fullPage'] = true; $config['fullPage'] = false;
return $config; return $config;
} }

Loading…
Cancel
Save