Mercurial > piecrust2
view docs/api/02_components.md @ 970:660250c95246
admin: Improve support for Micropub.
- Handle Micropub JSON syntax.
- Use UTF8 encoding for created posts.
- Remove Micro.blog hack for authorization.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 09 Oct 2017 21:07:00 -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')}}