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

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.

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.

[![Build Status](https://travis-ci.org/dynamic/silverstripe-elemental-section-navigation.svg?branch=master)](https://travis-ci.org/dynamic/silverstripe-elemental-section-navigation)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/dynamic/silverstripe-elemental-section-navigation/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/dynamic/silverstripe-elemental-section-navigation/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/dynamic/silverstripe-elemental-section-navigation/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/dynamic/silverstripe-elemental-section-navigation/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/dynamic/silverstripe-elemental-section-navigation/badges/build.png?b=master)](https://scrutinizer-ci.com/g/dynamic/silverstripe-elemental-section-navigation/build-status/master)
[![codecov](https://codecov.io/gh/dynamic/silverstripe-elemental-section-navigation/branch/master/graph/badge.svg)](https://codecov.io/gh/dynamic/silverstripe-elemental-section-navigation)

[![Latest Stable Version](https://poser.pugx.org/dynamic/silverstripe-elemental-section-navigation/v/stable)](https://packagist.org/packages/dynamic/silverstripe-elemental-section-navigation)
[![Total Downloads](https://poser.pugx.org/dynamic/silverstripe-elemental-section-navigation/downloads)](https://packagist.org/packages/dynamic/silverstripe-elemental-section-navigation)
[![Latest Unstable Version](https://poser.pugx.org/dynamic/silverstripe-elemental-section-navigation/v/unstable)](https://packagist.org/packages/dynamic/silverstripe-elemental-section-navigation)
[![License](https://poser.pugx.org/dynamic/silverstripe-elemental-section-navigation/license)](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
![Front End sample of a Section Navigation Element](./readme-images/section-nav-block-sample.jpg)

## 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)