| @@ -378,8 +378,17 @@ | ||
| 378 | 378 | 'default_active' => true, |
| 379 | 379 | 'minimum_installation_version' => '3.30.0', |
| 380 | 380 | ], |
| 381 | 381 | ] ); |
| 382 | + | |
| 383 | + $this->add_feature( [ | |
| 384 | + 'name' => 'e_panel_promotions', | |
| 385 | + 'title' => esc_html__( 'Panel Promotions', 'elementor' ), | |
| 386 | + 'description' => esc_html__( 'Enable experimental rendering for targeted promotions within the elements panels.', 'elementor' ), | |
| 387 | + 'release_status' => self::RELEASE_STATUS_DEV, | |
| 388 | + 'default' => self::STATE_ACTIVE, | |
| 389 | + 'type' => self::TYPE_HIDDEN, | |
| 390 | + ] ); | |
| 382 | 391 | } |
| 383 | 392 | |
| 384 | 393 | /** |
| 385 | 394 | * Init States |