@ -6,7 +6,7 @@ The `toolbar_groups` option creates a toolbar button that displays a collection
> **Note:** The `toolbar_groups` feature is _only_ supported when using the `floating` toolbar mode. If the `toolbar_groups` option is used with other toolbar modes, the toolbar group button will not be displayed and a warning message will be printed in the console.
This option accepts an object, mapping the button name to the group configuration. For details on configuring toolbar groups, see: [`group toolbar button configuration`]({{site.baseurl}}/ui-components/typesoftoolbarbuttons/#groupbutton).
This option accepts an object, mapping the button name to the group configuration. For details on configuring toolbar groups, see: [`group toolbar button configuration`]({{site.baseurl}}/ui-components/typesoftoolbarbuttons/#grouptoolbarbutton).
@ -49,12 +49,12 @@ For information on using the `TextSeeker` API, see: [{{site.productname}} APIs -
### New group toolbar button
The new `toolbar_groups` setting and `addGroupButton` registry API can be used to create a toolbar button that displays a collection of other toolbar buttons in a pop-up.
The new `toolbar_groups` setting and `addGroupToolbarButton` registry API can be used to create a toolbar button that displays a collection of other toolbar buttons in a pop-up.
For information on using the `toolbar_groups` setting, see: [User interface options - `toolbar_groups`]({{ site.baseurl }}/configure/editor-appearance/#toolbar_groups).
For information on using the `addGroupButton` API, see: [Types of toolbar buttons - Group button]({{ site.baseurl }}/ui-components/typesoftoolbarbuttons/#groupbutton).
For information on using the `addGroupToolbarButton` API, see: [Types of toolbar buttons - Group button]({{ site.baseurl }}/ui-components/typesoftoolbarbuttons/#grouptoolbarbutton).