PluginExtensions: Made it possible to enable extensions admin page in non-development environments (#95820)

* Added feature flag for toggling extensions admin page.

* fixed typo.

* require restart

---------

Co-authored-by: Erik Sundell <erik.sundell87@gmail.com>
This commit is contained in:
Marcus Andersson
2024-11-05 16:55:10 +01:00
committed by GitHub
parent 6fd3620d50
commit c7a7f7dce5
8 changed files with 40 additions and 6 deletions
@@ -217,6 +217,7 @@ Experimental features might be changed or removed without prior notice.
| `prometheusUsesCombobox` | Use new combobox component for Prometheus query editor |
| `dashboardSchemaV2` | Enables the new dashboard schema version 2, implementing changes necessary for dynamic dashboards and dashboards as code. |
| `playlistsWatcher` | Enables experimental watcher for playlists |
| `enableExtensionsAdminPage` | Enables the extension admin page regardless of development mode |
## Development feature toggles