Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of webp requirement in info file #53

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
"drupal/userprotect": "^1.1",
"drupal/views_bulk_edit": "^2",
"drupal/views_bulk_operations": "^4.2",
"drupal/webform": "^6.1",
"drupal/webp": "^1.0@beta"
"drupal/webform": "^6.1"
},
"conflict": {
"drupal/drupal": "*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ default_value: { }
default_value_callback: ''
settings:
file_directory: '[date:custom:Y]-[date:custom:m]'
file_extensions: 'png gif jpg jpeg svg'
file_extensions: 'png gif jpg jpeg svg webp'
max_filesize: ''
max_resolution: ''
min_resolution: ''
Expand Down
2 changes: 1 addition & 1 deletion config/install/imagemagick.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ image_formats:
enabled: false
WEBP:
mime_type: image/webp
enabled: false
enabled: true
TIFF:
mime_type: image/tiff
enabled: false
Expand Down
1 change: 0 additions & 1 deletion druxxy.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ dependencies:
- views_ui
- webform
- webform_ui
- webp

themes:
- claro
Expand Down