Skip to content

Commit

Permalink
Remove repeatable field and add more missing extensions to core exten…
Browse files Browse the repository at this point in the history
…sions list
  • Loading branch information
richard67 committed Apr 10, 2020
1 parent 4617ce9 commit bb99f11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libraries/src/Extension/ExtensionHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ class ExtensionHelper
// Core language extensions - site
array('language', 'en-GB', '', 0),

// Core language extensions - API
array('language', 'en-GB', '', 3),

// Core library extensions
array('library', 'joomla', '', 0),
array('library', 'phpass', '', 0),
Expand Down Expand Up @@ -212,7 +215,6 @@ class ExtensionHelper
array('plugin', 'list', 'fields', 0),
array('plugin', 'media', 'fields', 0),
array('plugin', 'radio', 'fields', 0),
array('plugin', 'repeatable', 'fields', 0),
array('plugin', 'sql', 'fields', 0),
array('plugin', 'subfields', 'fields', 0),
array('plugin', 'text', 'fields', 0),
Expand Down Expand Up @@ -295,6 +297,7 @@ class ExtensionHelper
array('plugin', 'joomla', 'user', 0),
array('plugin', 'profile', 'user', 0),
array('plugin', 'terms', 'user', 0),
array('plugin', 'token', 'user', 0),

// Core plugin extensions - webservices
array('plugin', 'banners', 'webservices', 0),
Expand Down

0 comments on commit bb99f11

Please sign in to comment.