mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 06:10:54 +03:00
EventManager: add placeholder for filename without extension
Fixes #1828 Fixes #1833 Co-authored-by: Per Osbeck <per.osbeck@consid.se> Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -921,6 +921,9 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
|
||||
<p>
|
||||
<span class="shortcut">{{`{{ObjectName}}`}}</span> => <span data-i18n="actions.placeholders_modal.object_name">File/directory name, for example "afile.txt" or provider object name.</span>
|
||||
</p>
|
||||
<p>
|
||||
<span class="shortcut">{{`{{ObjectBaseName}}`}}</span> => <span data-i18n="actions.placeholders_modal.object_basename">Filename without extension, for example "afile" if the filename is "afile.txt".</span>
|
||||
</p>
|
||||
<p>
|
||||
<span class="shortcut">{{`{{ObjectType}}`}}</span> => <span data-i18n="actions.placeholders_modal.object_type">Object type for provider events: "user", "group", "admin", etc.</span>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user