Display a toolbar with admin options on the frontend
composer require "wedevelopnl/silverstripe-admintoolbar"
Place $AdminToolbar
in your Page.ss to display the admin toolbar.
Disable buttons using the config:
WeDevelop\AdminToolbar\AdminToolbar:
hide_cache_button: true
hide_stage_button: false
hide_edit_button: false
Add an extensions on WeDevelop\AdminToolbar\AdminToolbar
with the method addExtraButtonsHTML(&$extraButtonsHTML)
to add exta buttons