Mercurial > piecrust2
view docs/api/02_components.md @ 1040:506a5cb1e942
bake: Fix exception verbose reporting for bake worker errors.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 18 Jan 2018 21:22:42 -0800 |
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')}}