Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erdmannfreunde/contao-onepage-navigation
Extension for Contao CMS to create onepage navigations
https://github.com/erdmannfreunde/contao-onepage-navigation
contao contao-bundle contao-extension contao-module navigation onepage
Last synced: about 1 month ago
JSON representation
Extension for Contao CMS to create onepage navigations
- Host: GitHub
- URL: https://github.com/erdmannfreunde/contao-onepage-navigation
- Owner: erdmannfreunde
- License: lgpl-3.0
- Created: 2017-11-02T09:08:41.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T12:47:53.000Z (11 months ago)
- Last Synced: 2024-10-01T20:43:38.524Z (3 months ago)
- Topics: contao, contao-bundle, contao-extension, contao-module, navigation, onepage
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Onepage Navigation
## Function
This extension for Contao Open Source CMS allows you to create a article navigation that can be used to build onepage navigations. It can be used just like a normal navigation but scrolls smoothly between the links within a page automatically rather than redirecting to another page.
## Usage
* Each article has a new area where the onepage navigation settings can be edited
* Each article can be activated to be a navigation item
* a new frontend module needs to be created (type: '*Article navigation (Onepage)*')
* place the module on the page (layout or as content element)
* activate `js_onepage_navigation.html5` in your site layout### InsertTags
* {{scroll::[article-id]::[myCustomLinkTitle]}}
* [article-id] = article id this link should scroll to
* [myCustomLinkTitle] = text to be displayed as the link
* Example: `{{scroll::contact::Email us}}`