| @@ -614,8 +614,12 @@ | ||
| 614 | 614 | esc_html__( 'Learn more', 'elementor' ) |
| 615 | 615 | ), |
| 616 | 616 | 'default' => Experiments_Manager::STATE_INACTIVE, |
| 617 | 617 | 'release_status' => Experiments_Manager::RELEASE_STATUS_BETA, |
| 618 | + 'new_site' => [ | |
| 619 | + 'default_active' => true, | |
| 620 | + 'minimum_installation_version' => '3.23.0', | |
| 621 | + ], | |
| 618 | 622 | ] ); |
| 619 | 623 | } |
| 620 | 624 | |
| 621 | 625 | /** |