Add temporary demo form template
[MAILPOET-2985]
This commit is contained in:
committed by
Veljko V
parent
57ff83441f
commit
552c1f32b0
@@ -10,6 +10,7 @@ class TemplateRepository {
|
||||
|
||||
private $templates = [
|
||||
'initial_form' => InitialForm::class,
|
||||
'demo_form' => DemoForm::class,
|
||||
];
|
||||
|
||||
public function getFormEntityForTemplate($templateId): FormEntity {
|
||||
|
Reference in New Issue
Block a user