aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-03-28 15:19:42 +0200
committerGitHub <noreply@github.com>2017-03-28 15:19:42 +0200
commitf76bcf670543a5b55fff9693cd0303b16b333805 (patch)
tree99254e5ab9407ee8ad23182f0e26803fb0e956a6 /src/Wallabag/CoreBundle/Command
parent7d1d961267c129e2110ce9cc14c5a9d0a7d255cb (diff)
parentb5a5377af12048e05269fc490e588c1b777cde13 (diff)
downloadwallabag-f76bcf670543a5b55fff9693cd0303b16b333805.tar.gz
wallabag-f76bcf670543a5b55fff9693cd0303b16b333805.tar.zst
wallabag-f76bcf670543a5b55fff9693cd0303b16b333805.zip
Merge pull request #2999 from FrenchHope/master
Share articles to a scuttle / semantic scuttle instance
Diffstat (limited to 'src/Wallabag/CoreBundle/Command')
-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..3c4d3f25 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',