Skip to content

Commit

Permalink
[TASK] Fix documentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
s2b committed Jul 9, 2019
1 parent 848f8c5 commit 62a3288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/ViewHelpers/MediaViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ public function initializeArguments()
);
$this->registerArgument('breakpoints', 'array', 'Image breakpoints from responsive design.', false);
$this->registerArgument('picturefill', 'bool', 'Use rendering suggested by picturefill.js', false, true);
$this->registerArgument('lazyload', 'bool', 'Generate markup that supports lazyloading (0 = disabled)', false, false);
$this->registerArgument('placeholderSize', 'int', 'Size of the placeholder image for lazyloading', false, 0);
$this->registerArgument('lazyload', 'bool', 'Generate markup that supports lazyloading', false, false);
$this->registerArgument('placeholderSize', 'int', 'Size of the placeholder image for lazyloading (0 = disabled)', false, 0);
$this->registerArgument('placeholderInline', 'bool', 'Embed placeholder image for lazyloading inline as data uri', false, false);
$this->registerArgument(
'ignoreFileExtensions',
Expand Down

0 comments on commit 62a3288

Please sign in to comment.