mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
12 lines
395 B
PHP
Executable File
12 lines
395 B
PHP
Executable File
<?php
|
|
/**
|
|
* Use this configuration file for all project settings, that are not server (live, dev, stage) specific.
|
|
* For server specific settings, use regular _config.php
|
|
*
|
|
* This file is included at the end of _config.php
|
|
*
|
|
*/
|
|
|
|
// tinyMce custom config
|
|
HtmlEditorConfig::get('cms')->setOption('theme_advanced_styles', 'highlight=highlight;no-border=no-border,break=break');
|