Skip to content

Commit 140062b

Browse files
oleglisovychdmh
authored andcommitted
[TASK] install cs_seo extension (#456)
* [TASK] install cs_seo extension * [TASK] remove useless fields
1 parent dfe0bc4 commit 140062b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Configuration/TCA/Overrides/pages.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
defined('TYPO3_MODE') or die();
33

44
call_user_func(function () {
5-
if (\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::isLoaded('cs_seo')) {
6-
$GLOBALS['TCA']['pages']['columns']['tx_csseo_og_description']['config']['default'] = '';
7-
$GLOBALS['TCA']['pages']['columns']['tx_csseo_tw_description']['config']['default'] = '';
8-
}
9-
105
$GLOBALS['TCA']['pages']['columns']['tx_themes_icon']['config'] = array (
116
'type' => 'user',
127
'userFunc' => 'T3kit\themeT3kit\UserFunction\IconFontSelector->renderField',

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"pixelant/pxa-newsletter-subscription": "~9.0.2",
5252
"pixelant/pxa-form-enhancement": "dev-master",
5353
"pixelant/pxa-cookie-bar": "~2.1.1",
54-
"friendsoftypo3/frontend-editing": "~1.4.3"
54+
"friendsoftypo3/frontend-editing": "~1.4.3",
55+
"clickstorm/cs_seo": "~4.0.0"
5556
}
5657
}

0 commit comments

Comments
 (0)