Skip to content
Snippets Groups Projects
Commit ae8d308c authored by Jess Straatmann's avatar Jess Straatmann
Browse files

Merge branch '3504910-drupal-core-supports' into '2.0.x'

Issue #3504910: Add webp as available image extension

See merge request !55
parents 0662bb95 0c82b4a6
No related branches found
No related tags found
No related merge requests found
Pipeline #452816 passed
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment