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
I'm using CKeditor with this bundle, and I wanted a pretty standard thing (specially for APIs) : render the full URL of images (included in my wysiwyg).
I tried to use the url param, but it doesn't seem to work as expected, it acts like it's always a relative URL (adding a / at the beginning, even if I start with https://). I vaguely remember there was another param though...
And I finally found it on the issue #199, relative_path: false
This is imo an essential parameter, why was it removed from the documentation ?
The text was updated successfully, but these errors were encountered:
I'm using CKeditor with this bundle, and I wanted a pretty standard thing (specially for APIs) : render the full URL of images (included in my wysiwyg).
I tried to use the
url
param, but it doesn't seem to work as expected, it acts like it's always a relative URL (adding a/
at the beginning, even if I start withhttps://
). I vaguely remember there was another param though...And I finally found it on the issue #199,
relative_path: false
This is imo an essential parameter, why was it removed from the documentation ?
The text was updated successfully, but these errors were encountered: