aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
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/DataFixtures/ORM/LoadSettingData.php
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/DataFixtures/ORM/LoadSettingData.php')
-rw-r--r--src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
index a723656e..aaeb9ee9 100644
--- a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
+++ b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
@@ -51,11 +51,21 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface
51 'section' => 'entry', 51 'section' => 'entry',
52 ], 52 ],
53 [ 53 [
54 'name' => 'share_scuttle',
55 'value' => '1',
56 'section' => 'entry',
57 ],
58 [
54 'name' => 'shaarli_url', 59 'name' => 'shaarli_url',
55 'value' => 'http://myshaarli.com', 60 'value' => 'http://myshaarli.com',
56 'section' => 'entry', 61 'section' => 'entry',
57 ], 62 ],
58 [ 63 [
64 'name' => 'scuttle_url',
65 'value' => 'http://scuttle.org',
66 'section' => 'entry',
67 ],
68 [
59 'name' => 'share_mail', 69 'name' => 'share_mail',
60 'value' => '1', 70 'value' => '1',
61 'section' => 'entry', 71 'section' => 'entry',