We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a54167 commit d13eb94Copy full SHA for d13eb94
src/editor-controls/control-visual-choice.md
@@ -111,8 +111,6 @@ class Elementor_Test_Widget extends \Elementor\Widget_Base {
111
'label' => esc_html__( 'Structure', 'textdomain' ),
112
'type' => \Elementor\Controls_Manager::VISUAL_CHOICE,
113
'label_block' => true,
114
- 'default' => 'masonry',
115
- 'columns' => 3,
116
'options' => [
117
'grid-3' => [
118
'title' => esc_attr__( 'Grid: 3 columns.', 'textdomain' ),
@@ -139,6 +137,8 @@ class Elementor_Test_Widget extends \Elementor\Widget_Base {
139
137
'image' => plugins_url( 'assets/img/stretch.svg', __FILE__ ),
140
138
]
141
],
+ 'default' => 'masonry',
+ 'columns' => 3,
142
'prefix_class' => 'some-layout-',
143
144
);
0 commit comments