-
-
id
-The assetId of the Folder.
-
-
url
-The url of the Folder.
-
-
title
-The title of the Folder.
-
-
icon.small
-The URL to a small icon of the appropriate type for this Asset.
-
-
icon.big
-The URL to a big icon of the appropriate type for this Asset.
-
-
-
-
-
-
id
-The assetId of the Asset.
-
-
canView
-A conditional indicating if the current user can view this Asset.
-
-
title
-The title of the Asset.
-
-
synopsis
-The synopsis of the Asset.
-
-
size
-The size of the Asset, formatted.
-
-
date.epoch
-The date the Asset was last updated, relative to the epoch.
-
-
icon.small
-A URL to a small icon that represents the Asset.
-
-
icon.big
-A URL to an icon that represents the Asset.
-
-
type
-The type of this Asset.
-
-
url
-The URL of the Asset.
-
-
isImage
-A conditional indicating if this Asset is an Image Asset.
-
-
canEdit
-A conditional indicating if this Asset can be edited by the current user.
-
-
controls
-The editing control bar for this child
-
-
isFile
-A conditional indicating if this Asset is a File Asset.
-
-
thumbnail.url
-If this Asset is an Image, the URL to the thumbnail for it.
-
-
file.url
-If this Asset is a File Asset (File, Image or Zip Archive), the URL to the actual file for downloading. Otherwise,
-this variable will be empty
-
-
- |,
+ message => q|The following variables are available in Folder Templates: |,
lastUpdated => 1146775736,
},
+ 'addFile.url' => {
+ message => q|The url for adding files to the Folder.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'addFile.label' => {
+ message => q|The internationalized label for adding files to the Folder.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'subfolder_loop' => {
+ message => q|A loop containing all Folder assets which are children of the Folder.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'folder id' => {
+ message => q|The assetId of the Folder.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'folder url' => {
+ message => q|The url of the Folder.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'folder title' => {
+ message => q|The title of the Folder.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'folder icon.small' => {
+ message => q|The URL to a small icon of the appropriate type for this Asset.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'folder icon.big' => {
+ message => q|The URL to a big icon of the appropriate type for this Asset.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'file_loop' => {
+ message => q|A loop containing all non-Folder assets which are children of the Folder.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'id' => {
+ message => q|The assetId of the Asset.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'canView' => {
+ message => q|A conditional indicating if the current user can view this Asset.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'title' => {
+ message => q|The title of the Asset.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'synopsis' => {
+ message => q|The synopsis of the Asset.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'size' => {
+ message => q|The size of the Asset, formatted.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'date.epoch' => {
+ message => q|The date the Asset was last updated, relative to the epoch.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'icon.small' => {
+ message => q|A URL to a small icon that represents the Asset.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'icon.big' => {
+ message => q|A URL to an icon that represents the Asset.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'type' => {
+ message => q|The type of this Asset.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'url' => {
+ message => q|The URL of the Asset.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'isImage' => {
+ message => q|A conditional indicating if this Asset is an Image Asset.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'canEdit' => {
+ message => q|A conditional indicating if this Asset can be edited by the current user.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'controls' => {
+ message => q|The editing control bar for this child.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'isFile' => {
+ message => q|A conditional indicating if this Asset is a File Asset.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'thumbnail.url' => {
+ message => q|If this Asset is an Image, the URL to the thumbnail for it.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
+ 'file.url' => {
+ message => q|If this Asset is a File Asset (File, Image or Zip Archive), the URL to the actual file for downloading. Otherwise, this variable will be empty.|,
+ lastupdated => 0,
+ context => q|Template variable description.|
+ },
+
'assetName' => {
message => q|Folder|,
context => q|label for Asset Manager|,