Skip to content

Commit

Permalink
change directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Zazama committed Mar 8, 2018
1 parent 9c572b0 commit 50962e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _config.php
@@ -1,6 +1,7 @@
<?php
use SilverStripe\Forms\HTMLEditor\HtmlEditorConfig;
use SilverStripe\Core\Manifest\ModuleLoader;

HtmlEditorConfig::get('cms')->enablePlugins([
'sslinkphone' => basename(__DIR__) . '/javascript/TinyMCE_sslinkphone_plugin.js'
'sslinkphone' => ModuleLoader::getModule('silverstripe-phonify')->getResource('javascript/TinyMCE_sslinkphone_plugin.js')->getRelativePath()
]);

0 comments on commit 50962e1

Please sign in to comment.