| @@ -50,9 +50,9 @@ | ||
| 50 | 50 | return ! Plugin::$instance->experiments->is_feature_active( 'e_optimized_markup' ); |
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | public function show_in_panel(): bool { |
| 54 | - return Plugin::$instance->experiments->is_feature_active( 'container' ); | |
| 54 | + return Plugin::$instance->experiments->is_feature_active( 'nested-elements', true ); | |
| 55 | 55 | } |
| 56 | 56 | |
| 57 | 57 | protected function tab_content_container( int $index ) { |
| 58 | 58 | return [ |