Skip to content

Commit

Permalink
[TASK] Remove deprecated attribute registrations for TagBasedViewHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Oct 10, 2024
1 parent 3feaae7 commit 6bf598f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Classes/ViewHelpers/Link/LightboxViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ class LightboxViewHelper extends AbstractTagBasedViewHelper
public function initializeArguments(): void
{
parent::initializeArguments();
$this->registerUniversalTagAttributes();
$this->registerTagAttribute('rel', 'string', 'Specifies the relationship between the current document and the linked document', false);

$this->registerArgument('caption', 'string', 'Specifies an caption text', false);
$this->registerArgument('lightbox-title', 'string', 'Specifies an title text', false);
Expand Down
1 change: 0 additions & 1 deletion Classes/ViewHelpers/Link/PaginateViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class PaginateViewHelper extends AbstractTagBasedViewHelper
public function initializeArguments(): void
{
parent::initializeArguments();
$this->registerUniversalTagAttributes();

$this->registerArgument('paginationId', 'string', 'id', true);
$this->registerArgument('paginationPage', 'int', 'page', true);
Expand Down

0 comments on commit 6bf598f

Please sign in to comment.