Hello everybody :)
I installed CKEditor via Bower using the ckeditor#full/stable but I can't get the blockquote button to show in the toolbar. I tried multiple version and tweaks, can someone throw some light on this problem ?
Thank you in advance !
I've found the reason why I
I've found the reason why I had that problem !
I put the contenteditable="true" data tag on a <p> tag instead of a <div> tag.
Hope it helps a few people ;)