Page 1 of 1

Plugin development help

Posted: Tue Feb 26, 2019 5:51 pm
by rahuldottech
I'm developing a plugin for Bludit, and I need it to have some settings for each post/page. Is it possible to somehow include these in the right sidebar while a post is being created? Similar to the robots settings under Options > SEO

Re: Plugin development help

Posted: Wed Feb 27, 2019 2:00 pm
by diego
Hi,
you want to include custom fields what I understand ?
It's hard from a plugin because you need to change the database structure.
There is a Github issue to improve this.

https://github.com/bludit/bludit/issues/895

Re: Plugin development help

Posted: Wed Feb 27, 2019 2:17 pm
by bayerberg
I'm fighting with that issue as well, for now fiddling with core files is the best way of doing this, but updating your Bludit to new versions is a pain. I'll get it one day though :).

this is why I proposed something more than plugins ...