-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.setup.php
More file actions
20 lines (20 loc) · 935 Bytes
/
addon.setup.php
File metadata and controls
20 lines (20 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
/**
* Channel Form To Email Add-On Setup file for EE3
*
* @package channel_form_to_email
* @author Udit Rawat <eklavyarwt@gmail.com>
* @link http://emerico.in/expression-engine-channel-form-to-email/
* @copyright Udit Rawat <eklavyarwt@gmail.com>
* @license THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
*/
return array(
'author' => 'Udit Rawat',
'author_url' => 'http://emerico.in/',
'docs_url' => 'http://emerico.in/expression-engine-channel-form-to-email/',
'name' => 'Channel Form To Email',
'description' => 'Send recently created channel entry through channel form to email',
'version' => '1.0.0',
'namespace' => 'EME\ChannelFormToEmail',
'settings_exist' => TRUE
);