Linked the new plugin area to Joomla components. gh-436

This commit is contained in:
2019-07-17 04:36:05 +02:00
parent fcd5846c5a
commit a5ae94b93a
44 changed files with 3489 additions and 19 deletions

View File

@ -146,7 +146,12 @@ else
'view' => 'component_dashboard',
'views' => 'components_dashboard',
'title' => JText::_('COM_COMPONENTBUILDER_THE_COMPONENT_DASHBOARD'),
'icon' => 'dashboard')
'icon' => 'dashboard'),
array(
'view' => 'component_plugins',
'views' => 'components_plugins',
'title' => JText::_('COM_COMPONENTBUILDER_THE_COMPONENT_PLUGINS'),
'icon' => 'power-cord')
);
}
?>