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
Copy file name to clipboardExpand all lines: docs/development/jump-menu.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The array of a Jump Menu command is comprised of the following keys:
42
42
43
43
-`commandArrayTitle`_(string)_ Unique command title used as key in global jumps array. Will be prefixed with the add-ons name so a command title in the add-on Assets of `editS3Source` will be `Assets:editS3Source`
44
44
-`icon`_(string)_ FontAwesome format: `fa-file`
45
-
-`command`)_(string)_ lowercase string to be fuzzy-matched when user is typing in jump menu: “edit external source”
45
+
-`command`_(string)_ lowercase string to be fuzzy-matched when user is typing in jump menu: “edit external source”
46
46
-`command_title`_(string)_ Language file array key for Human-readable command title, shows up in results if fuzzy-matched. *Please note, this should be in your Lang file.
47
47
48
48
NOTE: Style Note: We use bold, italics, and brackets to denote keywords and actions to the user and urge you to use keep your commands in line with this style:
0 commit comments