]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Command/InstallCommand.php
Add new export config
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Command / InstallCommand.php
index 096f306f6d180db0605598a5abf0ae70a34af580..937926925efd23f422fc0d9effabac5a3642bc05 100644 (file)
@@ -272,6 +272,26 @@ class InstallCommand extends ContainerAwareCommand
                 'value' => '1',
                 'section' => 'export',
             ],
+            [
+                'name' => 'export_csv',
+                'value' => '1',
+                'section' => 'export',
+            ],
+            [
+                'name' => 'export_json',
+                'value' => '1',
+                'section' => 'export',
+            ],
+            [
+                'name' => 'export_txt',
+                'value' => '1',
+                'section' => 'export',
+            ],
+            [
+                'name' => 'export_xml',
+                'value' => '1',
+                'section' => 'export',
+            ],
             [
                 'name' => 'pocket_consumer_key',
                 'value' => null,