Skip to content

Commit

Permalink
[4.0] Array of core extensions - webservcies (#26329)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman authored and wilsonge committed Sep 16, 2019
1 parent 5733bf1 commit 1772741
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions libraries/src/Extension/ExtensionHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,22 @@ class ExtensionHelper
array('plugin', 'terms', 'user', 0),

// Core plugin extensions - webservices
array('plugin', 'banners', 'webservices', 0),
array('plugin', 'config', 'webservices', 0),
array('plugin', 'contact', 'webservices', 0),
array('plugin', 'content', 'webservices', 0),
array('plugin', 'languages', 'webservices', 0),
array('plugin', 'menus', 'webservices', 0),
array('plugin', 'messages', 'webservices', 0),
array('plugin', 'modules', 'webservices', 0),
array('plugin', 'newsfeeds', 'webservices', 0),
array('plugin', 'plugins', 'webservices', 0),
array('plugin', 'privacy', 'webservices', 0),
array('plugin', 'redirect', 'webservices', 0),
array('plugin', 'tags', 'webservices', 0),
array('plugin', 'templates', 'webservices', 0),
array('plugin', 'users', 'webservices', 0),


// Core template extensions - administrator
array('template', 'atum', '', 1),
Expand Down

0 comments on commit 1772741

Please sign in to comment.