contentacms / contenta_jsonapi

Contenta CMS, the decoupled Drupal
http://www.contentacms.org/
GNU General Public License v2.0
328 stars 104 forks source link

[#389] Add media.settings.yml to config folder #390

Closed alexsenatore closed 4 months ago

alexsenatore commented 4 years ago

Fix for the issue https://github.com/contentacms/contenta_jsonapi/issues/389

Notes

Missing media.settings.yml cause an error during the installation of Video Embed Media module.

Test Instruction

Before the application of PR

  1. Install ContentaCMS with composer run-script install:with-mysql
  2. Go To Extend -> Install New Module and install Video Embed Media Output: An error is returned during the installation

After the application of PR Step 2 is completed successfully without error

alexsenatore commented 4 years ago

Hi @e0ipso, I updated the description with the link to the issue and instruction on how to reproduce it