Added snippet types and libraries to snippets
This commit is contained in:
@ -32,7 +32,7 @@ $form = $displayData->getForm();
|
||||
$fields = array(
|
||||
'name',
|
||||
'url',
|
||||
'type'
|
||||
'library'
|
||||
);
|
||||
|
||||
?>
|
||||
|
@ -30,6 +30,7 @@ defined('_JEXEC') or die('Restricted access');
|
||||
$form = $displayData->getForm();
|
||||
|
||||
$fields = $displayData->get('fields') ?: array(
|
||||
'type',
|
||||
'heading',
|
||||
'description',
|
||||
'usage'
|
||||
|
Reference in New Issue
Block a user