Loading gatsby.module +0 −2 Original line number Diff line number Diff line Loading @@ -379,8 +379,6 @@ function gatsby_entity_view(array &$build, EntityInterface $entity, EntityViewDi // Render the preview for this entity $gatsby_url = preg_replace('/\/$/', '', $server_url) . \Drupal::service('gatsby.path_mapping')->getPath($entity); $build = []; $build['gatsby_iframe_preview'] = [ '#type' => 'inline_template', '#template' => '<div class="gatsby-iframe-container"><iframe class="gatsby-iframe" src="{{ url }}"></iframe></div>', Loading Loading
gatsby.module +0 −2 Original line number Diff line number Diff line Loading @@ -379,8 +379,6 @@ function gatsby_entity_view(array &$build, EntityInterface $entity, EntityViewDi // Render the preview for this entity $gatsby_url = preg_replace('/\/$/', '', $server_url) . \Drupal::service('gatsby.path_mapping')->getPath($entity); $build = []; $build['gatsby_iframe_preview'] = [ '#type' => 'inline_template', '#template' => '<div class="gatsby-iframe-container"><iframe class="gatsby-iframe" src="{{ url }}"></iframe></div>', Loading