PluginProbe
Elementor Website Builder – more than just a page builder / 3.4.3
Elementor Website Builder – more than just a page builder v3.4.3
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | includes/widgets/common.php +13 -10 3.4.23.4.3 View file →
@@ -440,18 +440,21 @@
440 440 'default' => '',
441 441 ]
442 442 );
443 443
444 - $this->add_control( '_mask_shape', [
445 - 'label' => esc_html__( 'Shape', 'elementor' ),
446 - 'type' => Controls_Manager::SELECT,
447 - 'options' => $this->get_shapes(),
448 - 'default' => 'circle',
449 - 'selectors' => $this->get_mask_selectors( '-webkit-mask-image: url( ' . ELEMENTOR_ASSETS_URL . '/mask-shapes/{{VALUE}}.svg );' ),
450 - 'condition' => [
451 - '_mask_switch!' => '',
452 - ],
453 - ] );
444 + $this->add_control(
445 + '_mask_shape',
446 + [
447 + 'label' => esc_html__( 'Shape', 'elementor' ),
448 + 'type' => Controls_Manager::SELECT,
449 + 'options' => $this->get_shapes(),
450 + 'default' => 'circle',
451 + 'selectors' => $this->get_mask_selectors( '-webkit-mask-image: url( ' . ELEMENTOR_ASSETS_URL . '/mask-shapes/{{VALUE}}.svg );' ),
452 + 'condition' => [
453 + '_mask_switch!' => '',
454 + ],
455 + ]
456 + );
454 457
455 458 $this->add_control(
456 459 '_mask_image',
457 460 [