forked from wallabag/wallabag
Fix internal settings
Fix #1867: remove download_picture setting and manage show_printlink in material theme
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user