mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Added migration for Scuttle sharing
This commit is contained in:
parent
fb9f100e8f
commit
b5a5377af1
9 changed files with 64 additions and 10 deletions
|
@ -341,7 +341,7 @@ class InstallCommand extends ContainerAwareCommand
|
|||
'name' => 'scuttle_url',
|
||||
'value' => 'http://scuttle.org',
|
||||
'section' => 'entry',
|
||||
],
|
||||
],
|
||||
[
|
||||
'name' => 'share_mail',
|
||||
'value' => '1',
|
||||
|
|
|
@ -54,7 +54,7 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface
|
|||
'name' => 'share_scuttle',
|
||||
'value' => '1',
|
||||
'section' => 'entry',
|
||||
],
|
||||
],
|
||||
[
|
||||
'name' => 'shaarli_url',
|
||||
'value' => 'http://myshaarli.com',
|
||||
|
@ -64,7 +64,7 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface
|
|||
'name' => 'scuttle_url',
|
||||
'value' => 'http://scuttle.org',
|
||||
'section' => 'entry',
|
||||
],
|
||||
],
|
||||
[
|
||||
'name' => 'share_mail',
|
||||
'value' => '1',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue