|
|
@@ -4,13 +4,15 @@ $GLOBALS['plugins'][]['SpeedTest'] = array( // Plugin Name
|
|
|
'name' => 'SpeedTest', // Plugin Name
|
|
|
'author' => 'CauseFX', // Who wrote the plugin
|
|
|
'category' => 'Utilities', // One to Two Word Description
|
|
|
- 'link' => 'https://github.com/PHPMailer/PHPMailer', // Link to plugin info
|
|
|
+ 'link' => '', // Link to plugin info
|
|
|
'license' => 'personal,business', // License Type use , for multiple
|
|
|
'idPrefix' => 'SPEEDTEST', // html element id prefix
|
|
|
'configPrefix' => 'SPEEDTEST', // config file prefix for array items without the hypen
|
|
|
'version' => '1.0.0', // SemVer of plugin
|
|
|
'image' => 'plugins/images/speedtest.png', // 1:1 non transparent image for plugin
|
|
|
- 'settings' => true, // does plugin need a settings page? true or false
|
|
|
+ 'settings' => true, // does plugin need a settings modal?
|
|
|
+ 'bind' => true, // use default bind to make settings page - true or false
|
|
|
+ 'api' => 'api/v2/plugins/speedtest/settings', // api route for settings page
|
|
|
'homepage' => false // Is plugin for use on homepage? true or false
|
|
|
);
|
|
|
|
|
|
@@ -30,4 +32,4 @@ class SpeedTest extends Organizr
|
|
|
)
|
|
|
);
|
|
|
}
|
|
|
-}
|
|
|
+}
|