Skip to content

Commit 5a6e8bf

Browse files
Fix duplicate badge entries in control-popovers.md (#338)
Removed duplicate badge elements in control popovers documentation.
1 parent bdc5c90 commit 5a6e8bf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/editor-controls/control-popovers.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
<Badge type="tip" vertical="top" text="Elementor Core" /> <Badge type="warning" vertical="top" text="Basic" />
44

5-
<Badge type="tip" vertical="top" text="Elementor Core" /> <Badge type="warning" vertical="top" text="Basic" />
6-
75
Control popovers are UI wrappers used to group controls and display them in popups, which will appear over the panel. Using popovers can help you can declutter the panel by moving controls to popovers and displaying them only when the user chooses to see them. An excellent example of this is the typography control. It contains a toggle, and only if the user chooses to change the default typography settings will the extra controls appear in a popover. Popovers are created using two methods: `start_popover()` creates a new popover and `end_popover()` closes the popover.
86

97
## Control Popovers Structure

0 commit comments

Comments
 (0)