I want to put in an array as value of a config option, but this seems to muck up the editconfig script as it shows 'Array' as value instead of the array. Any ideas how to get around this? I really want an associative array for easy access.
At the moment it looks like this:
$config['groupcolor'] = array(<br /> "5" => "Normal",<br /> "6" => "#FF6600",<br /> );<br />
Or is this something I should report as a bug?