Skip to content
Snippets Groups Projects
Commit 146c5cd5 authored by Oliver Bartsch's avatar Oliver Bartsch
Browse files

[DOCS] Use speaking array keys in changelog example

Resolves: #103192
Releases: main, 12.4
Change-Id: I81c0c655b75332790243c05be14f24593c5b9d6a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83098


Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent f6ed5302
No related merge requests found
......@@ -67,9 +67,9 @@ override file with:
'sys_reaction',
'table_name',
[
'LLL:EXT:myext/Resources/Private/Language/locallang.xlf:my_table',
'my_table',
'myext-my_table-icon',
'label' => 'LLL:EXT:myext/Resources/Private/Language/locallang.xlf:my_table',
'value' => 'my_table',
'icon' => 'myext-my_table-icon',
]
);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment