I am experimenting with ckeditor for content management system in our company. I've used templates_files property in configuration to populate html templates from database to template dialog. The templates are loading well. But i am not able to replace the variable inside the template on clicking a template from dialog. Example: <div><img src={imageurl} /></div>
Earlier we were using tinymce editor which has property template_replace_value in configuration. It allows to replace the value for the respective key name in the content template. Does ckeditor has such a kind of facility. Could any one let me know how to achieve this in ckeditor.