Skip to content

Commit

Permalink
set default slack-update-types to both
Browse files Browse the repository at this point in the history
  • Loading branch information
wildernesstechie authored Mar 9, 2021
1 parent 1272979 commit c5420f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ function getOptions() {
'slack-update-types' => new ChoiceField([
'label' => $__('Update Types'),
'hint' => $__('What types of updates should be sent via Slack?'),
'choices'=> array('both' => 'New & Updated Tickets', 'updatesOnly' => 'Only Ticket Updates', 'newOnly' => 'Only New Tickets'),
'choices' => array('both' => 'New & Updated Tickets', 'updatesOnly' => 'Only Ticket Updates', 'newOnly' => 'Only New Tickets'),
'default' => 'both',
'configuration' => [
'size' => 30,
'length' => 200
Expand Down

0 comments on commit c5420f1

Please sign in to comment.