bhofstaetter / cms-tweaks
针对 Silverstripe cms 的工作所做的有偏见的改进
1.1.4
2023-01-06 19:24 UTC
Requires
Suggests
- bhofstaetter/framework-tweaks: unleash the whole functionality of cms-tweaks module
README
针对 Silverstripe cms 的工作所做的有偏见的改进
安装
composer require bhofstaetter/cms-tweaks
可选,但推荐
composer require bhofstaetter/framework-tweaks
配置
参见 `config.yml`
并参考包含的模型说明文件
内容
- 菜单和 SiteTree 的 Fontawesome 6 图标。要使用 FA Pro,请替换
`SilverStripe\Admin\LeftAndMain.custom_requirements_css.fontawesome`
`allowed_parents`
和
updateAllowedParents(&$parents)
类似于
allowed_children
`$CurrentLevel`
在 SiteTree 中的当前级别`$ShowTitle`
显示页面标题或不显示`$ShowSubNavigation`
显示子导航或不显示`$ShowBreadcrumbs`
显示子面包屑或不显示- 自动更新 URLSegment 字段的选项
- 一些德语翻译
- 针对重定向 URL 的改进
- 主页
- 包含模块的更多功能