Skip to content

Commit

Permalink
[BUGFIX] Register argument dataServiceProcessor in ViewHelper (#16)
Browse files Browse the repository at this point in the history
* [BUGFIX] Register argument dataServiceProcessor in ViewHelper

Releases: master, 10, 9

* [BUGFIX] Fix minor typo

Co-authored-by: Andreas Fernandez <andreas.fernandez@typo3.com>
  • Loading branch information
NeoBlack and andreaskienast committed Aug 6, 2020
1 parent 6e526ba commit 1e11ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/ViewHelpers/ScriptViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ScriptViewHelper extends \TYPO3\CMS\Fluid\ViewHelpers\Asset\ScriptViewHelp
public function initializeArguments(): void
{
parent::initializeArguments();
$this->registerArgument('dataServiceProcessor', 'string', 'the data processing service name as configured in Usercentrics', true);
$this->registerArgument('dataServiceProcessor', 'string', 'The data processing service name as configured in Usercentrics', true);
}

public function render(): string
Expand Down

0 comments on commit 1e11ac1

Please sign in to comment.