pimatic-links

Adds links to the main menu in the mobile frontend.

Usage no npm install needed!

<script type="module">
  import pimaticLinks from 'https://cdn.skypack.dev/pimatic-links';
</script>

README

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