thewebmen / silverstripe-admintoolbar
Admin toolbar for silverstripe
Installs: 533
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 0
Open Issues: 1
Type:silverstripe-vendormodule
Requires
- php: ^8.1
- silverstripe/cms: ^5.0@stable
Requires (Dev)
README
Introduction
Display a toolbar with admin options on the frontend
Requirements
- SilverStripe CMS ^4.0
Installation
composer require "wedevelopnl/silverstripe-admintoolbar"
How to use
Place $AdminToolbar
in your Page.ss to display the admin toolbar.
Options
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