https://github.com/topherzee/child-page-list-magnolia
Child page list - Component Template for Magnolia
https://github.com/topherzee/child-page-list-magnolia
Last synced: 2 months ago
JSON representation
Child page list - Component Template for Magnolia
- Host: GitHub
- URL: https://github.com/topherzee/child-page-list-magnolia
- Owner: topherzee
- License: mit
- Created: 2017-03-01T15:38:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T04:46:55.000Z (about 8 years ago)
- Last Synced: 2024-10-12T09:07:34.179Z (8 months ago)
- Language: FreeMarker
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Child Page List - Component template for Magnolia CMS
A list of the direct child pages with links.
## Features
* Outputs an unordered list of links to the direct children of the current page.
* Author can specify the maximum number of pages to list.

## Usage
Make the component available to authors using standard magnolia techniques.
(To make this component available on the mtk basic page, you could use the decoration included in `_dev/decorations`.)
This component requires Magnolia version 5.5.0 or greater, because it uses the navfn templating functions.
## Demo
To see a page demonstrating this component, open the Pages app in Magnolia AdminCentral and import the files in `_dev/demos`.
## Information on Magnolia CMS
This directory is a Magnolia 'light module'.https://docs.magnolia-cms.com
Search the docs for `sharing light modules` for details on how to share and use light modules on npm and github.
## Contribute to the Magnolia component ecosystem
It's easy to create components for Magnolia and share them on github and npm. I invite you to do so and join the community. Let's stop wasting time by developing the same thing again and again, rather let's help each other out by sharing our work and create a rich library of components.Just add `magnolia-light-module` as a keyword to npm's package.json to make them easy to find and use on npm.
## License
MIT
## Contributors
Christopher Zimmermann, @topherzee