You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.
It should be possible to register an own "virtual file system handler" like the media handler.
Now the original file has to be replaced with an own created vfs Handler. It would be better to have a table were the handler are registered..
Change History
comment:1 Changed 17 months ago by ftree
Here the way it could work:
In the admin Panel the user can switch between
.)Files on local file system (value:fsdirect)
.)Files in database (value:vfsdb)
I have seen that these value is stored in the Modul Vars
Her could be an third entry
.)other (value:something)
And know the own Handler can be stored in the Modul Vars without getting overwritten when updating the Admin Panel
If in the modulvars an value other than fsdirect and vfsdb is stored in the admin panel the other option is aktivated
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It should be possible to register an own "virtual file system handler" like the media handler.
Now the original file has to be replaced with an own created vfs Handler. It would be better to have a table were the handler are registered..
Change History
comment:1 Changed 17 months ago by ftree
Here the way it could work:
In the admin Panel the user can switch between
.)Files on local file system (value:fsdirect)
.)Files in database (value:vfsdb)
I have seen that these value is stored in the Modul Vars
Her could be an third entry
.)other (value:something)
And know the own Handler can be stored in the Modul Vars without getting overwritten when updating the Admin Panel
If in the modulvars an value other than fsdirect and vfsdb is stored in the admin panel the other option is aktivated
The text was updated successfully, but these errors were encountered: