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
This does not really work in real life, because there is usually a test and a prod repository. In that case it does not make sense to hardcode these urls in your application. Direct urls should be generated by the application dynamically. The only exception may be when you need to get an image url, but you can achieve that by opening the image and using the Copy image address... item from the context menu.
What about non-image files, e.g. documents I want to share?
In the context menu of a content, I'd like to see a "Copy full URL" action. When clicked, it should copy the full path of that content to the clipboard (e.g. https://example.com/root/content/images/apple.png). This is mostly needed in case of images to put it into the src tag in an html.
Do we want to display this action only on images or all types?
The text was updated successfully, but these errors were encountered:
In the context menu of a content, I'd like to see a "Copy full URL" action. When clicked, it should copy the full path of that content to the clipboard (e.g.
https://example.com/root/content/images/apple.png
). This is mostly needed in case of images to put it into thesrc
tag in an html.Do we want to display this action only on images or all types?
The text was updated successfully, but these errors were encountered: