uppercased names

This commit is contained in:
Godfrey M 2023-03-13 15:29:53 -07:00
parent 7612c5d852
commit 6474249ea8

View file

@ -27,7 +27,7 @@ class SlackSettingsForm extends Component
]; ];
static $webhook_text= [ static $webhook_text= [
"slack" => array( "slack" => array(
"name" => "slack", "name" => "Slack",
"icon" => 'fab fa-slack', "icon" => 'fab fa-slack',
"placeholder" => "https://hooks.slack.com/services/XXXXXXXXXXXXXXXXXXXXX", "placeholder" => "https://hooks.slack.com/services/XXXXXXXXXXXXXXXXXXXXX",
"link" => 'https://api.slack.com/messaging/webhooks', "link" => 'https://api.slack.com/messaging/webhooks',
@ -39,7 +39,7 @@ class SlackSettingsForm extends Component
// "link" => 'https://support.discord.com/hc/en-us/articles/360045093012-Server-Integrations-Page', // "link" => 'https://support.discord.com/hc/en-us/articles/360045093012-Server-Integrations-Page',
// ), // ),
"general"=> array( "general"=> array(
"name" => "general", "name" => "General",
"icon" => "fab fa-hashtag", "icon" => "fab fa-hashtag",
"placeholder" => "", "placeholder" => "",
"link" => "", "link" => "",