Render footer preview in markdown

This commit is contained in:
Johannes Zellner
2025-09-23 14:09:55 +02:00
parent da818ff577
commit 4704c2a178
+1 -1
View File
@@ -106,7 +106,7 @@ onMounted(async () => {
</SettingsItem>
<SettingsItem>
<EditableField :label="$t('branding.footer.title')" helpUrl="https://docs.cloudron.io/branding/#footer" multiline :saving="savingFooter" :value="footer" :disabled="!features.branding" @save="onFooterSave"/>
<EditableField :label="$t('branding.footer.title')" helpUrl="https://docs.cloudron.io/branding/#footer" multiline markdown :saving="savingFooter" :value="footer" :disabled="!features.branding" @save="onFooterSave"/>
</SettingsItem>
</Section>