PluginProbe
Elementor Website Builder – more than just a page builder / 4.3.0-beta3
Elementor Website Builder – more than just a page builder v4.3.0-beta3
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 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | modules/atomic-widgets/elements/base/atomic-widget-base.php +3 -0 4.1.34.3.0-beta3 View file →
@@ -73,12 +73,15 @@
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();
77 78 $config['atomic_props_schema'] = $props_schema;
78 79 $config['atomic_pseudo_states'] = $this->define_atomic_pseudo_states();
79 80 $config['dependencies_per_target_mapping'] = Dependency_Manager::get_source_to_dependents( $props_schema );
80 81 $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();
81 84 $config['meta'] = $this->get_meta();
82 85
83 86 return $config;
84 87 }