Module Activation
Module Activation
The Modules page is a dedicated admin screen for switching installed modules on or off.
Card data
- module name
- active or inactive state
- description
- version
- priority
- dependency information
Guard logic in source
The switch is blocked when:
- the module is not switchable
- required dependencies are missing
- enabled dependents still rely on the module
- a switch action is already running
Do not toggle casually
Module activation can change available routes, menu entries, or backend behavior. Only change it when the dependency graph is understood.

