1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

Add new export config

This commit is contained in:
Jeremy Benoist 2016-01-31 14:54:30 +01:00
parent 07c9b1c98a
commit a74a6ca2b1
6 changed files with 56 additions and 8 deletions

View 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,