← All changes
|
modules/components/widgets/component-instance.php
+1
-1
4.3.0-beta1
→
4.3.0-beta3
View file →
| @@ -17,9 +17,9 @@ | ||
| 17 | 17 | class Component_Instance extends Atomic_Widget_Base { |
| 18 | 18 | use Has_Template; |
| 19 | 19 | |
| 20 | 20 | public static function get_element_type(): string { |
| 21 | - return 'e-component'; | |
| 21 | + return Component_Instance_Prop_Type::WIDGET_TYPE; | |
| 22 | 22 | } |
| 23 | 23 | |
| 24 | 24 | public function show_in_panel() { |
| 25 | 25 | return false; |