An open API service indexing awesome lists of open source software.

https://github.com/pimatic/pimatic-links

Adds links to the main menu in the mobile frontend.
https://github.com/pimatic/pimatic-links

Last synced: 3 months ago
JSON representation

Adds links to the main menu in the mobile frontend.

Awesome Lists containing this project

README

          

pimatic links plugin
=======================

Adds links to the main menu in the mobile frontend.

Config:
-------

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