add source button a Minimal toolbar BT#11338

pull/2539/head
Alex Aragón 8 years ago
parent 79fb32c24d
commit 4028c2d99d
  1. 2
      src/Chamilo/CoreBundle/Component/Editor/CkEditor/Toolbar/Minimal.php

@ -33,7 +33,7 @@ class Minimal extends Basic
],
[
'name' => 'links',
'items' => ['Link', 'Unlink', 'Anchor'],
'items' => ['Link', 'Unlink', 'Anchor','Source'],
],
];

Loading…
Cancel
Save