Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class CwpHtmlEditorConfig extends DataExtension |
||
8 | { |
||
9 | |||
10 | /** |
||
11 | * @return string |
||
12 | * |
||
13 | * Override the default HtmlEditorConfig from 'cms' to 'cwp' defined in cwp-core/_config.php |
||
14 | * However if the group has a custom editor configuration set, use that instead. |
||
15 | */ |
||
16 | public function getHtmlEditorConfig() |
||
27 |