← All changes
|
modules/atomic-widgets/elements/base/atomic-widget-base.php
+2
-0
4.2.2
→
4.3.0-beta3
View file →
| @@ -78,8 +78,10 @@ | ||
| 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(); | |
| 82 | 84 | $config['meta'] = $this->get_meta(); |
| 83 | 85 | |
| 84 | 86 | return $config; |
| 85 | 87 | } |