Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Align button not showing up #141

@thiagomoraesp

Description

@thiagomoraesp

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions