{% extends "layout.html" %} {% block title %}Data source settings{% endblock %} {% block body_class %}plain-page frontpage admin {{ body_class }}{% endblock %} {% block body %}

Data source settings

Data sources enabled below will be offered to people on the 'Create Dataset' page. If disabled here, datasets cannot be made via that data source directly, but may still be created in other ways such as changing the metadata of an uploaded dataset or by exporting data from Zeeschuimer to this 4CAT instance.

Some data sources offer further settings which may be configured in the Settings panel.

{% for notice in flashes %}

{{ notice|safe }}

{% endfor %} {% for datasource, info in datasources.items() %}
{% endfor %}
{% endblock %}