Project

General

Profile

Actions

Bug #104107

closed

EXT:styleguide link_4 inside tx_styleguide_elements_basic.php has wrong label

Added by Philipp Kuhlmay 16 days ago. Updated 15 days ago.

Status:
Resolved
Priority:
Should have
Category:
Code Cleanup
Target version:
Start date:
2024-06-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
styleguide
Complexity:
no-brainer
Is Regression:
Sprint Focus:

Description

link_4 has the label "link_2"

'link_4' => [
        'label' => 'link_2',
        'description' => 'type=link linkBrowser disabled',
        'config' => [
            'type' => 'link',
            'appearance' => [
                'enableBrowser' => false,
            ],
        ],
    ],

--

I am on it

Actions

Also available in: Atom PDF