/
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/full.php
(948B)
<?php /** * * full preset returns the full toolbar configuration set for CKEditor. * * @author Antonio Ramirez <amigo.cobos@gmail.com> * @link http://www.ramirezcobos.com/ * @link http://www.2amigos.us/ */ return [ 'height' => 400, 'toolbarGroups' => [ ['name' => 'document', 'groups' => ['mode', 'document', 'doctools']], ['name' => 'clipboard', 'groups' => ['clipboard', 'undo']], ['name' => 'editing', 'groups' => [ 'find', 'selection', 'spellchecker']], ['name' => 'forms'], '/', ['name' => 'basicstyles', 'groups' => ['basicstyles', 'colors','cleanup']], ['name' => 'paragraph', 'groups' => [ 'list', 'indent', 'blocks', 'align', 'bidi' ]], ['name' => 'links'], ['name' => 'insert'], '/', ['name' => 'styles'], ['name' => 'blocks'], ['name' => 'colors'], ['name' => 'tools'], ['name' => 'others'], ], ];
Save
cmd:
run