-
Notifications
You must be signed in to change notification settings - Fork 0
Debugbar
Phillip Dornauer edited this page Apr 13, 2026
·
1 revision
The Marble Debugbar is a floating debug panel for developers. It appears in the bottom-right corner of your frontend pages when you are logged into the admin.
Set MARBLE_DEBUGBAR=true in your .env file.
MARBLE_DEBUGBAR=true
The debugbar is only injected when an admin user is authenticated. It never appears for regular visitors or portal users.
| Field | Description |
|---|---|
| Item ID | Database ID of the resolved item |
| Name | Item name |
| Blueprint | Blueprint identifier |
| Status | published / draft (color-coded) |
| Workflow Step | Current step name, if any |
| Language | Active language code and ID |
| Site | Active site name |
| Canonical URL | Primary URL for this item |
| Mount URLs | All additional mount-point URLs |
| URL Aliases | All configured aliases |
| Cache Key | The cache key used for this item |
The Edit in Marble button opens the item's edit page in the admin panel directly. Saves navigation when iterating on frontend layout.
Remove MARBLE_DEBUGBAR=true from .env or set it to false. The middleware that injects the panel is only registered when the value is truthy.