Attaching assets to ckeditor and/or plain/other editors + bonus points for creating a basic asset wi
I have a ck editor created with these properties (as per documentation)
<?XML VERSION="1.0"?>
<!DOCTYPE PRESENTATIONOBJECT SYSTEM "presentationobject.dtd">
<PRESENTATIONOBJECT NAME="CK_FSIIAbstract">
<CKEDITOR WIDTH="400" HEIGHT="200"></CKEDITOR>
</PRESENTATIONOBJECT>
Now I have enabled asset attaching button but once i attach an asset to the text property it does not seem to generate valid url's (once i click on my text i get a 404 error).
Let me know if you need more clarification on this.
Also I have enabled the ckeditor on my basic asset with this xml schema:
<?xml version="1.0" ?>
<ASSET NAME="RandomFile" DESCRIPTION="Random File" >
<PROPERTIES>
<PROPERTY NAME="randomFileText" DESCRIPTION="Random Text" >
0