Skip to content

Commit

Permalink
Update ImageBlock.php (#36)
Browse files Browse the repository at this point in the history
* Update ImageBlock.php

fixed comments

* Update ImageBlock.php

fixed comment
  • Loading branch information
hbugdoll authored Nov 12, 2021
1 parent ba9c9a1 commit 33d0f26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/blocks/ImageBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function name()
*/
public function icon()
{
return 'image'; // see the list of icons on: https://design.google.com/icons/
return 'image'; // see the list of icons on: https://material.io/icons/
}

/**
Expand Down Expand Up @@ -88,7 +88,7 @@ public function extraVars()
*
* @param {{extras.image}}
* @param {{vars.align}}
* @param {{vars.fluid}}
* @param {{vars.showCaption}}
* @param {{vars.image}}
*/
public function admin()
Expand Down
2 changes: 1 addition & 1 deletion src/views/blocks/ImageBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @param $this->extraValue('image');
* @param $this->varValue('align');
* @param $this->varValue('fluid');
* @param $this->varValue('showCaption');
* @param $this->varValue('image');
* @param $this->cfgValue('lazyload');
*
Expand Down

0 comments on commit 33d0f26

Please sign in to comment.