Skip to content
Snippets Groups Projects
Commit ed74f555 authored by Georgi's avatar Georgi
Browse files

[BUGFIX] Code review

parent 13a07217
No related branches found
No related tags found
1 merge request!15[TASK] move flexform field down, add max-height for shorts videos, add backend...
......@@ -43,9 +43,6 @@ class FlexFormUtility
*/
public function getOptions(array &$config)
{
// Get the current page ID from the FlexForm context
$pageId = (int) $config['effectivePid'];
$configurationManager = GeneralUtility::makeInstance(ConfigurationManagerInterface::class);
$fullTypoScript = $configurationManager->getConfiguration(
ConfigurationManagerInterface::CONFIGURATION_TYPE_FULL_TYPOSCRIPT
......
......@@ -298,8 +298,8 @@
<target>Filter</target>
</trans-unit>
<trans-unit id="flexform.backend.filters.description">
<source>Below are the available Frontend filters. Select which of them you would like to activate for this plugin instance.</source>
<target>Nachfolgend finden Sie die verfügbaren Frontend-Filter. Wählen Sie aus, welche davon Sie für diese Plugin-Instanz aktivieren möchten.</target>
<source>Below are the available Frontend filters. Select which of them you would like to activate for this plugin instance. If you select any of the filters, you must set the extension to uncached. Please refer to the official extension documentation.</source>
<target>Nachfolgend finden Sie die verfügbaren Frontend-Filter. Wählen Sie aus, welche davon Sie für diese Plugin-Instanz aktivieren möchten. Wenn Sie einen der Filter auswählen, müssen Sie die Erweiterung auf uncached setzen. Bitte lesen Sie die offizielle Dokumentation der Erweiterung.</target>
</trans-unit>
<trans-unit id="response.noItemsFound">
<source>No videos found</source>
......
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