Index: trunk/kernel/units/selectors/selectors_config.php =================================================================== diff -u -N -r7867 -r7997 --- trunk/kernel/units/selectors/selectors_config.php (.../selectors_config.php) (revision 7867) +++ trunk/kernel/units/selectors/selectors_config.php (.../selectors_config.php) (revision 7997) @@ -91,7 +91,7 @@ 'StylesheetId' => Array('type' => 'int', 'unique'=>Array('SelectorName'), 'current_table_only' => 1, 'not_null' => '1','default' => '0'), 'Name' => Array('type' => 'string','not_null' => '1','default' => '','required'=>1), 'SelectorName' => Array('type' => 'string', 'unique'=>Array('StylesheetId'), 'current_table_only' => 1, 'not_null' => '1','default' => '','required'=>1), - 'SelectorData' => Array('not_null' => '1','default' => ''), + 'SelectorData' => Array('type' => 'string', 'not_null' => '1','default' => ''), 'Description' => Array('type' => 'string','not_null' => '1','default' => ''), 'Type' => Array('type' => 'int', 'formatter'=>'kOptionsFormatter', 'options'=>Array( 1 => 'la_BaseSelectors', 2 => 'la_BlockSelectors'), 'use_phrases' => 1, 'not_null' => '1','default' => '0'), 'AdvancedCSS' => Array('type' => 'string','not_null' => '1','default' => ''),