Fixed formatting
This commit is contained in:
@@ -16,10 +16,12 @@ if (isset($plugin_list)) {
|
|||||||
'extension' => 'json',
|
'extension' => 'json',
|
||||||
'mime_type' => 'text/plain',
|
'mime_type' => 'text/plain',
|
||||||
'options' => array(
|
'options' => array(
|
||||||
|
array('type' => 'begin_group', 'name' => 'general_opts'),
|
||||||
array(
|
array(
|
||||||
'type' => 'hidden',
|
'type' => 'hidden',
|
||||||
'name' => 'data',
|
'name' => 'data',
|
||||||
),
|
),
|
||||||
|
array('type' => 'end_group')
|
||||||
),
|
),
|
||||||
'options_text' => 'strOptions',
|
'options_text' => 'strOptions',
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user