plasticstudio/dashboard
最新稳定版本:1.0.7
Composer 安装命令:
composer require plasticstudio/dashboard
包简介
CMS dashboard for SilverStripe
README 文档
README
CMS dashboard for SilverStripe 5, uses plastyk/silverstripe-dashboard and extends with custom panels.
Install
composer require plasticstudio/dashboard
Config
- Create local dashboard.yml in /_config
- Update panel accent colour to site specific
- Add client ID from OhDear
- Update list of default panels if required
---
Name: PROJECT_NAME-dashboard
After:
- '#plasticstudio-dashboard'
---
Plastyk\Dashboard\Admin\DashboardAdmin:
contact_email: 'support@psdigital.co.nz'
# panel_accent_color: '#14e885' // override default colour
ohdear_api_key: 'NSHqPBUdV3EOpqSmQr6QjoQHUgGbDI3JkFpiWCVjb94a5b47'
# ohdear_site_id: '40394' // get from OhDear site page
allowed_panels:
- Plastyk\Dashboard\Panels\UpdatePanel
- Plastyk\Dashboard\Panels\QuickLinksPanel
- Plastyk\Dashboard\Panels\RecentlyEditedPagesPanel
- PlasticStudio\Panels\SupportTicketPanel
- PlasticStudio\Panels\WebsiteHealthPanel
- PlasticStudio\Panels\BrokenLinksPanel
- PlasticStudio\Panels\MemberStatsPanel
Website health panel
Custom panel that checks for missing meta title, meta description and setting email recipients.
Member activity panel
Custom panel that outputs members who recently logged in
Broken links panel
Custom panel which connects to OhDear API to retrieve broken links
- NOTE: OhDear client id needs to be added to dashboard.yml
统计信息
- 总下载量: 627
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2024-09-17