- 🇨🇦Canada megan_m
I copied the contents of the composer.libraries.json file into my composer.json file and that worked.
The documentation on the project page states that:
Preparation: Install media core module
Before you can start, you need to install the media module of Drupal Core. This will automatically create 4 (in Drupal 8.5) or 5 (in Drupal 8.6) media bundle types for you, namely image, video, file and audio
I have done this on an existing project. (Drupal 8.6.9) No media bundle types were created. If I look into the code for media module in core there is no config that should have created this, there is nothing in the install hook that would have created this.
What am I missing?
Closed: works as designed
Documentation
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I copied the contents of the composer.libraries.json file into my composer.json file and that worked.