Open stmswitcher opened 9 years ago
I too can't figure out where do I have to place "set KCFinder options using session var, e.g. :..."
You can see that at KCFinderInputWidget file
$kcfOptions = array_merge(KCFinder::$kcfDefaultOptions, [
But when i install through a composer the class KCFinder is not copied into the project. Use KCFinderInputWidget also not possible, since the property is $ksfDefaultOptions not static. Correct repository to class KCFinder also installed
it will never work until you change config.php on /app/assets/xxxxxx/conf/config.php
Hello. I have a question about using kcfinder with ckeditor. I've created a class as described in README, but I can't figure out where do I have to place the part with kcfinder options described at the end of readme. Or, what class named "KCFinder" mentioned there. 'couse I cannot find any class with such name in yii2-kcfinder package or in sunhater's package.