{ "name": "drupal/media_attribution", "type": "drupal-module", "description": "Attach an attribution and license info to embedded media", "keywords": [ "Drupal" ], "license": "GPL-2.0-or-later", "homepage": "https://www.drupal.org/project/media_attribution", "minimum-stability": "dev", "support": { "issues": "https://www.drupal.org/project/issues/media_attribution", "source": "http://cgit.drupalcode.org/media_attribution" }, "autoload": { "psr-4": { "Drupal\\media_attribution\\": "src/" } }, "require": {}, "extra": { "drush": { "services": { "drush.services.yml": "^9" } }, "patches": { "drupal/paragraphs": { "Integrity constraint violation: 1048 Column 'langcode' cannot be null": "https://www.drupal.org/files/issues/2020-06-25/paragraphs-2901390-51.patch" } } } }