thewebmen/silverstripe-admintoolbar

此包已被废弃,不再维护。作者建议使用wedevelopnl/silverstripe-admintoolbar包。

silverstripe的后台工具栏

安装: 533

依赖: 0

建议者: 0

安全: 0

星标: 3

关注者: 5

分支: 0

开放问题: 1

类型:silverstripe-vendormodule

2.0.6 2024-05-22 13:17 UTC

This package is auto-updated.

Last update: 2024-05-22 13:19:22 UTC


README

介绍

在前端显示具有管理员选项的工具栏

要求

  • SilverStripe CMS ^4.0

安装

composer require "wedevelopnl/silverstripe-admintoolbar"

如何使用

$AdminToolbar放置在您的Page.ss中,以显示管理员工具栏。

选项

使用配置禁用按钮

WeDevelop\AdminToolbar\AdminToolbar:
  hide_cache_button: true
  hide_stage_button: false
  hide_edit_button: false

WeDevelop\AdminToolbar\AdminToolbar上添加扩展,使用方法addExtraButtonsHTML(&$extraButtonsHTML)来添加额外的按钮