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.
- Host: GitHub
- URL: https://github.com/pimatic/pimatic-links
- Owner: pimatic
- License: gpl-2.0
- Created: 2014-10-02T06:34:25.000Z (almost 12 years ago)
- Default Branch: development
- Last Pushed: 2016-03-20T21:03:20.000Z (over 10 years ago)
- Last Synced: 2025-02-20T16:02:44.823Z (over 1 year ago)
- Language: CoffeeScript
- Size: 76.2 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
},
]
}
```