Hi,

I have a content type with 2-3 textareas (CKEditor). One of that textareas is "Link", in which an user can insert one or more links (like http://www.example.com).

What I need is to show only the buttons of "Create links" in the CKEditor for the textarea "Link", and to show all buttons (bold, cut, copy, image, ...) in the others textareas.

Is it possible to do that? How?

Thanks!

Comments

dczepierga’s picture

Status: Active » Closed (fixed)

Create 2 profiles in CKEditor module, write 2 toolbars in CKEditor config.js file and choose them in this profiles. After this on each profile that u create in editor include add your textarea_id and everything should works fine.

Greetings