Skip to content

Commit

Permalink
Closes #6139 Add lazyload CSS background images to support data (#6149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrisrp committed Sep 8, 2023
1 parent 976c910 commit 9cb64a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions inc/Engine/Support/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Data {
'delay_js' => 'Delay JS',
'async_css' => 'Load CSS asynchronously',
'lazyload' => 'Lazyload Images',
'lazyload_css_bg_img' => 'Lazyload CSS Background Images',
'lazyload_iframes' => 'Lazyload Iframes',
'lazyload_youtube' => 'Lazyload Youtube',
'cache_webp' => 'WebP Cache',
Expand Down
1 change: 1 addition & 0 deletions tests/Fixtures/inc/Engine/Support/Data/getSupportData.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'async_css' => 0,
'critical_css' => '',
'lazyload' => 0,
'lazyload_css_bg_img' => 0,
'lazyload_iframes' => 0,
'lazyload_youtube' => 0,
'minify_css' => 0,
Expand Down

0 comments on commit 9cb64a3

Please sign in to comment.