You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add a new panel group, add a new `<group>` element in your module's `group.xml` file with a unique `name` as shown here:
59
78
@@ -70,28 +89,29 @@ The result shows the new group (My Controls) positioned at the top of the panel
70
89
71
90
Now to populate the new and existing groups with content types.
72
91
73
-
## Add a content type to a panel group
92
+
## Add content types to different panel groups
74
93
75
-
To do this, set your configuration's `group` attribute to the `<group>` element's name. For example, to add your content type to the Layout group,
94
+
To add content types to other panel groups, set your configuration's `group` attribute to the new `<group>` element's name. For example, to add your content type to a new group called My Controls,

93
113
94
-
The same technique applies to adding a content type to an existing panel groups: `layout`, `elements`, `media`, and `add_content` as shown here:
114
+
The same technique applies when you want to add a new content type (or move existing content types) to one of the default groups: `layout`, `elements`, `media`, and `add_content` as shown here:
0 commit comments