Change trigger's icon

pull/9589/head
Vincenzo Caputo 2024-03-16 15:33:45 +00:00
parent ee3508182d
commit 044923ee3a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class Module_shadow_attribute_before_save extends WorkflowBaseTriggerModule
public $scope = 'shadow-attribute';
public $name = 'Shadow Attribute Before Save';
public $description = 'This trigger is called just before a Shadow Attribute is saved in the database';
public $icon = 'cube';
public $icon = 'comment';
public $inputs = 0;
public $outputs = 1;
public $blocking = true;