mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-24 21:08:25 -06:00
26 lines
726 B
JSON
26 lines
726 B
JSON
{
|
|
"Flow": {
|
|
"Parts": {
|
|
"MoveToUserFolder": {
|
|
"Description": "Moves the working file into the users output directory.",
|
|
"Label": "Move To User Folder",
|
|
"Outputs": {
|
|
"1": "File was was successfully moved"
|
|
}
|
|
},
|
|
"SetFileDropDisplayName": {
|
|
"Description": "Sets the display name for a file based on file drop file information, ensuring clarity on file identity and ownership.",
|
|
"Label": "Set File Drop Display Name",
|
|
"Outputs": {
|
|
"1": "Display name set"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Plugins": {
|
|
"FileDrop": {
|
|
"Description": "Plugin that provides File Drop related flow elements",
|
|
"Label": "File Drop"
|
|
}
|
|
}
|
|
} |