This is the API docs for LemonStand V1, which has been discontinued. LemonStand is now a cloud based platform, available at lemonstand.com.

LemonStand API

backend:onAddAdditionalCmsFiles event

Triggered by Backend_FileBrowser
Author LemonStand eCommerce Inc.

Event handler signature

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.

See Also