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
Option | Description | Default |
---|
links array of objects | Array of links to add to the mobile frontend menu | [] |
ElementsOption | Description | Default |
---|
title string | The name of the Link | | url string | The url to link to, should start with http:// or https:// | | target string | The default link target, can be a new window ("_blank"), replace the page ("_self")
or embedded into a frontend page ("iframe") | "_blank" |
|
pimatic-links is written by Oliver Schneider (sweetpi)