Hi One and all,Has anyone out there used launch with Drupal8? I have a very simple test JSON defined data layer, which looks like the belowvar digitalData = [{"page":{"pageInfo":{"pageName":"Home","destinationURL":"\/home","breadcrumb":"\/home","pageCategory":"page"},"channel":{"primaryChannel":"home","pageType":"page"},"attributes":{"language":null,"contentType":"page"}}}];we would use JS, except Drupal8 doesn't like you out putting native JS to the page, so my developers advised to use JSON. The issue I have is when I use _satelli...