diff --git a/CHANGELOG.md b/CHANGELOG.md index 64514bc9..1de3c965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This changelog is according to [Keep a Changelog](http://keepachangelog.com). All notable changes to this project will be documented in this file. We will follow [Semantic Versioning](http://semver.org/). +## UNRELEASED +### Fixed +- Missing label of the tx_yoastseo_prominent_word table +- Removed exclude=true from tx_yoastseo_prominent_word fields, table already has hideTable + ## 9.0.2 September 18, 2023 ### Fixed - Show warning on linking suggestions when the language cannot be retrieved from the content element, use the default language in case "All Languages" is selected diff --git a/Configuration/TCA/tx_yoastseo_prominent_word.php b/Configuration/TCA/tx_yoastseo_prominent_word.php index d8460736..f8de69f8 100644 --- a/Configuration/TCA/tx_yoastseo_prominent_word.php +++ b/Configuration/TCA/tx_yoastseo_prominent_word.php @@ -12,7 +12,6 @@ ], 'columns' => [ 'stem' => [ - 'exclude' => 1, 'label' => $llPrefix . 'tx_yoastseo_prominent_word.fields.stem', 'config' => [ 'type' => 'input', @@ -21,7 +20,6 @@ ] ], 'table' => [ - 'exclude' => 1, 'label' => $llPrefix . 'tx_yoastseo_prominent_word.fields.table', 'config' => [ 'type' => 'input', @@ -29,7 +27,6 @@ ] ], 'weight' => [ - 'exclude' => 1, 'label' => $llPrefix . 'tx_yoastseo_prominent_word.fields.weight', 'config' => [ 'type' => 'input', diff --git a/Resources/Private/Language/TCA.xlf b/Resources/Private/Language/TCA.xlf index a9c45c3b..63b829bc 100644 --- a/Resources/Private/Language/TCA.xlf +++ b/Resources/Private/Language/TCA.xlf @@ -61,7 +61,7 @@ Synonyms - + Yoast SEO Prominent words