andrewandante/silverstripe-theme-picker

向 SiteConfig 添加主题下拉菜单。

安装: 702

依赖: 0

建议者: 0

安全性: 0

星级: 3

关注者: 5

分支: 1

开放问题: 0

类型:silverstripe-vendormodule

v1.0.1 2020-09-03 13:18 UTC

This package is auto-updated.

Last update: 2024-09-29 05:01:35 UTC


README

Scrutinizer Code Quality

模块,用于在 SS4 中复制 SS3 的主题下拉菜单。

需求

  • SS4
  • SiteConfig

安装

composer require andrewandante/silverstripe-theme-picker

配置

此功能从 SSViewer::themes() 生成下拉菜单 - 因此您希望可选择的任何主题都需要首先存在于 something.yml 中。

SilverStripe\View\SSViewer:
  themes:
    - 'simple'
    - 'complicated'
    - '$default'

将生成 'simple' 和 'complicated' 的下拉选项。

注意事项

  • 目前挂钩到 PageController
  • 从列表中移除主题并将其固定在顶部。