Add temporary template thumbnails

This commit is contained in:
Rostislav Wolny
2020-09-29 11:27:58 +02:00
committed by Veljko V
parent a6f865414c
commit 1664a0fb30
7 changed files with 18 additions and 0 deletions

View File

@ -202,6 +202,7 @@ class FormEditor {
$templatesData[$formType][] = [
'id' => $templateId,
'name' => $form->getName(),
'thumbnail' => $form->getThumbnailUrl(),
];
}
}