Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
svg_image
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
svg_image
Commits
979cf9ed
Commit
979cf9ed
authored
Jun 4, 2020
by
Doug Green
Committed by
Yaroslav Lushnikov
Jun 4, 2020
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3122818
by douggreen, Neslee Canil Pinto, wodzik, zvse: Compatibility with Drupal 9
parent
3fc0438f
Branches
1.x
Branches containing commit
Tags
1.x
9.x-1.0
rm
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
modules/svg_image_responsive/svg_image_responsive.info.yml
+1
-0
1 addition, 0 deletions
modules/svg_image_responsive/svg_image_responsive.info.yml
svg_image.info.yml
+1
-0
1 addition, 0 deletions
svg_image.info.yml
svg_image.install
+1
-1
1 addition, 1 deletion
svg_image.install
with
3 additions
and
1 deletion
modules/svg_image_responsive/svg_image_responsive.info.yml
+
1
−
0
View file @
979cf9ed
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
...
...
This diff is collapsed.
Click to expand it.
svg_image.info.yml
+
1
−
0
View file @
979cf9ed
...
...
@@ -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
This diff is collapsed.
Click to expand it.
svg_image.install
+
1
−
1
View file @
979cf9ed
...
...
@@ -68,6 +68,6 @@ function svg_image_uninstall() {
'SVG was removed from the allowed extensions list in fields: @field_list.'
,
[
'@field_list'
=>
implode
(
', '
,
$changedFields
)]
);
d
rupal
_set_message
(
$message
,
'warning'
);
\D
rupal
::
messenger
()
->
addWarning
(
$message
);
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment