aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/InstallCommand.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-01-31 14:54:30 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-01-31 15:31:30 +0100
commita74a6ca2b164447f2675a13840f862c2c4c672fd (patch)
treebc3c215e58d96925d2ce109193eb1e08e7afc277 /src/Wallabag/CoreBundle/Command/InstallCommand.php
parent07c9b1c98a104a88f6bd0c97b54a8783444a2ac4 (diff)
downloadwallabag-a74a6ca2b164447f2675a13840f862c2c4c672fd.tar.gz
wallabag-a74a6ca2b164447f2675a13840f862c2c4c672fd.tar.zst
wallabag-a74a6ca2b164447f2675a13840f862c2c4c672fd.zip
Add new export config
Diffstat (limited to 'src/Wallabag/CoreBundle/Command/InstallCommand.php')
-rw-r--r--src/Wallabag/CoreBundle/Command/InstallCommand.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php
index 096f306f..93792692 100644
--- a/src/Wallabag/CoreBundle/Command/InstallCommand.php
+++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php
@@ -273,6 +273,26 @@ class InstallCommand extends ContainerAwareCommand
273 'section' => 'export', 273 'section' => 'export',
274 ], 274 ],
275 [ 275 [
276 'name' => 'export_csv',
277 'value' => '1',
278 'section' => 'export',
279 ],
280 [
281 'name' => 'export_json',
282 'value' => '1',
283 'section' => 'export',
284 ],
285 [
286 'name' => 'export_txt',
287 'value' => '1',
288 'section' => 'export',
289 ],
290 [
291 'name' => 'export_xml',
292 'value' => '1',
293 'section' => 'export',
294 ],
295 [
276 'name' => 'pocket_consumer_key', 296 'name' => 'pocket_consumer_key',
277 'value' => null, 297 'value' => null,
278 'section' => 'import', 298 'section' => 'import',