backend:onAddAdditionalCmsFiles event
Triggered by |
Backend_FileBrowser |
Author |
LemonStand eCommerce Inc. |
public array event_onAddAdditionalCmsFiles(string $folder_path)
$folder_path |
string |
folder_path References the folder being displayed |
{return} |
array |
the handler should return a array of objects with the following fields: type, name, path, size, time |
Allows to inject files to the built-in file browser.
|