Render footer preview in markdown
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user