Configurable callback when selecting files in Popup #1697
Closed
dkoenigroer
started this conversation in
Ideas
Replies: 1 comment
-
I think i have been wrong here. I created an issue at django-cms / django-filer: django-cms/django-filer#1510 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a CKEditor and someone configured the browser url settings to
But the Filer expects a FilerField-Target and is only able to return a File-ID.
So a nice feature could be to add a get param with a field name where to put the value in (which is already there but not modifiable) and a field name which value will be returned.
So here we tell the popup tp return the file url instead of the file.id. The _to_field is a placeholder here. i am not sure if the opener winodw knows the field automatically.
Beta Was this translation helpful? Give feedback.
All reactions