This repository was archived by the owner on Jul 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 111
Align button not showing up #141
Copy link
Copy link
Open
Description
Hi guys, thanks for the amazing module.
I'm trying to show up a text align button in my textarea with CKEDITOR, but it doesn't show up.
the code is the following:
` <?= $form->field($model, 'texto')->widget(CKEditor::className(), [
'options' => [
'rows' => 20,
],
'preset' => 'custom',
'clientOptions' => [
'height' => 400,
'toolbarGroups' => [
['name' => 'undo'],
['name' => 'styles'],
['name' => 'paragraph', 'groups' => [ 'list', 'indent', 'align' ]],
['name' => 'basicstyles', 'groups' => ['basicstyles', 'cleanup']],
],
'removeButtons' => 'Subscript,Superscript,Flash,Table,HorizontalRule,Smiley,SpecialChar,PageBreak,Iframe,Styles',
'removePlugins' => 'elementspath',
'resize_enabled' => false
]
]);?>`
Others buttons all work, but the align option that i need no :'(
Thank you :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels