Subject: | Pod addition for Image plugin and name member |
The "name" member of the Image plugin object may be used, but is not yet documented. It's usage is useful to avoid duplication of typing the filename, e.g. in situations where image.tag cannot be used:
[% USE image (name="image.png") %]
<input type="image" src="[% image.name %]" width="[% image.width %]" height="[% image.height %]" alt="Search" />