aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/InstallCommand.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-09 15:44:28 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-09 18:18:49 +0100
commit8a9604aafe8b8c6ddde4e1be78189af5238588fb (patch)
tree6688a3d8a099907228334d8580394c0629c887cf /src/Wallabag/CoreBundle/Command/InstallCommand.php
parent89e167a45a4815900377743c5ba202ab481d61a4 (diff)
downloadwallabag-8a9604aafe8b8c6ddde4e1be78189af5238588fb.tar.gz
wallabag-8a9604aafe8b8c6ddde4e1be78189af5238588fb.tar.zst
wallabag-8a9604aafe8b8c6ddde4e1be78189af5238588fb.zip
Added unmark.it sharing
Fix #668
Diffstat (limited to 'src/Wallabag/CoreBundle/Command/InstallCommand.php')
-rw-r--r--src/Wallabag/CoreBundle/Command/InstallCommand.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php
index 9fe90357..c7e714af 100644
--- a/src/Wallabag/CoreBundle/Command/InstallCommand.php
+++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php
@@ -294,6 +294,16 @@ class InstallCommand extends ContainerAwareCommand
294 'section' => 'entry', 294 'section' => 'entry',
295 ], 295 ],
296 [ 296 [
297 'name' => 'share_unmark',
298 'value' => '1',
299 'section' => 'entry',
300 ],
301 [
302 'name' => 'unmark_url',
303 'value' => 'https://unmark.it',
304 'section' => 'entry',
305 ],
306 [
297 'name' => 'share_shaarli', 307 'name' => 'share_shaarli',
298 'value' => '1', 308 'value' => '1',
299 'section' => 'entry', 309 'section' => 'entry',