mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-28 13:02:02 +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"
|
name="description_footer"
|
||||||
label="<?= lang('Episode.form.description_footer') ?>"
|
label="<?= lang('Episode.form.description_footer') ?>"
|
||||||
hint="<?= lang('Episode.form.description_footer_hint') ?>"
|
hint="<?= lang('Episode.form.description_footer_hint') ?>"
|
||||||
|
value="<?= htmlspecialchars($podcast->episode_description_footer_markdown) ?? '' ?>"
|
||||||
disallowList="header,quote" />
|
disallowList="header,quote" />
|
||||||
|
|
||||||
</Forms.Section>
|
</Forms.Section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user