Skip to content

Commit b4637cc

Browse files
Update choose control and visual choice control
1 parent 832647a commit b4637cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: src/editor-controls/control-choose.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ When using this control, the `type` should be set to `\Elementor\Controls_Manage
6161
<tr>
6262
<td><code>options</code></td>
6363
<td><code>array</code></td>
64-
<td></td>
65-
<td>A multi dimensional array containing the <code>title</code> and the <code>icon</code> for each radio button: <code>[ [ 'title' =&gt; '', 'icon' =&gt; '' ], [ 'title' =&gt; '', 'icon' =&gt; '' ], ... ]</code>.</td>
64+
<td>[]</td>
65+
<td>A multi dimensional array containing a <code>title</code> and an <code>icon</code> for each radio button.</td>
6666
</tr>
6767
<tr>
6868
<td><code>toggle</code></td>

Diff for: src/editor-controls/control-visual-choice.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ When using this control, the `type` should be set to `\Elementor\Controls_Manage
6262
<td><code>options</code></td>
6363
<td><code>array</code></td>
6464
<td>[]</td>
65-
<td>A multi dimensional array containing the <code>title</code> and the <code>icon</code> for each radio button: <code>[ [ 'title' =&gt; '', 'image' =&gt; '' ], [ 'title' =&gt; '', 'image' =&gt; '' ], ... ]</code>.</td>
65+
<td>A multi dimensional array containing a <code>title</code> and an <code>image</code> for each radio button.
6666
</tr>
6767
<tr>
6868
<td><code>columns</code></td>

0 commit comments

Comments
 (0)