Update templates, white spacings and code format.

This commit is contained in:
2023-02-17 14:24:43 +02:00
parent b399d2fc89
commit 9f5c157e54
3 changed files with 6 additions and 14 deletions
@@ -44,8 +44,8 @@ class <%= blockClassModel %>_Component <% if (isComponentManager || isElementor)
function register_elementor_widget( $widgets_manager ): void {
require_once "helpers/<%= blockClassModel %>_Elementor_Widget.php";
$widgets_manager->register_widget_type( new Helpers\<%= blockClassModel %>_Elementor_Widget() );
}
<% } %>
}<% } %>
}
<% if (isComponentManager) { %><%= blockClassModel %>_Component::get_instance();<% } else {