[Week 3] Adding Slideshow bundle and fixing video bundle
Hello All!
As you would have already read on this blog that I was working on the media module for Drupal 8. Here is the introduction blog post just in case you missed it.
Last week I worked on the video media bundle and its default configuration to be included in the media module. This week I worked on fixing the video media bundle as well as creating a basic slideshow media bundle.
Last week, I wrote about how I wrote a custom script in before_script section of the travis configuration file to install video_embed_media module. This week I modified the .info.yml file to include the name of the project as well as the module. You can see the commit here. Here is a relevant change record on d.o.
The pull request for the entire video bundle can be found here.
This week I worked on the slideshow bundle too. I first created a basic slideshow media bundle with an entity reference type of...