| @@ -342,13 +342,15 @@ | ||
| 342 | 342 | $this->add_feature( [ |
| 343 | 343 | 'name' => 'container', |
| 344 | 344 | 'title' => esc_html__( 'Container', 'elementor' ), |
| 345 | 345 | 'description' => sprintf( |
| 346 | - /* translators: 1: Link opening tag, 2: Link closing tag, 3: Link opening tag, 4: Link closing tag */ | |
| 347 | - esc_html__( 'Create advanced layouts and responsive designs with %1$sFlexbox%2$s and %3$sGrid%4$s container elements.', 'elementor' ), | |
| 346 | + /* translators: 1: Link opening tag, 2: Link closing tag, 3: Link opening tag, 4: Link closing tag, 5: Link opening tag, 6: Link closing tag */ | |
| 347 | + esc_html__( 'Create advanced layouts and responsive designs with %1$sFlexbox%2$s and %3$sGrid%4$s container elements. Give it a try using the %5$sContainer playground%6$s.', 'elementor' ), | |
| 348 | 348 | '<a target="_blank" href="https://go.elementor.com/wp-dash-flex-container/">', |
| 349 | 349 | '</a>', |
| 350 | 350 | '<a target="_blank" href="https://go.elementor.com/wp-dash-grid-container/">', |
| 351 | + '</a>', | |
| 352 | + '<a target="_blank" href="https://go.elementor.com/wp-dash-flex-container-playground/">', | |
| 351 | 353 | '</a>' |
| 352 | 354 | ), |
| 353 | 355 | 'release_status' => self::RELEASE_STATUS_STABLE, |
| 354 | 356 | 'default' => self::STATE_INACTIVE, |
| @@ -375,17 +377,8 @@ | ||
| 375 | 377 | 'new_site' => [ |
| 376 | 378 | 'default_active' => true, |
| 377 | 379 | 'minimum_installation_version' => '3.30.0', |
| 378 | 380 | ], |
| 379 | - ] ); | |
| 380 | - | |
| 381 | - $this->add_feature( [ | |
| 382 | - 'name' => 'e_panel_promotions', | |
| 383 | - 'title' => esc_html__( 'Panel Promotions', 'elementor' ), | |
| 384 | - 'description' => esc_html__( 'Enable experimental rendering for targeted promotions within the elements panels.', 'elementor' ), | |
| 385 | - 'release_status' => self::RELEASE_STATUS_DEV, | |
| 386 | - 'default' => self::STATE_ACTIVE, | |
| 387 | - 'type' => self::TYPE_HIDDEN, | |
| 388 | 381 | ] ); |
| 389 | 382 | } |
| 390 | 383 | |
| 391 | 384 | /** |