Issue fork fotorama_gallery-3057505
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
meickolComment #5
jmaguniaComment #6
meickolThanks for your MR @pmagunia I made some updates to improve your work. Please take a look.
Comment #7
jmaguniaThanks for taking the time to review @meickol. I haven't tried out your commits but they look alright.
I wasn't sure we needed the
->toString()since none of the other blocks had them, but I guess it won't hurt anything.Comment #8
meickolThe method Link::fromTextAndUrl() return a link object so is not possible to concadete it to a string. thats why I am calling -toString() method.
Comment #9
jmagunia👍
Comment #11
meickolComment #12
meickol