parent
aedc359735
commit
db74f7e780
|
@ -101,7 +101,7 @@ class OutputFormat implements Tabextension
|
||||||
$supportedTypes[self::TYPE_JSON] = array(
|
$supportedTypes[self::TYPE_JSON] = array(
|
||||||
'name' => 'json',
|
'name' => 'json',
|
||||||
'label' => 'JSON',
|
'label' => 'JSON',
|
||||||
'icon' => 'img/icons/json.png',
|
'icon' => 'doc-text',
|
||||||
'urlParams' => array('format' => 'json')
|
'urlParams' => array('format' => 'json')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue