Use WP logic to enqueue Parsley validation strings

[MAILPOET-5118]
This commit is contained in:
Jan Jakes
2023-09-28 17:34:18 +02:00
committed by Aschepikov
parent ed76bbf3d6
commit 420a9c41e0
3 changed files with 30 additions and 28 deletions

View File

@@ -75,6 +75,9 @@ class AssetsController {
true
);
$this->wp->wpSetScriptTranslations($name, 'mailpoet');
// append Parsley validation string translations
$this->wp->wpAddInlineScript($name, $this->renderer->render('parsley-translations.html'));
}
private function registerAdminDeps(): void {