Hello

I created a quick Drupal 8 version of this module. It implements an Around Media field type, widget and formatter to save a tour ID and render the embedded viewer. It does however not yet implement Views integration as the D7 module did.

Attached is a patch file that implements this D8 version. It would be nice if you could create a 8.x-1.x branch off this patch.

Dietrich

CommentFileSizeAuthor
#2 drupal-8-port-2845295-2.patch12.06 KBdietr_ch

Comments

dietr_ch created an issue. See original summary.

dietr_ch’s picture

Status: Active » Needs review
StatusFileSize
new12.06 KB

  • 3cd36f3 committed on 8.x-1.x
    Issue #2845295 by dietr_ch: Drupal 8 port
    
blacksnipe’s picture

Thanks for the port @dietr_ch.

I lost track of the issue, but I've added it to the new branch.
I also added you as a maintainer, cheers.

dietr_ch’s picture

Version: 7.x-1.x-dev » 8.x-1.x-dev
Status: Needs review » Fixed

Thanks. I added a composer.json and README.txt and released 8.x-1.0-beta1. I think we can close this issue, then?

Dietrich

blacksnipe’s picture

Status: Fixed » Closed (fixed)

Okay, thanks.

Maybe update the module page with instructions for installing with composer?