From e93f212d4ffe49bf6f732423d8b039992fa259d0 Mon Sep 17 00:00:00 2001 From: nathangray Date: Tue, 23 Apr 2019 15:44:24 -0600 Subject: [PATCH] Documentation fix --- api/js/etemplate/et2_widget_vfs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/js/etemplate/et2_widget_vfs.js b/api/js/etemplate/et2_widget_vfs.js index 8d1a72eec1..e756835df1 100644 --- a/api/js/etemplate/et2_widget_vfs.js +++ b/api/js/etemplate/et2_widget_vfs.js @@ -848,7 +848,7 @@ et2_register_widget(et2_vfsUid, ["vfs-uid","vfs-gid"]); /* vfs-upload aka VFS file: displays either download and delete (x) links or a file upload - * + value is either a vfs path or colon separated $app:$id:$relative_path, eg: infolog:123:special/offer + * + ID is either a vfs path or colon separated $app:$id:$relative_path, eg: infolog:123:special/offer * + if empty($id) / new entry, file is created in a hidden temporary directory in users home directory * and calling app is responsible to move content of that dir to entry directory, after entry is saved * + option: required mimetype or regular expression for mimetype to match, eg. '/^text\//i' for all text files