-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.php
76 lines (62 loc) · 2.21 KB
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?php
return [
/*
|--------------------------------------------------------------------------
| Plugin Name (required)
|--------------------------------------------------------------------------
|
| The name of your plugin, which will be displayed in the Plugins list in
| the operator area. Can be either a plain text name or a language key to
| work with translations.
|
*/
'name' => 'AlwaysBcc::lang.always_bcc',
/*
|--------------------------------------------------------------------------
| Plugin URI (optional)
|--------------------------------------------------------------------------
|
| The home page of the plugin.
|
*/
'uri' => 'http://supportpal.com/',
/*
|--------------------------------------------------------------------------
| Plugin Description (optional)
|--------------------------------------------------------------------------
|
| A short description of the plugin, as displayed in the Plugins section
| in the operator area. Try to keep this short and sweet.
|
*/
'description' => 'AlwaysBcc::lang.always_bcc_desc',
/*
|--------------------------------------------------------------------------
| Plugin Version (optional)
|--------------------------------------------------------------------------
|
| The current version number of the plugin, such as 1.0 or 1.0.3. Note that
| versions are compared using version_compare() e.g. 1.02 is greater
| than 1.1.
|
*/
'version' => '1.0',
/*
|--------------------------------------------------------------------------
| Plugin Author (optional)
|--------------------------------------------------------------------------
|
| The name of the plugin author. More than one author may be listed as a string.
|
*/
'author' => 'SupportPal',
/*
|--------------------------------------------------------------------------
| Plugin Author URI (optional)
|--------------------------------------------------------------------------
|
| Optionally provide a link to the author's profile or contact page.
|
*/
'author_uri' => 'http://supportpal.com/',
];