Skip to content

Commit

Permalink
feat: add fonts installation document url
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Trovic <luka@nextcloud.com>
  • Loading branch information
luka-nextcloud committed May 6, 2024
1 parent fd75cec commit 45fb2f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/AdminSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,9 @@
{{ fontXmlHint }}
</pre>
</em>
<em>
{{ t('richdocuments', 'For ideal document compatibility we recommend you to install commonly used fonts. If your users are working with Microsoft Office installing their proprietary can be done following the documentation.') }} <a :href="fontCustomDocumentUrl" target="_blank">{{ t('richdocuments', 'Custom fonts documentation') }}</a>
</em>
</div>

<div v-if="isSetup" id="secure-view-settings" class="section">
Expand Down Expand Up @@ -477,6 +480,7 @@ export default {
uploadingFont: false,
fontMimes,
fontHintUrl: window.location.protocol + '//' + window.location.host + generateUrl('/apps/richdocuments/settings/fonts.json'),
fontCustomDocumentUrl: 'https://docs.nextcloud.com/server/latest/admin_manual/office/configuration.html#custom-fonts',
groups: [],
tags: [],
uiVisible: {
Expand Down

0 comments on commit 45fb2f9

Please sign in to comment.