Many files, ordered — press kits and board minutes; admin type Files.
Many files, ordered: the Files kind's Multiple shape. Stores a
collection with allowed_types: ['document', 'video'],
boundary-enforced. In the admin this is the Files field type.
| Label | Board minutes |
| Key | board_minutes |
| Data type | collection |
| Constraint | allowed_types: ['document', 'video'] |
<ul>
<% for (const f of board_minutes ?? []) { %>
<li><a href="<%= f.src %>"><%= f.title || f.filename %></a>
<span class="text-muted">(<%= f.extension %>)</span></li>
<% } %>
</ul>
The list wakes to resolved objects — documents carry extension for
exactly this label.
Ordering, taxonomy filters, and item limits come from the media collection machinery — read that page for the full story.
One download is Single.