Files
piratepoet/mailpoet/views/woocommerce_setup.html
Jan Lysý 3607dd9d71 Use @wordpress/i18n in the welcome wizard
Welcome Wizard was prepared for using WP translations, so I decided to use them because I am going to change some translations.
[MAILPOET-5375]
2023-07-26 15:44:35 +02:00

14 lines
458 B
HTML

<% extends 'layout.html' %>
<% block content %>
<script>
var mailpoet_logo_url = '<%= cdn_url('welcome-wizard/mailpoet-logo.20200623.png') %>';
var wizard_woocommerce_illustration_url = '<%= cdn_url('welcome-wizard/woocommerce.20200623.png') %>';
var mailpoet_show_customers_import = <%= json_encode(show_customers_import) %>;
var finish_wizard_url = '<%= finish_wizard_url %>';
</script>
<div id="mailpoet-wizard-container"></div>
<% endblock %>