feat: hide ONLYOFFICE logo/branding from editor via customization config

This commit is contained in:
root
2026-07-16 11:05:01 +00:00
parent 9603576dd0
commit 1fe8bc27bd

View File

@@ -170,6 +170,25 @@ router.get('/:templateId/config', (req, res) => {
// Hide features not relevant to CV templates
hideRightMenu: true,
hideRulers: false,
// Remove ONLYOFFICE branding/logo from the editor header
logo: {
visible: false,
},
// Hide the "Powered by ONLYOFFICE" footer
customer: {
name: 'CV Application',
info: '',
address: '',
mail: '',
www: '',
logo: '',
logoVisible: false,
},
// Hide chat and feedback (not needed for our use case)
chat: false,
feedback: false,
forcesave: true,
goback: false,
},
},
// The type of document editor to load