Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/development/jump-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Item commands are comprised of the following:

- `[commandTitle]` _(string)_ Unique command title used as key in global jumps array. Will be prefixed with `[addonName]:` so a command title in Assets of `editS3Source` will be `Assets:editS3Source`
- `icon` _(string)_ FontAwesome format: `fa-file`
- `command` )(string)_ lowercase fuzzy-matched search text: `edit external source`
- `command` _(string)_ lowercase fuzzy-matched search text: `edit external source`
- `command_title` _(string)_ Human-readable command title, shows up in results

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:
Expand Down