← All changes
|
modules/atomic-widgets/elements/atomic-svg/atomic-svg.php
+0
-1
4.2.0-beta2
→
4.1.0-dev3
View file →
| @@ -59,9 +59,8 @@ | ||
| 59 | 59 | protected function define_atomic_controls(): array { |
| 60 | 60 | return [ |
| 61 | 61 | Section::make() |
| 62 | 62 | ->set_label( esc_html__( 'Content', 'elementor' ) ) |
| 63 | - ->set_id( 'content' ) | |
| 64 | 63 | ->set_items( [ |
| 65 | 64 | Svg_Control::bind_to( 'svg' ) |
| 66 | 65 | ->set_label( __( 'SVG', 'elementor' ) ), |
| 67 | 66 | ] ), |