Hey all,

I tried installing Commons with this command drush si commons commons_anonymous_welcome_text_form.commons_install_example_content=FALSE -y. It still seems to install the demo content though. I've also tried it with the value 0, empty i.e. just ...example_content=, false, and FALSE. I've also tried drush si commons commons_anonymous_message_homepage.commons_install_example_content=FALSE -y. Still the same thing.

Comments

Deciphered’s picture

Refer to #2231897: [meta] Issues installing via Drush, the issue is Drush SI and Checkboxes, you need to pass NULL as the value of the checkbox but Drush doesn't currently support that. I've made a PR for Drush, which is linked in the referenced issue.