Comment to 'How to set TARGET ATTRIBUTE for custom links in editor'
  • Hello @Peter !

    The following JQuery technique may be utilized to enhance the functionality of your website. To implement this, add the RAW block containing the content like:

    <script>

      $('a[href^="[your UNA URL site]"]').removeAttr("target");

      </script>

    to the Studio->Pages->Posts->View Post page, immediately following the Post Text block.