Navigation: Create feature toggle for dockedMegaMenu (#74985)

This commit is contained in:
Laura Fernández
2023-09-18 12:57:11 +02:00
committed by GitHub
parent 322fde1f5b
commit 0ceeb18269
5 changed files with 14 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ Some features are enabled by default. You can disable these feature by setting t
| `newDBLibrary` | Use jmoiron/sqlx rather than xorm for a few backend services |
| `autoMigrateOldPanels` | Migrate old angular panels to supported versions (graph, table-old, worldmap, etc) |
| `disableAngular` | Dynamic flag to disable angular at runtime. The preferred method is to set `angular_support_enabled` to `false` in the [security] settings, which allows you to change the state at runtime. |
| `dockedMegaMenu` | Enable support for a persistent (docked) navigation menu |
| `grpcServer` | Run the GRPC server |
| `accessControlOnCall` | Access control primitives for OnCall |
| `nestedFolders` | Enable folder nesting |