From 25f5be1441da01d417353c65d275c329dc738984 Mon Sep 17 00:00:00 2001 From: Alexander O'Neill Date: Wed, 9 Jan 2019 18:30:14 -0400 Subject: [PATCH] Add patch to composer.json. --- composer.json | 10 +++++++++- entity_embed_attribution.info.yml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) 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