Open SirNovi opened 7 years ago
Instead of c::set('autopublish.templates', array('project', 'item'));
c::set('autopublish.templates', array('project', 'item'));
I had to use c::set('kirby.extension.autopublish.templates', array('project', 'item'));
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.
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.