Fix internal settings

Fix #1867: remove download_picture setting and manage show_printlink in material theme
This commit is contained in:
Nicolas Lœuillet
2016-04-09 21:34:50 +02:00
parent 015e4284f0
commit cb48a569e0
5 changed files with 13 additions and 12 deletions

View File

@ -231,11 +231,6 @@ class InstallCommand extends ContainerAwareCommand
$em->createQuery('DELETE FROM CraueConfigBundle:Setting')->execute();
$settings = [
[
'name' => 'download_pictures',
'value' => '1',
'section' => 'entry',
],
[
'name' => 'carrot',
'value' => '1',