Hi what is the proper way to link inside the panel?
If i am making section or field that links to other page… as far as i know there is no panelUri so i am doing simple dumb replace of / to +.
<k-link :to="link.replace("/", "+");"></k-link>
or i do in PHP.
The point is if the simple replace is enough? I asume there is some method on frontend or backend for this? I mean it would maybe make sense to have this on k-link component?