/
var
/
www
/
vhosts
/
nabawater
/
vendor
/
2amigos
/
yii2-ckeditor-widget
/
src
/
presets
/
/var/www/vhosts/nabawater/vendor/2amigos/yii2-ckeditor-widget/src/presets
mkdir
upload
Name
Size
Mode
Actions
basic.php
719
0644
edit
dl
rm
full.php
948
0644
edit
dl
rm
standard.php
793
0644
edit
dl
rm
Edit:
/var/www/vhosts/nabawater/vendor/2amigos/yii2-ckeditor-widget/src/presets/basic.php
(719B)
<?php /** * * basic preset returns the basic toolbar configuration set for CKEditor. * * @author Antonio Ramirez <amigo.cobos@gmail.com> * @link http://www.ramirezcobos.com/ * @link http://www.2amigos.us/ */ return [ 'height' => 200, 'toolbarGroups' => [ ['name' => 'undo'], ['name' => 'basicstyles', 'groups' => ['basicstyles', 'cleanup']], ['name' => 'colors'], ['name' => 'links', 'groups' => ['links', 'insert']], ['name' => 'others', 'groups' => ['others', 'about']], ], 'removeButtons' => 'Subscript,Superscript,Flash,Table,HorizontalRule,Smiley,SpecialChar,PageBreak,Iframe', 'removePlugins' => 'elementspath', 'resize_enabled' => false ];
Save
cmd:
run