1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

Added unmark.it sharing

Fix #668
This commit is contained in:
Nicolas Lœuillet 2016-11-09 15:44:28 +01:00
parent 89e167a45a
commit 8a9604aafe
24 changed files with 125 additions and 34 deletions

View file

@ -293,6 +293,16 @@ class InstallCommand extends ContainerAwareCommand
'value' => 'http://diasporapod.com',
'section' => 'entry',
],
[
'name' => 'share_unmark',
'value' => '1',
'section' => 'entry',
],
[
'name' => 'unmark_url',
'value' => 'https://unmark.it',
'section' => 'entry',
],
[
'name' => 'share_shaarli',
'value' => '1',