mirror of
https://github.com/processwire/processwire.git
synced 2025-08-13 02:04:35 +02:00
Update ProcessModule so that module installation options are now configurable from new $config->moduleInstall array. Plus update in-module instructions to describe how to install a module manually.
This commit is contained in:
@@ -130,6 +130,7 @@
|
||||
* @property string $moduleServiceKey API key for modules web service #pw-group-modules
|
||||
* @property bool $moduleCompile Allow use of compiled modules? #pw-group-modules
|
||||
* @property array $wireMail Default WireMail module settings. #pw-group-modules
|
||||
* @property array $moduleInstall Admin module install options you allow. #pw-group-modules
|
||||
*
|
||||
* @property array $substituteModules Associative array with names of substitute modules for when requested module doesn't exist #pw-group-modules
|
||||
* @property array $logs Additional core logs to keep #pw-group-admin
|
||||
|
Reference in New Issue
Block a user