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

[TASK] Add all fields when creating templates manually

parent db126e34
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,8 @@ class RegisterService implements \TYPO3\CMS\Core\SingletonInterface {
'template_key' => $templateKey,
'description' => $description,
'subject' => $subject,
'markers' => []
'markers' => [],
'templateContent' => '{all_fields}'
];
foreach ($markers as $marker) {
......
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