Fixed formatting

This commit is contained in:
lorilee
2010-08-10 20:43:57 -07:00
parent 1c0b81d477
commit 90c0e573f7

View File

@@ -16,10 +16,12 @@ if (isset($plugin_list)) {
'extension' => 'json',
'mime_type' => 'text/plain',
'options' => array(
array('type' => 'begin_group', 'name' => 'general_opts'),
array(
'type' => 'hidden',
'name' => 'data',
),
array('type' => 'end_group')
),
'options_text' => 'strOptions',
);