mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00
fix: prefill description footer input when creating a new episode
This commit is contained in:
parent
2b688f2184
commit
9ea5ca3169
@ -126,6 +126,7 @@
|
||||
name="description_footer"
|
||||
label="<?= lang('Episode.form.description_footer') ?>"
|
||||
hint="<?= lang('Episode.form.description_footer_hint') ?>"
|
||||
value="<?= htmlspecialchars($podcast->episode_description_footer_markdown) ?? '' ?>"
|
||||
disallowList="header,quote" />
|
||||
|
||||
</Forms.Section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user