attachment-count
What Does This User Macro Do?
Displays number of attachments for a page in parentheses, e.g. Attachments(2).
Where Is This Macro Used?
Article View page
Macro Settings
Macro name: | attachment-count |
Macro has a body: | false |
Body processing: | |
Output: | Macro generates HTML markup |
Source Code
## last updated: 9 / 1 / 08 by: othomas Attachment list: $attachmentManager.getAttachments($content)<br/> Attachment count: $attachmentManager.getAttachments($content).size()<br/> |