Updated hidden structure/data field name
Modified label text
This commit is contained in:
@@ -32,9 +32,9 @@ if (isset($plugin_list)) {
|
|||||||
'text' => 'CodeGen',
|
'text' => 'CodeGen',
|
||||||
'extension' => 'cs',
|
'extension' => 'cs',
|
||||||
'mime_type' => 'text/cs',
|
'mime_type' => 'text/cs',
|
||||||
'options' => array(
|
'options' => array(
|
||||||
array('type' => 'hidden', 'name' => 'data'),
|
array('type' => 'hidden', 'name' => 'structure_or_data'),
|
||||||
array('type' => 'select', 'name' => 'format', 'text' => __('Format'), 'values' => $CG_FORMATS),
|
array('type' => 'select', 'name' => 'format', 'text' => __('Format:'), 'values' => $CG_FORMATS),
|
||||||
),
|
),
|
||||||
'options_text' => __('Options'),
|
'options_text' => __('Options'),
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user