lib/chiya_web/controllers/setting_html/setting_form.html.heex aktualisiert

This commit is contained in:
inhji 2023-07-29 16:01:22 +02:00
parent bdd96a0548
commit fb9371a2fd

View file

@ -21,6 +21,12 @@
label="Micropub Channel"
options={@channels}
/>
<.input
field={f[:bookmark_channel_id]}
type="select"
label="Bookmark Channel"
options={@channels}
/>
<.input
field={f[:default_channel_id]}
type="select"