aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures
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/DataFixtures
parent7d1d961267c129e2110ce9cc14c5a9d0a7d255cb (diff)
downloadwallabag-fb9f100e8f4f3288b87536faff4b59cacc7b1efb.tar.gz
wallabag-fb9f100e8f4f3288b87536faff4b59cacc7b1efb.tar.zst
wallabag-fb9f100e8f4f3288b87536faff4b59cacc7b1efb.zip
Scuttle sharing
Diffstat (limited to 'src/Wallabag/CoreBundle/DataFixtures')
-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..52941a64 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',