https://github.com/dynamic/silverstripe-elemental-section-navigation
A block to display a list of links to child pages, or pages in current level.
https://github.com/dynamic/silverstripe-elemental-section-navigation
Last synced: 6 months ago
JSON representation
A block to display a list of links to child pages, or pages in current level.
- Host: GitHub
- URL: https://github.com/dynamic/silverstripe-elemental-section-navigation
- Owner: dynamic
- License: bsd-3-clause
- Created: 2018-05-08T20:56:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T04:55:01.000Z (over 1 year ago)
- Last Synced: 2024-12-14T06:14:20.970Z (7 months ago)
- Language: PHP
- Size: 28.3 KB
- Stars: 0
- Watchers: 7
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Silverstripe Elemental Section Navigation
A block to display a list of links to child pages, or pages in current level.
[](https://travis-ci.org/dynamic/silverstripe-elemental-section-navigation)
[](https://scrutinizer-ci.com/g/dynamic/silverstripe-elemental-section-navigation/?branch=master)
[](https://scrutinizer-ci.com/g/dynamic/silverstripe-elemental-section-navigation/?branch=master)
[](https://scrutinizer-ci.com/g/dynamic/silverstripe-elemental-section-navigation/build-status/master)
[](https://codecov.io/gh/dynamic/silverstripe-elemental-section-navigation)[](https://packagist.org/packages/dynamic/silverstripe-elemental-section-navigation)
[](https://packagist.org/packages/dynamic/silverstripe-elemental-section-navigation)
[](https://packagist.org/packages/dynamic/silverstripe-elemental-section-navigation)
[](https://packagist.org/packages/dynamic/silverstripe-elemental-section-navigation)## Requirements
* silverstripe/recipe-cms: ^4@dev
* dnadesign/silverstripe-elemental: ^4@dev## Installation
`composer require dynamic/silverstripe-elemental-section-navigation`
## Example usage
Adds a block to display a list of links to child pages, or the pages in the current level. Useful for sidebar navigation.
### Template Notes
The default templates are based off [Bootstrap 4](https://getbootstrap.com/) classes/styling, specifically the [List Group](http://getbootstrap.com/docs/4.1/components/list-group/).
## Screen Shots
#### Front End sample of a Section Navigation Element
## Getting more elements
See [Elemental modules by Dynamic](https://github.com/dynamic/silverstripe-elemental-blocks#getting-more-elements)
## Configuration
See [SilverStripe Elemental Configuration](https://github.com/dnadesign/silverstripe-elemental#configuration)