/var/www/vhosts/nabawater/vendor/2amigos/yii2-ckeditor-widget/src/presets
Edit: /var/www/vhosts/nabawater/vendor/2amigos/yii2-ckeditor-widget/src/presets/standard.php (793B)
* @link http://www.ramirezcobos.com/
* @link http://www.2amigos.us/
*/
return [
'height' => 300,
'toolbarGroups' => [
['name' => 'clipboard', 'groups' => ['mode', 'undo', 'selection', 'clipboard', 'doctools']],
['name' => 'editing', 'groups' => ['tools', 'about']],
'/',
['name' => 'paragraph', 'groups' => ['templates', 'list', 'indent', 'align']],
['name' => 'insert'],
'/',
['name' => 'basicstyles', 'groups' => ['basicstyles', 'cleanup']],
['name' => 'colors'],
['name' => 'links'],
['name' => 'others'],
],
'removeButtons' => 'Smiley,Iframe'
];