For more information about this repository, visit the project page at https://www.drupal.org/project/media_attribution
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
762 B
22 lines
762 B
{ |
|
"name": "drupal/entity_embed_attribution", |
|
"type": "drupal-module", |
|
"description": "Attach an attribution and license info to embedded media", |
|
"keywords": ["Drupal"], |
|
"license": "GPL-2.0+", |
|
"homepage": "https://www.drupal.org/project/entity_embed_attribution", |
|
"minimum-stability": "dev", |
|
"support": { |
|
"issues": "https://www.drupal.org/project/issues/entity_embed_attribution", |
|
"source": "http://cgit.drupalcode.org/entity_embed_attribution" |
|
}, |
|
"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" |
|
} |
|
} |
|
} |
|
}
|
|
|