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

Add translations & migration

This commit is contained in:
Jeremy Benoist 2016-10-31 13:29:33 +01:00
parent d1495dd0a4
commit aedd6ca0fd
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
15 changed files with 62 additions and 35 deletions

View file

@ -143,17 +143,7 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface
[
'name' => 'download_images_enabled',
'value' => '0',
'section' => 'image',
],
[
'name' => 'download_images_with_rabbitmq',
'value' => '0',
'section' => 'image',
],
[
'name' => 'download_images_with_redis',
'value' => '0',
'section' => 'image',
'section' => 'misc',
],
];