Plugin: Update list of official plugins based on issue table - refs #2661

pull/5330/head
Yannick Warnier 8 months ago
parent 9bf12605b4
commit 06d23cad72
  1. 30
      public/main/inc/lib/plugin.lib.php

@ -200,11 +200,8 @@ class AppPlugin
static $officialPlugins = null;
// Please keep this list alphabetically sorted
$officialPlugins = [
'add_cas_login_button',
'add_cas_logout_button',
'add_facebook_login_button',
'add_shibboleth_login_button',
'advanced_subscription',
'ai_helper',
'azure_active_directory',
'bbb',
'before_login',
@ -212,7 +209,6 @@ class AppPlugin
'card_game',
'check_extra_field_author_company',
'cleandeletedfiles',
'clockworksms',
'courseblock',
'coursehomenotify',
'courselegal',
@ -220,43 +216,33 @@ class AppPlugin
'customcertificate',
'customfooter',
'dashboard',
'date',
'dictionary',
'embedregistry',
'exercise_signature',
'ext_auth_chamilo_logout_button_behaviour',
'follow_buttons',
'formLogin_hide_unhide',
'externalnotificationconnect',
'extramenufromwebservice',
'google_maps',
'google_meet',
'grading_electronic',
'h5p',
'h5pimport',
'hello_world',
'ims_lti',
'jcapture',
'justification',
'kannelsms',
'keycloak',
'learning_calendar',
'lti_provider',
'maintenancemode',
'migrationmoodle',
'mindmap',
'mobidico',
'nosearchindex',
'notebookteacher',
'oauth2',
'olpc_peru_filter',
'openmeetings',
'pausetraining',
'pens',
'positioning',
'questionoptionsevaluation',
'redirection',
'reports',
'resubscription',
'rss',
'search_course',
'sepe',
'share_buttons',
'show_regions',
'show_user_info',
'static',
@ -264,12 +250,10 @@ class AppPlugin
'surveyexportcsv',
'surveyexporttxt',
'test2pdf',
'toplinks',
'tour',
'userremoteservice',
'vchamilo',
'whispeakauth',
'zoom',
'xapi',
];
return $officialPlugins;

Loading…
Cancel
Save