fix: prefill description footer input when creating a new episode

This commit is contained in:
Ola Hneini 2022-03-24 16:20:54 +00:00 committed by Yassine Doghri
parent 2b688f2184
commit 9ea5ca3169
1 changed files with 1 additions and 0 deletions

View File

@ -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>