mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-28 06:34:14 +01:00
Add UIBlocks to twig (Changed classes name)
This commit is contained in:
@@ -12,8 +12,8 @@ use Combodo\iTop\Application\UI\Base\AbstractUIBlockFactory;
|
||||
|
||||
class FieldSetUIBlockFactory extends AbstractUIBlockFactory
|
||||
{
|
||||
public const UI_BLOCK_CLASS_NAME = "Combodo\\iTop\\Application\\UI\\Base\\Component\\FieldSet\\FieldSet";
|
||||
public const TWIG_TAG_NAME = 'UIFieldSet';
|
||||
public const UI_BLOCK_CLASS_NAME = FieldSet::class;
|
||||
|
||||
public static function MakeStandard(string $sLegend, ?string $sId = null): FieldSet
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user