Hi,

It would be great if one could use the same variables in the textarea which are available for other fields like the styles file path or the css file's path. I'm using features to deploy ckeditor profiles across multiple drupal sites. This would allow for a more generic configuration approach, for example, I load a ckeditor.templates.js from each site's theme directory. With the variables I could save a hardcoded configuration file for each theme (ckeditor.config.js with config.templates_files = []) which would make maintenance and deploying sites easier.

This could be interesting for other use cases too I believe, like adding custom icons et al.

Thanks,

Oliver