egeloen / IvoryCKEditorBundle

Provides a CKEditor integration for your Symfony project.
MIT License
336 stars 114 forks source link

Duplicate toolbars items full preset #334

Open DylanDelobel opened 6 years ago

DylanDelobel commented 6 years ago

The full toolbar preset has duplicate TextColor and BGColor Both are contains in full.colors and full.styles

    'full.colors'           => ['TextColor', 'BGColor'],
    'full.styles'           => ['Styles', 'Format', 'Font', 'FontSize', 'TextColor', 'BGColor'],

duplicate

It's desired ?

dpotocic commented 6 years ago

Yes, bug in ToolbarManager image