| @@ -1128,8 +1128,26 @@ | ||
| 1128 | 1128 | ], |
| 1129 | 1129 | ] |
| 1130 | 1130 | ); |
| 1131 | 1131 | |
| 1132 | + $this->add_control( | |
| 1133 | + '_mask_notice', | |
| 1134 | + [ | |
| 1135 | + 'type' => Controls_Manager::HIDDEN, | |
| 1136 | + 'raw' => esc_html__( 'Need More Shapes?', 'elementor' ) . | |
| 1137 | + '<br>' . | |
| 1138 | + sprintf( | |
| 1139 | + '%1$s <a target="_blank" href="https://go.elementor.com/mask-control">%2$s</a>', | |
| 1140 | + esc_html__( 'Explore additional Premium Shape packs and use them in your site.', 'elementor' ), | |
| 1141 | + esc_html__( 'Learn more', 'elementor' ), | |
| 1142 | + ), | |
| 1143 | + 'content_classes' => 'elementor-panel-alert elementor-panel-alert-info', | |
| 1144 | + 'condition' => [ | |
| 1145 | + '_mask_switch!' => '', | |
| 1146 | + ], | |
| 1147 | + ] | |
| 1148 | + ); | |
| 1149 | + | |
| 1132 | 1150 | $this->add_responsive_control( |
| 1133 | 1151 | '_mask_size', |
| 1134 | 1152 | [ |
| 1135 | 1153 | 'label' => esc_html__( 'Size', 'elementor' ), |