SOAMJENA Posted March 14, 2014 Share Posted March 14, 2014 I want to know how to add a default value to an admin parameter field of a module so that when the module is installed this default value show on that field initially. Link to comment Share on other sites More sharing options...
vekia Posted March 14, 2014 Share Posted March 14, 2014 in module installation function add Configuration::updateValue('variable','value'); code hope that this is what you're looking for, if not - please elaborate a bit Link to comment Share on other sites More sharing options...
Recommended Posts