Fork me on GitHub

pimatic-links by Oliver Schneider (sweetpi) | github | npm

pimatic links plugin

Adds links to the main menu in the mobile frontend.

Config:

{
  "plugin": "links",
  "links": [
    {
      "title": "Rules Guide",
      "url": "http://pimatic.org/guide/usage/rules/",
      "target": "iframe"
    },
    {
      "title": "google.com",
      "url": "http://google.com",
      "target": "_blank"
    },       
  ]
}

Plugin Config Options

links config options
OptionDescriptionDefault
links
array of objects
Array of links to add to the mobile frontend menu
[]
Elements
pimatic-links is written by Oliver Schneider (sweetpi)