Skip to content

Commit 7916cb8

Browse files
authored
Add guideline for plugins to not add their own toggles for ribbon items (#216)
Co-authored-by: Zachatoo <[email protected]>
1 parent a21f5dc commit 7916cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/Plugins/User interface/Ribbon actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ export default class ExamplePlugin extends Plugin {
1717
The first argument specifies which icon to use. For more information on the available icons, and how to add your own, refer to [[Plugins/User interface/Icons|Icons]].
1818

1919
> [!note]
20-
> Users can remove your plugin's icon from the ribbon, or even opt to hide the ribbon entirely. Therefore it's advisable to include alternate ways of accessing functionality that's in the ribbon, such as creating a [[Plugins/User interface/Commands|command]].
20+
> Users can remove your plugin's icon from the ribbon, or even opt to hide the ribbon entirely. Therefore it's advisable to include alternate ways of accessing functionality that's in the ribbon, such as creating a [[Plugins/User interface/Commands|command]]. It is also recommended that plugins do not add their own toggles for ribbon items.

0 commit comments

Comments
 (0)