aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures
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/DataFixtures
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/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 d0085660..1f74891a 100644
--- a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
+++ b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
@@ -36,6 +36,16 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface
36 'section' => 'entry', 36 'section' => 'entry',
37 ], 37 ],
38 [ 38 [
39 'name' => 'share_unmark',
40 'value' => '1',
41 'section' => 'entry',
42 ],
43 [
44 'name' => 'unmark_url',
45 'value' => 'https://unmark.it',
46 'section' => 'entry',
47 ],
48 [
39 'name' => 'share_shaarli', 49 'name' => 'share_shaarli',
40 'value' => '1', 50 'value' => '1',
41 'section' => 'entry', 51 'section' => 'entry',