N°8772 - XML description traduction to PHP wip

This commit is contained in:
Eric Espie
2025-12-01 14:28:45 +01:00
parent a88f33575d
commit 54aaf55a92
11 changed files with 17 additions and 16 deletions

View File

@@ -25,8 +25,8 @@ use Exception;
class AttributeValueChoiceFormBlock extends ChoiceFormBlock
{
// inputs
public const INPUT_CLASS_NAME = 'class_name';
public const INPUT_ATTRIBUTE = 'attribute';
public const INPUT_CLASS_NAME = 'input_class_name';
public const INPUT_ATTRIBUTE = 'input_attribute';
/** @inheritdoc */
protected function RegisterOptions(OptionsRegister $oOptionsRegister): void