view docs/api/02_components.md @ 779:982de61e7da9

tests: Fix some CLI tests. Add auto-stripping of newlines in the CLI output for tests that use the simple YAML string value for the expected output. Also, fix `showconfig` test to expect a root URL with a trailing slash.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 16 Jul 2016 15:04:36 +0200
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')}}