TYPO3-Documentation / Changelog-To-Doc

1 stars 0 forks source link

[DOCS] Fix code example in changelog #1068

Open TYPO3IncTeam opened 2 weeks ago

TYPO3IncTeam commented 2 weeks ago

:information_source: View this commit on Github :busts_in_silhouette: Authored by Oliver Bartsch bo@cedev.de :heavy_check_mark: Merged by Andreas Kienast akienast@scripting-base.de

Commit message

[DOCS] Fix code example in changelog

Resolves: #105193 Releases: main Change-Id: Iec1583628bad0eca9fe5afbf1eaeff9ea8003302 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/86415 Tested-by: Jasmina Ließmann minapokhalo+typo3@gmail.com Tested-by: Andreas Kienast akienast@scripting-base.de Reviewed-by: Andreas Kienast akienast@scripting-base.de Reviewed-by: Jasmina Ließmann minapokhalo+typo3@gmail.com Tested-by: core-ci typo3@b13.com Tested-by: Guido Schmechel guido.schmechel@brandung.de Reviewed-by: Guido Schmechel guido.schmechel@brandung.de

:heavy_division_sign: Modified files

13.0/Feature-102834-Auto-registrationOfNewContentElementWizardViaTCA.rst ```diff @@ -46,7 +46,7 @@ After: ExtensionManagementUtility::addPlugin( [ - 'label' => 'LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:common_headerOnly_title' + 'label' => 'LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:common_headerOnly_title', 'description' => 'LLL:EXT:backend/Resources/Private/Language/locallang_db_new_content_el.xlf:common_headerOnly_description', 'group' => 'default', 'value' => 'header', ```
garvinhicking commented 2 weeks ago

We should check if the code example made it into our docs (yet). Maybe our linter/cgl would catch it when outsourced as a file