mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-03 23:09:18 +02:00
fix(platforms): add missing tiktok to social platforms seed
This commit is contained in:
parent
f1fe1b4764
commit
8dfdaf3215
1 changed files with 14 additions and 7 deletions
|
|
@ -585,6 +585,13 @@ class PlatformSeeder extends Seeder
|
||||||
'home_url' => 'https://slack.com/',
|
'home_url' => 'https://slack.com/',
|
||||||
'submit_url' => 'https://slack.com/get-started#/create',
|
'submit_url' => 'https://slack.com/get-started#/create',
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'slug' => 'tiktok',
|
||||||
|
'type' => 'social',
|
||||||
|
'label' => 'Tiktok',
|
||||||
|
'home_url' => 'https://www.tiktok.com/',
|
||||||
|
'submit_url' => 'https://www.tiktok.com/signup',
|
||||||
|
],
|
||||||
[
|
[
|
||||||
'slug' => 'twitch',
|
'slug' => 'twitch',
|
||||||
'type' => 'social',
|
'type' => 'social',
|
||||||
|
|
@ -592,13 +599,6 @@ class PlatformSeeder extends Seeder
|
||||||
'home_url' => 'https://www.twitch.tv/',
|
'home_url' => 'https://www.twitch.tv/',
|
||||||
'submit_url' => 'https://www.twitch.tv/signup',
|
'submit_url' => 'https://www.twitch.tv/signup',
|
||||||
],
|
],
|
||||||
[
|
|
||||||
'slug' => 'x',
|
|
||||||
'type' => 'social',
|
|
||||||
'label' => 'X',
|
|
||||||
'home_url' => 'https://x.com/',
|
|
||||||
'submit_url' => 'https://x.com/i/flow/signup',
|
|
||||||
],
|
|
||||||
[
|
[
|
||||||
'slug' => 'writefreely',
|
'slug' => 'writefreely',
|
||||||
'type' => 'social',
|
'type' => 'social',
|
||||||
|
|
@ -613,6 +613,13 @@ class PlatformSeeder extends Seeder
|
||||||
'home_url' => 'https://www.youtube.com/',
|
'home_url' => 'https://www.youtube.com/',
|
||||||
'submit_url' => 'https://creatoracademy.youtube.com/page/home',
|
'submit_url' => 'https://creatoracademy.youtube.com/page/home',
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'slug' => 'x',
|
||||||
|
'type' => 'social',
|
||||||
|
'label' => 'X',
|
||||||
|
'home_url' => 'https://x.com/',
|
||||||
|
'submit_url' => 'https://x.com/i/flow/signup',
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
$data = array_merge($podcastingData, $fundingData, $socialData);
|
$data = array_merge($podcastingData, $fundingData, $socialData);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue