Hi all, I have my content type with the body textarea. My necessity is linking a TinyMCE Profile with this textarea. I know that TinyMCE Profile is linked with "Roles", but how can I linking with textarea name and content type ?
I have tried to set visibilty via PHP <?php if (arg(0) == "node" && arg(1) == "add" && arg(2) == 'mycontentType") { return true; }
?>
But does not works.
Any help is appreciate.
M.