| @@ -100,9 +100,9 @@ | ||
| 100 | 100 | * @since 3.15.0 |
| 101 | 101 | * @return bool |
| 102 | 102 | */ |
| 103 | 103 | public function show_in_panel(): bool { |
| 104 | - return ! Plugin::$instance->experiments->is_feature_active( 'container' ); | |
| 104 | + return ! Plugin::$instance->experiments->is_feature_active( 'nested-elements', true ); | |
| 105 | 105 | } |
| 106 | 106 | |
| 107 | 107 | public function has_widget_inner_wrapper(): bool { |
| 108 | 108 | return ! Plugin::$instance->experiments->is_feature_active( 'e_optimized_markup' ); |