mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02: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 FormUIBlockFactory extends AbstractUIBlockFactory
|
||||
{
|
||||
public const UI_BLOCK_CLASS_NAME = "Combodo\\iTop\\Application\\UI\\Base\\Component\\Form\\Form";
|
||||
public const TWIG_TAG_NAME = 'UIForm';
|
||||
public const UI_BLOCK_CLASS_NAME = Form::class;
|
||||
|
||||
public static function MakeStandard(string $sId = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user