You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For **plugin-level settings**, the following should be used:
23
23
* Your service provider should extend our `Eclipse\Common\Foundation\Providers\PackageServiceProvider` class.
24
24
* Your package definition should include a call to the `hasSettings()` method, so that the plugin's settings and settings migrations are auto-discovered.
25
+
* If you want to include the settings page in the default Eclipse Settings cluster to have all settings in one place, add the `getCluster()` method and return our cluster class (see below). You can also use any other cluster.
25
26
26
27
E.g.:
27
28
@@ -41,6 +42,12 @@ class MyPackageServiceProvider extends PackageServiceProvider
0 commit comments