silverstripe-simple/_config.php

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');