Added axeweb-block classNames to blocks in Elementor

This commit is contained in:
2024-05-21 12:50:58 -06:00
parent 1b2795fa40
commit 438619c4d9
@@ -40,7 +40,7 @@ class <%= blockClassModel %>_Elementor_Widget extends \Elementor\Widget_Base {
} }
public static function prepare( $args ): array { public static function prepare( $args ): array {
// Prepare $args for render function. $args['section_class'] = 'axeweb-block';
return $args; return $args;
} }
} }