-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set param browseOnly #29
Comments
It should be possible, but due to implementation of plugins support I have removed this capability accidentally. I am going to take a look and bring it back soon. Anyway you still could, but not through $fm object. Before $fm instance is initialised you are able to read config data from default config file, modify and write it to a new config file on the fly. Something like that:
I don't force you to use this way, you can wait for a fix. I gave this example for a reference mostly. |
Ok, I have a bit more time for your problem now. Looking thoroughly at the subject of the current issue I found that you want override Thus the only way for you to override On the other hand it's more easy if you have to override some server-side options (NOT the case for
to
Either way I'm going to modify |
Done. |
is there any chance to edit parameters in filemanager.config.json in php through the object $fm
regards
The text was updated successfully, but these errors were encountered: