Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
section_library
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
section_library
Merge requests
!55
Issue
#3504910
: Add webp as available image extension
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3504910
: Add webp as available image extension
issue/section_library-3504910:3504910-drupal-core-supports
into
2.0.x
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Jess Straatmann
requested to merge
issue/section_library-3504910:3504910-drupal-core-supports
into
2.0.x
2 months ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Checkpoints
File an issue
Addition/Change/Update/Fix
Merge request
Testing to ensure no regression
Automated unit testing coverage
Automated functional testing coverage
UX/UI designer responsibilities
Readability
Accessibility
Performance
Security
Documentation
Code review by maintainers
Full testing and approval
Credit contributors
Review with the product owner
Closes
#3504910
0
0
Merge request reports
Compare
2.0.x
version 1
0c82b4a6
2 months ago
2.0.x (base)
and
latest version
latest version
0c82b4a6
1 commit,
2 months ago
version 1
0c82b4a6
1 commit,
2 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Entity/SectionLibraryTemplate.php
+
1
−
1
Options
@@ -198,7 +198,7 @@ class SectionLibraryTemplate extends ContentEntityBase implements SectionLibrary
->
setSettings
([
'uri_scheme'
=>
'public'
,
'file_directory'
=>
'section_library'
,
'file_extensions'
=>
'gif png jpg jpeg'
,
'file_extensions'
=>
'gif png jpg jpeg
webp
'
,
])
->
setDisplayOptions
(
'view'
,
[
'label'
=>
'hidden'
,
Loading