egeloen / IvoryCKEditorBundle

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

My toolbar is empty... #246

Closed devozanges closed 8 years ago

devozanges commented 8 years ago

Hi, I set this configuration in my config.yml but my toolbar is still empty

capture

Do you have an idea ?

egeloen commented 8 years ago

After debugging it, it seems your items are not valid. For example, it's not undo but Undo, the first letter should be uppercase.

devozanges commented 8 years ago

"the first letter should be uppercase" It may be helpful to remove this case restriction

egeloen commented 8 years ago

I reopen our issue but before we must be sure that it's not possible to have an item with a lower case frist string.

devozanges commented 8 years ago

(sorry but I'm not able to test yet because I have chosen another bundle as a result of this problem)

egeloen commented 8 years ago

@devozanges I just check and unfortunatelly, we can't automate something... I see some plugins which dont ucfirst the name of the widget... So, if we do it automatically, these ones will not work... Then, it is your responsibility to upercase it since all of them are not uppercase...