Silverstripe 3.1 beta 3 config modifications does not work anymore. Bootstrap css is still included from module, even when _config.php contains:
BootstrapForm::set_bootstrap_included(true);
BootstrapForm::set_jquery_included(true);
Maybe these should be moved to config.yml instead to take and effect?