FormField : property formTemplate must be public and not private (used by Form)

This commit is contained in:
2023-05-15 08:38:04 +02:00
parent 7cbbec7f81
commit 9f028ac798

View File

@@ -90,7 +90,7 @@ class Formfield
/**
* Form template (Bootstrap3 by default)
*/
private $formTemplate = "Bootstrap3";
public $formTemplate = "Bootstrap3";
/**
* When adding a field, the name and the label are the minimum mandatory