Closed DavidUnzue closed 9 years ago
Hi,
I just tested the plugin on a clean install and everything seems to work.
Here are the steps I took :
autopublish
directory into the site/plugins
directoryc::set('autopublish.templates', array('project'));
to the site/config/config.php
fileMaybe this will help you find out why the plugin does not work on your project. If you can't find the cause of the problem, you can send me a copy of your code base and I will take a look.
best regards, gunther
Okay, I don't know why, but everything is working know :-)
The default behaviour of the plugin is working: if no options are set within the config.php, all new pages are being published by default.
But after I set the
autopublish.templates
option with any of my blueprints names, auto publishing isn't working anymore.