mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
Add UIBlocks to twig (Changed classes name)
This commit is contained in:
@@ -13,9 +13,9 @@ use ormStyle;
|
||||
|
||||
class FieldBadgeUIBlockFactory extends AbstractUIBlockFactory
|
||||
{
|
||||
public const UI_BLOCK_CLASS_NAME = "Combodo\\iTop\\Application\\UI\\Base\\Component\\FieldBadge\\FieldBadge";
|
||||
public const TWIG_TAG_NAME = 'UIFieldBadge';
|
||||
|
||||
public const UI_BLOCK_CLASS_NAME = FieldBadge::class;
|
||||
|
||||
/**
|
||||
* @param string $sValue
|
||||
* @param \ormStyle|null $oStyle
|
||||
|
||||
Reference in New Issue
Block a user