Skip to content
Snippets Groups Projects
Commit e3e1ca97 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Fix adding of the marker name in new registerd forms

parent ee140599
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,7 @@ class FormEditorController extends \TYPO3\CMS\Form\Controller\FormEditorControll
}
$markers[] = [
'marker' => $markerName,
'identifier' => $markerName,
'type' => MailTemplateService::MARKER_TYPE_STRING,
'value' => $element['label'],
'description' => $element['label']
......
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