← All changes
|
modules/atomic-widgets/elements/base/atomic-widget-base.php
+0
-2
4.3.0
→
4.2.1
View file →
| @@ -78,10 +78,8 @@ | ||
| 78 | 78 | $config['atomic_props_schema'] = $props_schema; |
| 79 | 79 | $config['atomic_pseudo_states'] = $this->define_atomic_pseudo_states(); |
| 80 | 80 | $config['dependencies_per_target_mapping'] = Dependency_Manager::get_source_to_dependents( $props_schema ); |
| 81 | 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(); | |
| 84 | 82 | $config['meta'] = $this->get_meta(); |
| 85 | 83 | |
| 86 | 84 | return $config; |
| 87 | 85 | } |