diff --git a/src/editor-controls/responsive-control.md b/src/editor-controls/responsive-control.md index 5bb04fe..6484fd4 100644 --- a/src/editor-controls/responsive-control.md +++ b/src/editor-controls/responsive-control.md @@ -56,7 +56,7 @@ class Elementor_Test_Widget extends \Elementor\Widget_Base { ], ], 'devices' => [ 'desktop', 'tablet', 'mobile' ], - 'desktop_default' => [ + 'default' => [ 'size' => 30, 'unit' => 'px', ],