Wiki source code of ExtensionCategorySheet
Last modified by admins admins on 2021/12/11 21:13
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{velocity output="false"}} |
| 2 | #set($extensionCategory = $doc.getObject("ExtensionCode.ExtensionCategoryClass")) | ||
| 3 | {{/velocity}} | ||
| 4 | |||
| 5 | {{velocity}} | ||
| 6 | #if ($extensionCategory) | ||
| 7 | ; Type | ||
| 8 | : $doc.display('id', $extensionCategory) | ||
| 9 | ; Name | ||
| 10 | : $doc.display('name', $extensionCategory) | ||
| 11 | ; Description | ||
| 12 | : $doc.display('description', $extensionCategory) | ||
| 13 | #end | ||
| 14 | {{/velocity}} |