What it comes with
Add an AdminToolbar and it arrives with three buttons already configured:
Those default URLs use bindings —
{{collection.id}} for the Collection and {{item.id}} for the Item —
so they point at whatever you are looking at rather than at a fixed record.
Configuring buttons
Each button has three parts: a label, a URL, and an icon chosen from a curated set of around 110 common icons (tools, arrows, documents, devices, brands). An icon name the app does not recognize falls back to a plain circle rather than failing. The URL can be anything a link can be — an app page, an external system, an app deep link. Bindings work in it, with the same no-URL-encoding rule as everywhere else: a field value containing a space or an& will break the link.
Two silent behaviors to know:
- A button with an empty label or an empty URL is dropped. It does not render as a half-button; it is simply not there.
- If no button survives that check, the whole toolbar renders nothing. An AdminToolbar with three blank rows is invisible, and looks identical to one that is hidden by its condition.