Skip to content
Snippets Groups Projects
Commit 7fe12b6f authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] use marker label as value & description to avoid git chaos

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