{% extends "base.html" %} {% block content %}

Plugins

Optional integration adapters. Each ships as a pip extra (pip install 'metaseed[<name>]'); availability reflects whether that extra is installed. Toggle to enable an adapter in this instance.

{% for row in adapters %} {% include "partials/adapter_toggle.html" %} {% endfor %}
{% if hub_enabled %}

Profiles on the hub

Push a profile of your own to the hub as a private draft, publish it, or pull a published specification.

{% endif %}
{% endblock %}