Hi i am building a URL based on the
# avo-2
f
Hi, i am building a URL based on the request host + port, is it possible to do so in the field block?
l
you should be able to retrieve the
request
object like so
Avo::App.request
. would that help?
f
perfect 🙂 I also did not see in the documentation how the block could return a clickabke link, is it possible ?
fields formatter to the rescue
f
OK, thanks, this is a feature I did not test yet 🙂