aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-09 18:19:08 +0100
committerGitHub <noreply@github.com>2016-11-09 18:19:08 +0100
commit644b340178136ef9465fdc3cf40f1de0f5f8c3d3 (patch)
treee8168f9f3ee9e9635316c01fb826914098ba65bb /src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
parent1e8c7fa5f946bd63f0650392b76115f5ae8a45de (diff)
parent8a9604aafe8b8c6ddde4e1be78189af5238588fb (diff)
downloadwallabag-644b340178136ef9465fdc3cf40f1de0f5f8c3d3.tar.gz
wallabag-644b340178136ef9465fdc3cf40f1de0f5f8c3d3.tar.zst
wallabag-644b340178136ef9465fdc3cf40f1de0f5f8c3d3.zip
Merge pull request #2566 from wallabag/add-unmarkit
Added unmark.it sharing
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 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',