PluginProbe
Elementor Website Builder – more than just a page builder / 4.1.4
Elementor Website Builder – more than just a page builder v4.1.4
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 4.0.8 All 454 releases
← All changes | modules/atomic-widgets/elements/base/atomic-widget-base.php +0 -3 4.3.0-beta3 → 4.1.4 View file →
@@ -73,15 +73,12 @@
73 73 $config['atomic'] = true;
74 74 $config['atomic_controls'] = $this->get_atomic_controls();
75 75 $config['base_styles'] = $this->get_base_styles();
76 76 $config['base_styles_dictionary'] = $this->get_base_styles_dictionary();
77 - $config['base_settings'] = $this->get_base_settings();
78 77 $config['atomic_props_schema'] = $props_schema;
79 78 $config['atomic_pseudo_states'] = $this->define_atomic_pseudo_states();
80 79 $config['dependencies_per_target_mapping'] = Dependency_Manager::get_source_to_dependents( $props_schema );
81 80 $config['version'] = $this->version;
82 - $config['default_html_tag'] = static::get_computed_html_tag( [] );
83 - $config['html_tag_follows_link'] = static::html_tag_follows_link();
84 81 $config['meta'] = $this->get_meta();
85 82
86 83 return $config;
87 84 }