Skip to content
Snippets Groups Projects
Commit f0ed8cd3 authored by Fabian Galinski's avatar Fabian Galinski :pouting_cat:
Browse files

[BUGFIX] The description field is missing in the categories

parent 6239433f
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ $GLOBALS['TCA']['pages']['types'][117] = [
--div--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.tabs.metadata,
tx_devnullrobots_flags,
--palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.palettes.abstract;abstract,
tx_seo_titletag,tx_seo_canonicaltag,
tx_seo_titletag,tx_seo_canonicaltag, description,
--div--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.tabs.appearance,
--palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.palettes.layout;layout,
--div--;LLL:EXT:cms/locallang_tca.xlf:pages.tabs.access,
......@@ -278,7 +278,7 @@ $GLOBALS['TCA']['pages_language_overlay']['types'][117] = [
tx_sgnews_teaser2_image, tx_sgnews_teaser1_image,
--div--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.tabs.metadata,
--palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.palettes.abstract;abstract,
tx_seo_titletag,tx_seo_canonicaltag,
tx_seo_titletag,tx_seo_canonicaltag, description,
--div--;LLL:EXT:cms/locallang_tca.xlf:pages.tabs.access,
--palette--;LLL:EXT:cms/locallang_tca.xlf:pages.palettes.visibility;hiddenonly,
--palette--;LLL:EXT:cms/locallang_tca.xlf:pages.palettes.access;access'
......
......@@ -6,7 +6,7 @@
"license": [
"GPL-2.0+"
],
"version": "3.3.8",
"version": "3.3.9",
"support": {
},
"repositories": [
......
......@@ -19,7 +19,7 @@ $EM_CONF[$_EXTKEY] = [
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '3.3.8',
'version' => '3.3.9',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-7.6.99',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment