Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ep_button_link

Package Overview
Dependencies
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep_button_link

Adds a button to the toolbar that links out to a new window

  • 0.1.8
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by150%
Maintainers
4
Weekly downloads
 
Created
Source

Add a button to the toolbar

Installation

  1. Install using /admin/plugins or npm install ep_button_link
  2. Edit settings in settings.json

Configuration

Add the following to your settings.json

"ep_button_link": { 
  "text": "Hello world",
  "link": "http://whatever.com",
  "classes": "grouped-left",
  "before": "li[data-key='showTimeSlider']",
  "after": "li[data-key='showTimeSlider']"
}

text = The text of the button, also supports HTML
link = Where to link to
classes = the css classes to apply to the button link
before = The element to draw the button before in the DOM
after = The element to draw the button after in the DOM

Use either before or after..

FAQs

Package last updated on 22 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc