Skip to content

Commit

Permalink
[TASK] Add "linkText" property to the parsed labels (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephan Brun <stephan.brun@intersim.ch>
  • Loading branch information
sneopu and stephan-brun authored Mar 21, 2023
1 parent ddb138f commit c28be21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Classes/Parser/FormDefinitionLabelsParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class FormDefinitionLabelsParser
'$.renderable.properties.elementDescription' => '<form-identifier>.element.<element-identifier>.properties.elementDescription',
'$.renderable.properties.prependOptionLabel' => '<form-identifier>.element.<element-identifier>.properties.prependOptionLabel',
'$.renderable.properties.text' => '<form-identifier>.element.<element-identifier>.properties.text',
'$.renderable.properties.linkText' => '<form-identifier>.element.<element-identifier>.properties.linkText',
];

public function __construct(EventDispatcherInterface $dispatcher)
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'author_email' => 'r3h6@outlook.com',
'state' => 'beta',
'clearCacheOnLoad' => 0,
'version' => '1.1.0',
'version' => '1.2.0',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99',
Expand Down

0 comments on commit c28be21

Please sign in to comment.