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
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.
Enabling
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.
What It Shows
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
Edit Button
The Edit in Marble button opens the item's edit page in the admin panel directly. Saves navigation when iterating on frontend layout.
Disabling
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.