Hi all,
I have two questions abuout fckeditor:

1- I want to enable fckeditor only for "Page" content type and disable it for other content types, how can I do that?
2- for every site I have to create a custom profile manually, Is there a way to create a custom profile for fckeditor programatically?( I mean is there any api or sth else to create custom profiles?)

thanks in advance.

Comments

Jorrit’s picture

Status: Active » Closed (fixed)

1) This can only be done using 6.x-2.x, with a rule of the form contenttype@path.field, so it would be something like path@*.*

2) You could look at the code, but there is no promise that the format will stay the same. There is no API.