Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 399 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 399 Bytes

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"
    },       
  ]
}