Hello Clément,
the CSS styles for the HTML editors are configured in the following XML file:
/WEB-INF/etc/htmleditors/htmleditors_config.xml
There you can configure you style using any existing example, e.g.:
<css>
<id>jahia</id>
<name>Jahia Engine Demo Style</name>
<url>/jsp/jahia/engines/css/jahia.css</url>
<shared>true</shared>
<!--
<shared>false</shared>
<allowed-sites>
<site-key>myjahiasite</site-key>
</allowed-sites>
-->
</css>
Just put you CSS style configuration as first one in the list inside the tag <style-sheets> and it will be the default one.
Kind regards.
Sergiy.
| Clément Egger <[EMAIL PROTECTED]>
10.08.2006 14:14
|
|
Hi,
id'like to customize the BigText editor engine.
By default, css dispalyed is "Jahia Engine Demo Styles"
and I wish to have "Corporate Templates Styles" by default.
Where can I find the page to modify.
Thanks
