ExpressionEngine Docs

Jump Menu

Add-ons can easily add custom items for the Jump Menu.

Sample File: https://gist.github.com/obfuscode/77d0135970c9ce8bc84139c127507bb1

  1. Create a jump.[addon_name].php file in your add-on folder

  2. Your jump file MUST have the following:

     use ExpressionEngine\Service\JumpMenu\AbstractJumpMenu;
    
     class [AddonName]_jump extends AbstractJumpMenu
     {
    
     protected static $items = [];
  3. Add commands for your custom items.
    Item commands are comprised of the following:

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: “Edit <b>Your Object</b> titled <i>[secondary keywords]</i>” “Edit Author titled [name]”