Skip to content
Snippets Groups Projects
Commit 979cf9ed authored by Doug Green's avatar Doug Green Committed by Yaroslav Lushnikov
Browse files

Issue #3122818 by douggreen, Neslee Canil Pinto, wodzik, zvse: Compatibility with Drupal 9

parent 3fc0438f
Branches 1.x
Tags 1.x 9.x-1.0 rm
No related merge requests found
name: SVG Image Responsive
description: Overrides the responsive image formatter to support SVG files.
core: 8.x
core_version_requirement: ^8 || ^9
type: module
package: Media
......
......@@ -3,6 +3,7 @@ description: Overrides the standard image formatter and widget to support SVG fi
core: 8.x
type: module
package: Media
core_version_requirement: ^8 || ^9
dependencies:
- drupal:image
......@@ -68,6 +68,6 @@ function svg_image_uninstall() {
'SVG was removed from the allowed extensions list in fields: @field_list.',
['@field_list' => implode(', ', $changedFields)]
);
drupal_set_message($message, 'warning');
\Drupal::messenger()->addWarning($message);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment