mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Hide disabled providers
This commit is contained in:
+15
-15
@@ -26,21 +26,21 @@ return [
|
||||
'icon' => 'icon-google',
|
||||
'enabled' => true,
|
||||
],
|
||||
'instagram' => [
|
||||
'developers' => 'https://www.instagram.com/developer/',
|
||||
'icon' => 'icon-instagram',
|
||||
'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' => true,
|
||||
],
|
||||
'twitter' => [
|
||||
'developers' => 'https://developer.twitter.com/',
|
||||
'icon' => 'icon-twitter',
|
||||
'enabled' => false,
|
||||
],
|
||||
// 'twitter' => [
|
||||
// 'developers' => 'https://developer.twitter.com/',
|
||||
// 'icon' => 'icon-twitter',
|
||||
// 'enabled' => false,
|
||||
// ],
|
||||
'linkedin' => [
|
||||
'developers' => 'https://developer.linkedin.com/',
|
||||
'icon' => 'icon-linkedin',
|
||||
@@ -56,11 +56,11 @@ return [
|
||||
'icon' => 'icon-dropbox',
|
||||
'enabled' => true,
|
||||
],
|
||||
'apple' => [
|
||||
'developers' => 'https://developer.apple.com/',
|
||||
'icon' => 'icon-apple',
|
||||
'enabled' => false,
|
||||
],
|
||||
// 'apple' => [
|
||||
// 'developers' => 'https://developer.apple.com/',
|
||||
// 'icon' => 'icon-apple',
|
||||
// 'enabled' => false,
|
||||
// ],
|
||||
'amazon' => [
|
||||
'developers' => 'https://developer.amazon.com/apps-and-games/services-and-apis',
|
||||
'icon' => 'icon-amazon',
|
||||
|
||||
Reference in New Issue
Block a user