kirby-auto-publish
kirby-auto-publish copied to clipboard
Config Setting seems to be wrong
Instead of
c::set('autopublish.templates', array('project', 'item'));
I had to use
c::set('kirby.extension.autopublish.templates', array('project', 'item'));
I don't know for which Kirby Version that's the case but in 2.4 it seems to be like this.
Same issue, glad I found this. I had tried to use this plugin for another project and ended up giving up on it because I couldn't get this option to work.