Hello,
I am trying to import my own CSS file into RedEditor so the classes appear in the dropdown list of 'Apply CSS Class', I would like to do it by putting the refference in the ToolsFile.xml. I tryed (I think) everything and it won't work! Can't someone tell me what I'm doing wrong? I Have read all the help topics...
This is my code:
ToolsFile.xml
<root>
other things
<cssFiles>
<item name="~/css/test.css" />
</cssFiles>
</root>
CSS file (placed in wwwroot\css\):
.title {color:red}
Can someone help me?
I am trying to import my own CSS file into RedEditor so the classes appear in the dropdown list of 'Apply CSS Class', I would like to do it by putting the refference in the ToolsFile.xml. I tryed (I think) everything and it won't work! Can't someone tell me what I'm doing wrong? I Have read all the help topics...
This is my code:
ToolsFile.xml
<root>
other things
<cssFiles>
<item name="~/css/test.css" />
</cssFiles>
</root>
CSS file (placed in wwwroot\css\):
.title {color:red}
Can someone help me?
