Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: feat(menu): add link menu item option #867

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 6, 2020

  1. feat(menu): add link menu item option

    Adds a link option to menu items which is either a string (the URL) or
    an object of {href, target, opener, referrer} such as {href:
    'somepage.html', target: '_blank'}. The openener and referrer options
    are only needed to open windows in the same process, which gives that
    page access to window.opener and window.opener.document (those should be
    omitted for any external links for security reasons).
    wallw-teal committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    9cdf3f9 View commit details
    Browse the repository at this point in the history