Skip to content

Commit

Permalink
Button Control: add more available types (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
rami-elementor authored Feb 8, 2024
1 parent e6e7bf6 commit fddabd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor-controls/control-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ When using this control, the `type` should be set to `\Elementor\Controls_Manage
<td><code>button_type</code></td>
<td><code>string</code></td>
<td>default</td>
<td>The button type. Available values are <code>default</code> and <code>success</code>.</td>
<td>The button type. Available values are <code>default</code>, <code>info</code>, <code>success</code>, <code>warning</code> and <code>danger</code>.</td>
</tr>
<tr>
<td><code>event</code></td>
Expand Down

0 comments on commit fddabd7

Please sign in to comment.