Debug module AI

This commit is contained in:
Laurent Destailleur
2024-03-06 00:46:04 +01:00
parent c27551cbb7
commit 5c4c39da2a
6 changed files with 125 additions and 66 deletions

View File

@@ -573,6 +573,7 @@ class FormSetup
}
}
/**
* This class help to create item for class formSetup
*/
@@ -646,6 +647,9 @@ class FormSetupItem
public $enabled = 1;
/**
* @var string The css to use on the input field of item
*/
public $cssClass = '';
/**