Skip to content

Commit

Permalink
Add textare to does not work reason
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarko committed Sep 24, 2024
1 parent a667f93 commit b09a023
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public function __construct( $config ) {
'reason_found_better_plugin_text' => 'Please share which plugin',
'reason_no_longer_needed' => 'I no longer need the plugin',
'reason_does_not_work' => 'I couldn\'t get the plugin to work',
'reason_does_not_work_text' => 'Please share more details about the issue',
'reason_other' => 'Other',
'reason_other_text' => 'Please share the reason',
] );
Expand Down Expand Up @@ -166,6 +167,10 @@ public function getDefaultReasons() {
[
'id' => 'does_not_work',
'title' => $this->i18n['reason_does_not_work'],
'text' => [
'enabled' => true,
'placeholder' => $this->i18n['reason_does_not_work_text'],
],
],
[
'id' => 'other',
Expand Down

0 comments on commit b09a023

Please sign in to comment.