| @@ -786,9 +786,9 @@ | ||
| 786 | 786 | if ( ElementorUtils::has_pro() ) { |
| 787 | 787 | $context['features']['subscriptions'] = [ 'Pro' ]; |
| 788 | 788 | } |
| 789 | 789 | |
| 790 | - if ( Plugin::instance()->experiments->get_active_features()['nested-elements'] ) { | |
| 790 | + if ( Plugin::instance()->experiments->is_feature_active( 'container' ) ) { | |
| 791 | 791 | $context['features']['supportedFeatures'][] = 'Nested'; |
| 792 | 792 | } |
| 793 | 793 | |
| 794 | 794 | if ( Plugin::instance()->experiments->get_active_features()['mega-menu'] ) { |