kirby-auto-publish
kirby-auto-publish copied to clipboard
Make new pages, created with the Kirby Admin Panel, visible by default
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...
The auto plublish works fine when I create any page in the panel... but when I create a new subpagetrough the builder, the new pages can't set as visible as...
Sometimes there are reasons why one could define a specific blueprint that has no other template than default. Could be because of permissions (Kirby 2.4+) based on a template. Autopublish...