Hi there
I found making a custom links.rb module can be super useful, but I was wondering… if you can make the links.rb module add target="_parent" or target="_blank" to the outputted html? This can help in iframe configurations
Thanks
-Colin
Hi there
I found making a custom links.rb module can be super useful, but I was wondering… if you can make the links.rb module add target="_parent" or target="_blank" to the outputted html? This can help in iframe configurations
Thanks
-Colin
I might have just realized the answer to my own question, which is that the URL is automatically changed to targe _blank if it is absolute. It was slightly weird because I was trying to get the same behavior on links internal to domain
-Colin