mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +00:00
Fix internal settings
Fix #1867: remove download_picture setting and manage show_printlink in material theme
This commit is contained in:
parent
015e4284f0
commit
cb48a569e0
5 changed files with 13 additions and 12 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue