Wiki source code of Image Class
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | ## Replace the default space with the space where you want your documents to be created. | ||
3 | ## Replace the default parent with the one of your choice and save the document. | ||
4 | ## | ||
5 | #set ($defaultSpace = $doc.space) | ||
6 | #set ($defaultParent = $doc.fullName) | ||
7 | {{attachmentSelector classname="${object.getxWikiClass().name}" property="${name}" filter="png,jpg,gif" displayImage="true" width="120" link="true" /}} | ||
8 | {{/velocity}} |