aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/InstallCommand.php
diff options
context:
space:
mode:
authorFrenchHope <laurent.espitallier@laposte.net>2017-03-19 09:40:31 +0100
committerJeremy Benoist <jbenoist@20minutes.fr>2017-03-28 14:20:14 +0200
commitfb9f100e8f4f3288b87536faff4b59cacc7b1efb (patch)
tree9b32d78938ea460a257460186dd164744b881b73 /src/Wallabag/CoreBundle/Command/InstallCommand.php
parent7d1d961267c129e2110ce9cc14c5a9d0a7d255cb (diff)
downloadwallabag-fb9f100e8f4f3288b87536faff4b59cacc7b1efb.tar.gz
wallabag-fb9f100e8f4f3288b87536faff4b59cacc7b1efb.tar.zst
wallabag-fb9f100e8f4f3288b87536faff4b59cacc7b1efb.zip
Scuttle sharing
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 f0738b91..f1179741 100644
--- a/src/Wallabag/CoreBundle/Command/InstallCommand.php
+++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php
@@ -333,6 +333,16 @@ class InstallCommand extends ContainerAwareCommand
333 'section' => 'entry', 333 'section' => 'entry',
334 ], 334 ],
335 [ 335 [
336 'name' => 'share_scuttle',
337 'value' => '1',
338 'section' => 'entry',
339 ],
340 [
341 'name' => 'scuttle_url',
342 'value' => 'http://scuttle.org',
343 'section' => 'entry',
344 ],
345 [
336 'name' => 'share_mail', 346 'name' => 'share_mail',
337 'value' => '1', 347 'value' => '1',
338 'section' => 'entry', 348 'section' => 'entry',