Add temporary template thumbnails
This commit is contained in:
committed by
Veljko V
parent
a6f865414c
commit
1664a0fb30
@ -202,6 +202,7 @@ class FormEditor {
|
||||
$templatesData[$formType][] = [
|
||||
'id' => $templateId,
|
||||
'name' => $form->getName(),
|
||||
'thumbnail' => $form->getThumbnailUrl(),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user