configure upload dir for tonymce module

This commit is contained in:
Manuel Raynaud
2014-01-14 11:20:12 +01:00
parent d73eaad981
commit 55d0fd2ae2
6 changed files with 18 additions and 9 deletions

View File

@@ -38,5 +38,6 @@ class Tinymce extends BaseModule
$fs = new Filesystem();
$fs->mirror(__DIR__ . '/Resources/js/tinymce', THELIA_WEB_DIR . '/tinymce');
$fs->symlink(__DIR__ . 'Resource/media', THELIA_WEB_DIR . '/media');
}
}