← All changes
|
modules/atomic-widgets/elements/base/atomic-widget-base.php
+3
-0
4.1.3
→
4.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 | } |