1
0
Fork 0
mirror of synced 2024-06-25 01:30:56 +12:00

Updated providers list

This commit is contained in:
eldadfux 2019-09-03 22:17:42 +03:00
parent 11440f8bc1
commit a740ae6d0a

View file

@ -1,12 +1,48 @@
<?php
return [
'bitbucket' => ['developers' => 'https://developer.atlassian.com/bitbucket', 'icon' => 'icon-bitbucket', 'enabled' => false],
'facebook' => ['developers' => 'https://developers.facebook.com/', 'icon' => 'icon-facebook', 'enabled' => true],
'github' => ['developers' => 'https://developer.github.com/', 'icon' => 'icon-github-circled', 'enabled' => true],
'gitlab' => ['developers' => 'https://docs.gitlab.com/ee/api/', 'icon' => 'icon-gitlab', 'enabled' => false],
'google' => ['developers' => 'https://developers.google.com/', 'icon' => 'icon-google', 'enabled' => false],
'instagram' => ['developers' => 'https://www.instagram.com/developer/', 'icon' => 'icon-instagram', 'enabled' => false],
'microsoft' => ['developers' => 'https://developer.microsoft.com/en-us/', 'icon' => 'icon-windows', 'enabled' => false],
'twitter' => ['developers' => 'https://developer.twitter.com/', 'icon' => 'icon-twitter', 'enabled' => false],
'linkedin' => ['developers' => 'https://developer.linkedin.com/', 'icon' => 'icon-linkedin', 'enabled' => true],
'bitbucket' => [
'developers' => 'https://developer.atlassian.com/bitbucket',
'icon' => 'icon-bitbucket',
'enabled' => false
],
'facebook' => [
'developers' => 'https://developers.facebook.com/',
'icon' => 'icon-facebook',
'enabled' => true
],
'github' => [
'developers' => 'https://developer.github.com/',
'icon' => 'icon-github-circled',
'enabled' => true
],
'gitlab' => [
'developers' => 'https://docs.gitlab.com/ee/api/',
'icon' => 'icon-gitlab',
'enabled' => false
],
'google' => [
'developers' => 'https://developers.google.com/',
'icon' => 'icon-google',
'enabled' => false
],
'instagram' => [
'developers' => 'https://www.instagram.com/developer/',
'icon' => 'icon-instagram',
'enabled' => false
],
'microsoft' => [
'developers' => 'https://developer.microsoft.com/en-us/',
'icon' => 'icon-windows',
'enabled' => false
],
'twitter' => [
'developers' => 'https://developer.twitter.com/',
'icon' => 'icon-twitter',
'enabled' => false
],
'linkedin' => [
'developers' => 'https://developer.linkedin.com/',
'icon' => 'icon-linkedin',
'enabled' => true
],
];