view docs/api/02_components.md @ 550:6f216c1ab6b1

bake: Add a flag to know which record entries got collapsed from last run. This makes it possible to find entries for things that were actually baked during the current run, as opposed to skipped because they were "clean".
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 04 Aug 2015 21:22:30 -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')}}