Completed
Push — master ( 399dbf...8ca6aa )
by Boris
18:45
created
Configuration/TCA/Overrides/tt_content.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
 );
113 113
 
114 114
 $GLOBALS['TCA']['tt_content']['types']['slickcarouselbasic'] = [
115
-    'showitem' => $showitem_default_01 . '
115
+    'showitem' => $showitem_default_01.'
116 116
 		header;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:header.ALT.div_formlabel,
117 117
 		slickdefault;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:slides,
118 118
 		--div--;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:settings,
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
 );
171 171
 
172 172
 $GLOBALS['TCA']['tt_content']['types']['slickcarouselsync'] = [
173
-    'showitem' => $showitem_default_01 . '
173
+    'showitem' => $showitem_default_01.'
174 174
 		header;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:header.ALT.div_formlabel,
175 175
 		slickdefault;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:slides,
176 176
 		--div--;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:settings,
@@ -250,7 +250,7 @@  discard block
 block discarded – undo
250 250
 );
251 251
 
252 252
 $GLOBALS['TCA']['tt_content']['types']['slickcarousel'] = [
253
-    'showitem' => $showitem_default_01 . '
253
+    'showitem' => $showitem_default_01.'
254 254
 		header;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:header.ALT.div_formlabel,
255 255
 		slickdefault;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:slides,
256 256
 		--div--;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:settings,
@@ -307,7 +307,7 @@  discard block
 block discarded – undo
307 307
 );
308 308
 
309 309
 $GLOBALS['TCA']['tt_content']['types']['slickcarouselbgimg'] = [
310
-    'showitem' => $showitem_default_01 . '
310
+    'showitem' => $showitem_default_01.'
311 311
 		header;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:header.ALT.div_formlabel,
312 312
 		slickheight;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:slickcarouselbging.height,
313 313
 		tx_slickcarouselbgimg;LLL:EXT:slickcarousel/Resources/Private/Language/be_locallang.xlf:slickcarouselbging.title,
Please login to merge, or discard this patch.
ext_localconf.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 
7 7
 \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig(
8 8
     '<INCLUDE_TYPOSCRIPT: source="FILE:EXT:'
9
-    . 'slickcarousel' . '/Configuration/PageTS/PageTS.ts">'
9
+    . 'slickcarousel'.'/Configuration/PageTS/PageTS.ts">'
10 10
 );
11 11
 
12 12
 $iconRegistry = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(
Please login to merge, or discard this patch.