{% extends "layout.html" %} {% block title %}Manage AR Fields - KCAP Admin{% endblock %} {% block content %}
Configure the fields that will be returned by the /arcontentfields and /arinfo endpoints.
| Field Name | Label | Type | Editable | Display Order | Actions |
|---|---|---|---|---|---|
| {{ field.fieldName }} | {{ field.label }} | {{ field.fieldType }} | {{ field.editable }} | {{ field.displayOrder }} |
No custom fields defined. Default fields will be used.
{% endif %}