{% set facet='save' %}
Data settings @ HXL Proxy
{% include "includes/headers.html" %} {% include "includes/navbar.html" %}
{% include "includes/data-tabs.html" %}
{% if recipe.recipe_id %} {{ recipe.name }}: settings {% else %} Save recipe {% endif %}
{% include "includes/source.html" %}
Recipe name
Short description
{{ recipe.description|nonone }}
Basename for download (will add extension like .csv).
Default schema URL for validation
{% with id='#schema_url' %}{% include "includes/selectors.html" %}{% endwith %}
Editing password
Editing password (repeat)
Users may clone (will expose original URL)
Save this filter
{% if recipe.recipe_id %}
{% endif %} {% with excludes=['name', 'description', 'schema_url', 'stub', 'cloneable' ] %} {% include "includes/params.html" %} {% endwith %}
{% include "includes/scripts.html" %} {% include "includes/chooser-scripts.html" %}