
10-04-2014, 02:21 AM
|
 |
|
|
Join Date: Jan 2014
Location: Little Rock, AR
Posts: 1,060
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by nerbert
You can try this plugin.
hook location "editor_construct"
Code:
$this->config['contentsCss'] .= $css_path . ',editor_additional.css';
Then make a new "editor_additional.css" template
The editor does not import additional.css you have to extend the list of templates with one of your own
|
Thanks for the help.
|