wedevelopnl/silverstripe-admintoolbar

silverstripe 的管理员工具栏

安装: 206

依赖: 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-09-22 14:05:41 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) 添加额外按钮