1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-15 19:42:08 +00:00

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
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A
5 changed files with 13 additions and 12 deletions

View file

@ -15,11 +15,6 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface
public function load(ObjectManager $manager)
{
$settings = [
[
'name' => 'download_pictures',
'value' => '1',
'section' => 'entry',
],
[
'name' => 'carrot',
'value' => '1',