Skip to content
Snippets Groups Projects
Commit 9ea5ca31 authored by Ola Hneini's avatar Ola Hneini Committed by Yassine Doghri
Browse files

fix: prefill description footer input when creating a new episode

parent 2b688f21
No related branches found
No related tags found
No related merge requests found
...@@ -126,6 +126,7 @@ ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment