-
Is it possible to display the uploaded image as a link in the editor, instead of displaying the image in the editor. In this example I would like to display the link of the photo instead of the photo. |
Beta Was this translation helpful? Give feedback.
Answered by
acywatson
Oct 10, 2022
Replies: 1 comment 1 reply
-
Yea, you can render anything you want - you can just insert a LinkNode instead of an ImageNode. Here's some pseudocode:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thegreatercurve
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yea, you can render anything you want - you can just insert a LinkNode instead of an ImageNode.
Here's some pseudocode: