mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
Enable custom logo upload and rendering
This commit is contained in:
parent
a211ba051a
commit
036f36ba1d
36 changed files with 574 additions and 211 deletions
|
@ -72,5 +72,12 @@ export default Service.extend({
|
|||
method: 'POST',
|
||||
data: JSON.stringify(config)
|
||||
});
|
||||
},
|
||||
|
||||
useDefaultLogo(orgId) {
|
||||
return this.get('ajax').request(`organization/${orgId}/logo`, {
|
||||
method: 'POST',
|
||||
data: '',
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue