1
0
Fork 0
mirror of synced 2024-06-24 17:20:36 +12:00
appwrite/app/config/providers.php
2019-05-09 09:54:42 +03:00

13 lines
1.1 KiB
PHP

<?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],
];