Mercurial > piecrust2
view docs/api/02_components.md @ 561:624559e72d3b
routes: Add better support for taxonomy slugification.
* The `site/slugify_mode` can change slugification mode for all sources in
one go.
* Add support for replacing spaces with dashes.
* Add tests.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 14 Aug 2015 22:46:06 -0700 |
parents | 20fcadaaf871 |
children |
line wrap: on
line source
--- title: Plugin Components --- Once you've [created a plugin][1], you need to make it provide new _components_. {% for comp in family.children -%} * [{{comp.title}}]({{comp.url}}) {% endfor %} [1]: {{apiurl('plugins')}}