syanaputra / silverstripe-clio-theme
为 Silverstripe 4 集成的 Clio 主题
dev-master
2020-03-22 08:31 UTC
Requires
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');