Hello Grav friends! My first post! And I would like to start of by saying in all of my 10+ years in web-developing I see Grav CMS to have the biggest future impact on WWW! I am saying this only after reading all the Grav documentation and testing several skeletons and developing new themes for own projects.
So my question is:
Working with the guestbook plugin I adapted it to become a costumer review plugin and everything works great!
One thing I can not figure out is how output the file location in the messages.yaml file in <img src="file_location"> I have tried <img src="{{ message.field_name.path }}"> since that is the closest to the other outputs that I have seen.