{% extends "base.html" %} {% block title %}{{ _('Admin ยท %(name)s schema', name=cat.name) }}{% endblock %} {% block content %} {% include "admin/_nav.html" %}
{{ _('Edit the JSON field schema for this category. Supported types: text, number, select, bool. Add "hot": true to denormalize onto an indexed column.') }}
{% if error %}{{ error }}
{% endif %}