jzubero/silverstripe-sitetree-labels
Composer 安装命令:
composer require jzubero/silverstripe-sitetree-labels
包简介
Label your Page items for better orientation in large SiteTrees.
README 文档
README
Help to enrich your big and messy SiteTrees with some extra top-level information using labels.
Besides your custom labels the module will look for the Menu Manager and auto-assign the MenuSet names to the Pages.
Install
composer require jzubero/silverstripe-sitetree-labels
Do not forget to dev/build?flush=all.
Dependencies
- silverstripe/cms:^3.2
- ryanpotter/silverstripe-color-field:^0.1.0
Features
- GridField in Settings for adding and linking labels
- Integration for Menu Manager Module
- Report for looking up pages linked to a certain label
Configuration
You can adjust the modules' behaviour through the Config API.
SiteTree: show_labels: true|false SiteTreeLabel: label_color: '#426ef4' # Default label color show_menu_labels: true|false # Flag for menu labels generated by HeyDay's Menu Manager Module (if available)
Customization
If you want to change the label look you can apply your custom style definitions to the class .sitetree-label. Default style:
.sitetree-label { border-radius: 3px; font-size: 0.75rem; padding: 2px 4px; color: #fff; text-shadow: none; }
Extending
You can add extra labels via code by using the updateSiteTreeLabels hook method.
public function updateSiteTreeLabels(ArrayList &$labels) { $labels->add([ 'Title': 'My Custom Label', 'Color': '#ed135a' ]); }
Thanks... 👏
- ...wmk for contributing to this module.
- ...Andreas Spannbauer, Eric Hes and Zauberfisch for discussing the module idea with me at StripeConEU 2017.
- ...blueskies79 for her bug tracing skills.
Maintainer
- JZubero js@lvl51.de
jzubero/silverstripe-sitetree-labels 适用场景与选型建议
jzubero/silverstripe-sitetree-labels 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.05k 次下载、GitHub Stars 达 4, 最近一次更新时间为 2017 年 10 月 15 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 jzubero/silverstripe-sitetree-labels 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 jzubero/silverstripe-sitetree-labels 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 1.05k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 12
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-15
