chg: [workflow:generic_if] Renamed module for consistency

pull/8530/head
Sami Mokaddem 2022-07-19 09:24:50 +02:00
parent cbec4a4894
commit b6a11991fd
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ include_once APP . 'Model/WorkflowModules/WorkflowBaseModule.php';
class Module_generic_if extends WorkflowBaseLogicModule
{
public $id = 'generic-if';
public $name = 'Generic IF';
public $description = 'Simple IF / ELSE condition block. The `then` output will be used if the encoded conditions is satisfied, otherwise the `else` output will be used.';
public $name = 'IF :: Generic';
public $description = 'Generic IF / ELSE condition block. The `then` output will be used if the encoded conditions is satisfied, otherwise the `else` output will be used.';
public $icon = 'code-branch';
public $inputs = 1;
public $outputs = 2;