Index: trunk/core/units/configuration/configuration_config.php =================================================================== diff -u -N -r8015 -r8067 --- trunk/core/units/configuration/configuration_config.php (.../configuration_config.php) (revision 8015) +++ trunk/core/units/configuration/configuration_config.php (.../configuration_config.php) (revision 8067) @@ -72,6 +72,7 @@ 'DisplayOrder' => Array('type' => 'double', 'not_null' => '1', 'default' => 0), 'GroupDisplayOrder' => Array('type' => 'double', 'not_null' => '1', 'default' => 0), 'Install' => Array('type' => 'int', 'not_null' => '1', 'default' => 1), + 'DirectOptions' => Array('type' => 'string', 'default' => ''), ), 'Grids' => Array(),