WIP - phpstan and phpcs - tests failing currently
This commit is contained in:
@@ -3,28 +3,28 @@
|
||||
|
||||
return [
|
||||
'ContactUs' => [
|
||||
'fields' => [
|
||||
'subject' => true,
|
||||
'email' => true,
|
||||
'captcha' => true,
|
||||
],
|
||||
'clientIpHeader' => '',
|
||||
'email' => [
|
||||
'mailerClass' => 'CakeContactUs.ContactUsFormSubmissions',
|
||||
'confirmation' => true, // true or false
|
||||
'backend' => [ // array with enabled and the to/cc/bcc/ fields as strings or arrays
|
||||
'enabled' => true,
|
||||
'to' => 'bshipley@hipowered.dev',
|
||||
'cc' => '', // email string or array of emails
|
||||
'bcc' => '', // email string or array of emails
|
||||
],
|
||||
],
|
||||
'addIdToRedirect' => true,
|
||||
'redirectUrl' => [
|
||||
'prefix' => 'Admin',
|
||||
'plugin' => 'CakeContactUs',
|
||||
'controller' => 'ContactUsFormSubmissions',
|
||||
'action' => 'view',
|
||||
],
|
||||
'fields' => [
|
||||
'subject' => true,
|
||||
'email' => true,
|
||||
'captcha' => true,
|
||||
],
|
||||
'clientIpHeader' => '',
|
||||
'email' => [
|
||||
'mailerClass' => 'CakeContactUs.ContactUsFormSubmissions',
|
||||
'confirmation' => true, // true or false
|
||||
'backend' => [ // array with enabled and the to/cc/bcc/ fields as strings or arrays
|
||||
'enabled' => true,
|
||||
'to' => 'bshipley@hipowered.dev',
|
||||
'cc' => '', // email string or array of emails
|
||||
'bcc' => '', // email string or array of emails
|
||||
],
|
||||
],
|
||||
'addIdToRedirect' => true,
|
||||
'redirectUrl' => [
|
||||
'prefix' => 'Admin',
|
||||
'plugin' => 'CakeContactUs',
|
||||
'controller' => 'ContactUsFormSubmissions',
|
||||
'action' => 'view',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user