Add tag support

This commit is contained in:
Alex 2026-06-08 13:00:11 -07:00
parent ce10245c51
commit ae440be40c
24 changed files with 475 additions and 15 deletions

View file

@ -20,6 +20,9 @@
<div class="row">
{{ form_row(form.category) }}
</div>
<div class="row">
{{ form_row(form.tags) }}
</div>
<div class="row">
{{ form_row(form.thumbnail) }}
</div>