syanaputra / silverstripe-clio-theme

为 Silverstripe 4 集成的 Clio 主题

安装: 15

依赖项: 0

建议者: 0

安全: 0

星级: 0

关注者: 2

分支: 0

开放问题: 0

语言:CSS

类型:silverstripe-theme

dev-master 2020-03-22 08:31 UTC

This package is auto-updated.

Last update: 2024-09-22 18:10:07 UTC


README

  • 将 clio 拷贝到你的 SilverStripe 项目的 themes/ 目录中。如果命名正确,应该有一个名为 themes/clio/templates 的目录。

  • 将以下内容添加到你的 app/_config.php 文件中。删除任何现有的 SSViewer::set_theme 行。

    SSViewer::set_theme("clio");
    HtmlEditorConfig::get('cms')->setOption('theme_advanced_styles', 'highlight=highlight;no-border=no-border,break=break');