Skip to content

Commit cead9dd

Browse files
Update group-control-background.md (#321)
1 parent c67666c commit cead9dd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/editor-controls/group-control-background.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@ When using this group control, the `type` should be set to `Group_Control_Backgr
3636
<td><code>types</code></td>
3737
<td><code>array</code></td>
3838
<td></td>
39-
<td>The specific background types to use. Available types are <code>classic</code>, <code>gradient</code> and <code>video</code>. Default is an empty array, including all the types.</td>
39+
<td>The specific background types to use. Available types are <code>classic</code>, <code>gradient</code>, <code>video</code> and <code>slideshow</code>. Default is an empty array, including all the types.</td>
40+
</tr>
41+
<tr>
42+
<td><code>include</code></td>
43+
<td><code>array</code></td>
44+
<td></td>
45+
<td>Include specific controls from the group control. Example: <code>['image']</code></td>
4046
</tr>
4147
<tr>
4248
<td><code>exclude</code></td>

0 commit comments

Comments
 (0)