Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
denniserdmann committed Aug 15, 2022
1 parent 52d380b commit 6357158
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@ This extension for Contao Open Source CMS allows you to create a article navigat
* 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 jQuery in your layout
* 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}}`

## Acknowledgement

This extension is inspired and based on [onepage-navigation](https://github.com/Sascha-Brandhoff/onepage-navigation) by Sascha Brandhoff. It's been adapted and rewritten for Contao 4.x as a symfony bundle.

0 comments on commit 6357158

Please sign in to comment.