Enqueue Wordpress media library assets on form editor page

[MAILPOET-2750]
This commit is contained in:
Rostislav Wolny
2020-03-31 17:11:58 +02:00
committed by Veljko V
parent 498ef0d8d9
commit f01643b50f

View File

@@ -96,6 +96,7 @@ class FormEditor {
'sub_menu' => 'mailpoet-forms',
'custom_fields' => $this->customFieldsResponseBuilder->buildBatch($customFields),
];
$this->wp->wpEnqueueMedia();
$this->pageRenderer->displayPage('form/editor.html', $data);
}