Added snippet types and libraries to snippets

This commit is contained in:
2017-11-12 00:18:13 +02:00
parent efde286a1b
commit 7d27af5d59
79 changed files with 7965 additions and 246 deletions

View File

@ -113,7 +113,9 @@ class ComponentbuilderController extends JControllerLegacy
'component_custom_admin_menus' => 'components_custom_admin_menus',
'component_config' => 'components_config',
'component_dashboard' => 'components_dashboard',
'component_files_folders' => 'components_files_folders'
'component_files_folders' => 'components_files_folders',
'snippet_type' => 'snippet_types',
'library' => 'libraries'
);
// check if this is a list view
if (in_array($view,$views))