PluginProbe
Elementor Website Builder – more than just a page builder / 4.3.2
Elementor Website Builder – more than just a page builder v4.3.2
4.3.2 4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 All 455 releases
← All changes | modules/atomic-widgets/elements/atomic-form/atomic-form-promotion.php +5 -0 4.2.0-dev2 → 4.3.2 View file →
@@ -3,8 +3,9 @@
3 3 namespace Elementor\Modules\AtomicWidgets\Elements\Atomic_Form;
4 4
5 5 use Elementor\Modules\AtomicWidgets\Elements\Base\Atomic_Element_Base;
6 6 use Elementor\Modules\AtomicWidgets\Elements\Base\Has_Element_Template;
7 +use Elementor\Modules\AtomicWidgets\Elements\Base\Html_Tag_Computer;
7 8 use Elementor\Modules\AtomicWidgets\Elements\Promotions\Preserves_Children_Subtree;
8 9 use Elementor\Modules\AtomicWidgets\PropTypes\Primitives\String_Prop_Type;
9 10 use Elementor\Modules\AtomicWidgets\Styles\Style_Definition;
10 11 use Elementor\Modules\AtomicWidgets\Styles\Style_Variant;
@@ -37,8 +38,12 @@
37 38 }
38 39
39 40 public function get_icon() {
40 41 return 'eicon-atomic-form';
42 + }
43 +
44 + public static function get_computed_html_tag( array $settings ): string {
45 + return Html_Tag_Computer::compute( $settings, 'div' );
41 46 }
42 47
43 48 protected static function define_props_schema(): array {
44 49 return Atomic_Form::get_base_props_schema();