← All changes
|
modules/atomic-widgets/elements/atomic-form/atomic-form-promotion.php
+0
-5
4.3.0
→
4.2.1
View file →
| @@ -3,9 +3,8 @@ | ||
| 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; | |
| 8 | 7 | use Elementor\Modules\AtomicWidgets\Elements\Promotions\Preserves_Children_Subtree; |
| 9 | 8 | use Elementor\Modules\AtomicWidgets\PropTypes\Primitives\String_Prop_Type; |
| 10 | 9 | use Elementor\Modules\AtomicWidgets\Styles\Style_Definition; |
| 11 | 10 | use Elementor\Modules\AtomicWidgets\Styles\Style_Variant; |
| @@ -38,12 +37,8 @@ | ||
| 38 | 37 | } |
| 39 | 38 | |
| 40 | 39 | public function get_icon() { |
| 41 | 40 | 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' ); | |
| 46 | 41 | } |
| 47 | 42 | |
| 48 | 43 | protected static function define_props_schema(): array { |
| 49 | 44 | return Atomic_Form::get_base_props_schema(); |