|
|
|
@ -1,12 +1,11 @@ |
|
|
|
<?php |
|
|
|
<?php |
|
|
|
|
|
|
|
|
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
|
|
|
|
|
|
|
|
namespace Chamilo\CoreBundle\Component\Editor\CkEditor\Toolbar; |
|
|
|
namespace Chamilo\CoreBundle\Component\Editor\CkEditor\Toolbar; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Documents toolbar configuration. |
|
|
|
* Documents toolbar configuration. |
|
|
|
* |
|
|
|
|
|
|
|
* @package Chamilo\CoreBundle\Component\Editor\CkEditor\Toolbar |
|
|
|
|
|
|
|
*/ |
|
|
|
*/ |
|
|
|
class Documents extends Basic |
|
|
|
class Documents extends Basic |
|
|
|
{ |
|
|
|
{ |
|
|
|
@ -156,6 +155,7 @@ class Documents extends Basic |
|
|
|
'Link', |
|
|
|
'Link', |
|
|
|
'Image', |
|
|
|
'Image', |
|
|
|
'Video', |
|
|
|
'Video', |
|
|
|
|
|
|
|
'Oembed', |
|
|
|
'Flash', |
|
|
|
'Flash', |
|
|
|
'Youtube', |
|
|
|
'Youtube', |
|
|
|
'VimeoEmbed', |
|
|
|
'VimeoEmbed', |
|
|
|
|