feat: hide ONLYOFFICE logo/branding from editor via customization config
This commit is contained in:
@@ -170,6 +170,25 @@ router.get('/:templateId/config', (req, res) => {
|
|||||||
// Hide features not relevant to CV templates
|
// Hide features not relevant to CV templates
|
||||||
hideRightMenu: true,
|
hideRightMenu: true,
|
||||||
hideRulers: false,
|
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
|
// The type of document editor to load
|
||||||
|
|||||||
Reference in New Issue
Block a user