| Syntax |
$config.set{parameter_name}{parameter_value} |
| Documentation | Manipulates the value of the named parameter.
parameter_name, the name of the parameter to be manipulated. parameter_value, the new value of the named parameter.
|
| Examples | |
Set the parameter 'mail.host':
if{$contains{$config{list}}{mail.host}} $//Checks if 'mail.host' is a valid parameter name.
if{$not{$equals{$get{host}}{$config{get}{mail.host}}}} $//Checks if the 'mail.host' parameter value is already the desired.
$config{set}{mail.host}{$get{host}} } |
|
| Group | Special |
| Minimum required transaction-mode: | UPDATE=CONFIG |
| Required scripting permission of the developer | PERMISSION_FL_ADMINISTRATOR |
| Minimum parameters | 2 |
| Maximum parameters | 2 |