|
@@ -107,8 +107,8 @@ |
|
|
block discarded – undo |
|
107
|
107
|
1 |
|
108
|
108
|
))); |
|
109
|
109
|
|
|
110
|
|
- $assigns['constants'] = $this->renderTemplates($this->templateService->constants, $selectedTemplate, $highlightType === 'const', $highlightLine); |
|
111
|
|
- $assigns['setups'] = $this->renderTemplates($this->templateService->config, $selectedTemplate, $highlightType === 'setup', $highlightLine); |
|
|
110
|
+ $assigns['constants'] = $this->renderTemplates($this->templateService->constants, $selectedTemplate, $highlightType === 'const', $highlightLine); |
|
|
111
|
+ $assigns['setups'] = $this->renderTemplates($this->templateService->config, $selectedTemplate, $highlightType === 'setup', $highlightLine); |
|
112
|
112
|
|
|
113
|
113
|
if (ExtensionManagementUtility::isLoaded('t3editor')) { |
|
114
|
114
|
// @todo: Let EXT:t3editor add the deps via events in the render-loops above |
Please login to merge, or discard this patch.