Hi,
I needed to add link of my own pages with the link pluging of CKE.
To do that, I have updated the link plugin like that => can not post the form with the code. I add a file on my post. Maybe it will be good...
To use it, you need to set 2 javascript var. For example
<script>
cms_url = "http://127.0.0.1/my_page.json";
cms_data = {published: 1};
cms_get_name_function = function( page ){
return page.permalink
}
</script>
It works good for me. I know it will be better to set variables on the config.js file but I don't find how to do it.
Is it possible to add a feature like that on the official plugin ? With some ameliorations of course :)
BR,
Eric
Thank you Eric. All work well
Thank you Eric. All work well!