mirror of
https://github.com/processwire/processwire.git
synced 2025-08-11 09:14:58 +02:00
Various minor updates: add a $config->version($minVersion) function, add @since tags in Sanitizer, update count() => wireCount() in FieldtypePageTable and add PHPdoc hints where phpstorm is asking for them, update InputfieldImage to track change for the field when an action manipulates the image file, plus some other minor odds and ends.
This commit is contained in:
@@ -1040,6 +1040,7 @@ $config->substituteModules = array(
|
||||
* #property string module Name of WireMail module to use or blank to auto-detect. (default='')
|
||||
* #property string from Default from email address, when none provided at runtime. (default=$config->adminEmail)
|
||||
* #property string fromName Default from name string, when none provided at runtime. (default='')
|
||||
* #property string newline What to use for newline if different from RFC standard of "\r\n" (optional).
|
||||
* #property array headers Default additional headers to send in email, key=value. (default=[])
|
||||
*
|
||||
* @var array
|
||||
|
Reference in New Issue
Block a user