For some configuration parameters, it might be appropriate to set a default value.
ConfigParam=$params.ActionParam=DefaultValue
where:
ConfigParam |
is the name of the configuration parameter set by the value of the action parameter. |
ActionParam |
is the name of the action parameter. |
DefaultValue |
is the default value that the parameter takes if the action parameter is not specified. |
For example:
Lang=$params.Lang=ENUK
The Lang configuration parameter is set by the Lang action parameter. If no Lang action parameter is specified in the action, it uses ENUK.
|
|