diff --git a/composer.json b/composer.json index 2b82889..c64e2f1 100644 --- a/composer.json +++ b/composer.json @@ -10,5 +10,13 @@ "issues": "https://www.drupal.org/project/issues/entity_embed_attribution", "source": "http://cgit.drupalcode.org/entity_embed_attribution" }, - "require": { } + "require": { }, + "extra": { + "enable-patching": true, + "patches": { + "drupal/paragraphs": { + "Integrity constraint violation: 1048 Column 'langcode' cannot be null": "https://www.drupal.org/files/issues/paragraphs-missing-langcode-2901390-9.patch" + } + } + } } diff --git a/entity_embed_attribution.info.yml b/entity_embed_attribution.info.yml index d9c4529..17c3cfb 100644 --- a/entity_embed_attribution.info.yml +++ b/entity_embed_attribution.info.yml @@ -5,4 +5,4 @@ core: 8.x package: 'media' dependencies: - media - - paragraphs + - paragraphs \ No newline at end of file